Alexey Kasyanchuk
6429575742
fixed tests
2022-01-02 02:58:22 +03:00
Alexey Kasyanchuk
30a6901077
feat(core): upgrade to electron 16
2022-01-02 02:29:09 +03:00
Alexey Kasyanchuk
fa112ffd9c
feat(log): using tagslog
2021-08-01 04:49:50 +03:00
semantic-release-bot
6033bcc279
chore(release): 1.7.1 [skip ci]
...
## [1.7.1](https://github.com/DEgITx/rats-search/compare/v1.7.0...v1.7.1 ) (2021-07-12)
### Bug Fixes
* **core:** update to new version ([022b339](022b339b36
))
* **ui:** fix blank screen on app start [#147 ](https://github.com/DEgITx/rats-search/issues/147 ) ([05d84df](05d84dfea3
))
* **web:** fixed compilation with create-torrent [#148 ](https://github.com/DEgITx/rats-search/issues/148 ) ([678a999](678a99945a
))
2021-07-12 11:52:13 +00:00
Alexey Kasyanchuk
45bf73d012
fix(ui): fix blank screen on app start #147
2021-07-12 14:20:28 +03:00
Alexey Kasyanchuk
bceb070b74
fix(web): fixed compilation with create-torrent #148
2021-07-11 11:58:30 +03:00
Alexey Kasyanchuk
5a8ee5bd52
fix(core): update to new version
2021-07-11 11:08:29 +03:00
semantic-release-bot
cf295aaddc
chore(release): 1.7.0 [skip ci]
...
# [1.7.0](https://github.com/DEgITx/rats-search/compare/v1.6.0...v1.7.0 ) (2021-07-11)
### Bug Fixes
* **db:** fix order in some cases for future db structure ([c97c981](c97c981d32
))
* **db:** rename deprecated option ([7c3150a](7c3150ae57
))
* **donate:** change patreon to opencollective ([43fb546](43fb546135
))
* **tests:** fix test on new db engine ([2bb0a7a](2bb0a7a48c
))
* **ui:** fix generate button size in ui ([d4913c1](d4913c17db
))
* **ui:** fix url for [#141 ](https://github.com/DEgITx/rats-search/issues/141 ) ([82ae0a9](82ae0a9bee
))
### Features
* **db:** new db patch ([a038f70](a038f70a28
))
* **db:** switch to new manticore ([94d537e](94d537eaca
))
* **discord:** enable webhook for discord channel support ([0c1b5e8](0c1b5e85a2
))
* **formats:** avif to formats ([83bc352](83bc3526dd
))
* **generate:** add generated torrent to search list after generation ([2939834](2939834c61
))
* **p2p:** new bootstrap pear, also fix problem with bootstrap timeout ([7883aac](7883aacc3b
))
* **tests:** support custom test to run ([35d20bb](35d20bb371
))
* **torrent:** generation of torrent functionality ([9ce4bb5](9ce4bb5b72
))
* **ui:** click on torrent size opens torrent files ([562a88e](562a88e192
))
* **ui:** show torrent pie of the content ([fe5cf3f](fe5cf3fe10
))
2021-07-11 01:09:39 +00:00
Alexey Kasyanchuk
2029c142b7
feat(ui): show torrent pie of the content
2021-07-05 20:18:54 +03:00
semantic-release-bot
a4f90519d3
chore(release): 1.6.0 [skip ci]
...
# [1.6.0](https://github.com/DEgITx/rats-search/compare/v1.5.0...v1.6.0 ) (2021-06-10)
### Bug Fixes
* **build:** fix build under windows ([4fb0bb4](4fb0bb4d1f
))
* **changelog:** fix changelog show ([61a8baa](61a8baa25a
))
* **db:** first run start fix [#142 ](https://github.com/DEgITx/rats-search/issues/142 ) ([af57a58](af57a58740
))
* **download:** fix download status in recent torrents ([4adbd5c](4adbd5c532
))
* **search:** double search on DHT ([f14cdcb](f14cdcb453
))
* **search:** fix slow query wrong remote response on search ([2329b5a](2329b5aa82
))
* **search:** improve search on magnet queries ([a871aed](a871aed35f
))
* **tests:** fix timeout testing ([826b3a7](826b3a789b
))
### Features
* **core:** update all deps ([4162dc7](4162dc7933
))
* **core:** update components ([7ceffc8](7ceffc8050
))
* **test:** details test ([d02592e](d02592e883
))
2021-06-10 14:14:28 +00:00
Alexey Kasyanchuk
af91c9c294
fix(build): fix build under windows
2021-06-10 14:13:09 +03:00
Alexey Kasyanchuk
9da27b5f22
feat(core): update all deps
2021-06-09 16:02:57 +03:00
Alexey Kasyanchuk
9804ee7c6c
feat(core): update components
2021-04-25 03:39:51 +03:00
semantic-release-bot
4d3dd6a035
chore(release): 1.5.0 [skip ci]
...
# [1.5.0](https://github.com/DEgITx/rats-search/compare/v1.4.2...v1.5.0 ) (2021-01-14)
### Bug Fixes
* **changelog:** fix changelog on new electron ([1d25ba0](1d25ba06e4
))
* **gui:** connection status fix detection in some situations ([1914e17](1914e17445
))
* **relay:** ignore relays errors [#112 ](https://github.com/DEgITx/rats-search/issues/112 ) ([d977ecb](d977ecbf6f
))
* **relay:** ignore some situations when relay not needed ([506e9f3](506e9f3c48
))
* **server:** error handling for server [#112 ](https://github.com/DEgITx/rats-search/issues/112 ) ([81c61fb](81c61fb001
))
* **tests:** fix tests on new api ([6d58fde](6d58fdef1a
))
* **web:** fix web version ([d2569c3](d2569c3a86
))
### Features
* **deps:** switch to new electron ([3d17004](3d17004289
))
* **relay:** bootstrap timeout ([8d48c80](8d48c80189
))
* **update:** update everything to new versions ([57ee517](57ee51731e
))
2021-01-14 20:07:09 +00:00
Alexey Kasyanchuk
7c3ad12819
fix(web): fix web version
2021-01-07 01:37:10 +03:00
Alexey Kasyanchuk
95fc935438
feat(update): update everything to new versions
2021-01-06 02:38:15 +03:00
Alexey Kasyanchuk
894391542a
webpack upgrade
2021-01-06 00:31:26 +03:00
Alexey Kasyanchuk
e3c20a6fe2
feat(deps): switch to new electron
2021-01-05 23:33:42 +03:00
semantic-release-bot
48267e9fd6
chore(release): 1.4.2 [skip ci]
...
## [1.4.2](https://github.com/DEgITx/rats-search/compare/v1.4.1...v1.4.2 ) (2020-01-04)
### Bug Fixes
* **feed:** fix feed error [#111 ](https://github.com/DEgITx/rats-search/issues/111 ) ([1554f7d](1554f7d51c
))
* **log:** exceptions log handling ([8474817](84748176e8
))
* **test:** fix tests ([65fab30](65fab30a50
))
2020-01-04 11:40:33 +00:00
semantic-release-bot
e5d7f32b3b
chore(release): 1.4.1 [skip ci]
...
## [1.4.1](https://github.com/DEgITx/rats-search/compare/v1.4.0...v1.4.1 ) (2019-11-10)
### Bug Fixes
* **download:** fix download to directory after update ([ca2df63](ca2df63901
))
* **download:** fix search for double download cases ([656f8f7](656f8f7b73
))
* **gui:** fix inresaction of search panel with other elements [#102 ](https://github.com/DEgITx/rats-search/issues/102 ) ([e163547](e163547c2d
))
* **settings:** fix regression with folder selection [#101 ](https://github.com/DEgITx/rats-search/issues/101 ) ([b11388a](b11388a6a1
))
* **tests:** fix tests on new version ([d088412](d08841210c
))
* **windows:** fix some startup problem under windows platform ([a397d09](a397d094c6
))
2019-11-10 17:29:05 +00:00
Alexey Kasyanchuk
177d6ffc1a
fix(windows): fix some startup problem under windows platform
2019-11-10 19:08:42 +03:00
Alexey Kasyanchuk
d323485f93
Merge branch 'master' of github.com:DEgITx/rats-search
2019-10-27 21:35:03 +03:00
Alexey Kasyanchuk
5ede6935ac
fix(tests): fix tests on new version
2019-10-27 21:33:42 +03:00
Alexey Kasyanchuk
8795b3d81c
update
2019-10-26 02:13:24 +03:00
semantic-release-bot
dddf64302c
chore(release): 1.4.0 [skip ci]
...
# [1.4.0](https://github.com/DEgITx/rats-search/compare/v1.3.0...v1.4.0 ) (2019-09-28)
### Bug Fixes
* **rutr:** test fix ([17c085e](https://github.com/DEgITx/rats-search/commit/17c085e ))
* **search:** fix error on some cases of torrent opening ([24d2f18](https://github.com/DEgITx/rats-search/commit/24d2f18 )), closes [#98 ](https://github.com/DEgITx/rats-search/issues/98 )
### Features
* **core:** core update ([14ab914](https://github.com/DEgITx/rats-search/commit/14ab914 ))
* **drop:** support drop torrent file from web version [#99 ](https://github.com/DEgITx/rats-search/issues/99 ) ([a997929](https://github.com/DEgITx/rats-search/commit/a997929 ))
2019-09-28 21:10:50 +00:00
Alexey Kasyanchuk
8402f23283
update
2019-09-28 23:30:01 +03:00
Alexey Kasyanchuk
52e9ba1a4d
feat(core): core update
2019-09-14 18:26:49 +03:00
semantic-release-bot
80a19dbf71
chore(release): 1.3.0 [skip ci]
...
# [1.3.0](https://github.com/DEgITx/rats-search/compare/v1.2.2...v1.3.0 ) (2019-08-02)
### Features
* **app:** start app in minimized look ([138c323](https://github.com/DEgITx/rats-search/commit/138c323 ))
* **deps:** core update ([3538ba8](https://github.com/DEgITx/rats-search/commit/3538ba8 ))
* **feed:** auto-loading feed list ([4bac050](https://github.com/DEgITx/rats-search/commit/4bac050 ))
* **gui:** tip about torrent drops ([21f4c0b](https://github.com/DEgITx/rats-search/commit/21f4c0b ))
* **log:** web/desktop log message ([0bd1940](https://github.com/DEgITx/rats-search/commit/0bd1940 ))
2019-08-02 07:27:54 +00:00
Alexey Kasyanchuk
3633618012
release
2019-08-02 10:05:45 +03:00
Alexey Kasyanchuk
7d429dbe81
fix testing
2019-07-21 01:16:46 +03:00
Alexey Kasyanchuk
36a9c2099e
deps update
2019-07-21 00:50:17 +03:00
Alexey Kasyanchuk
e575e3f7c8
feat(deps): core update
2019-07-21 00:19:48 +03:00
Alexey Kasyanchuk
e552b491a8
electron update
2019-05-02 22:54:44 +03:00
semantic-release-bot
fa484f3898
chore(release): 1.2.2 [skip ci]
...
## [1.2.2](https://github.com/DEgITx/rats-search/compare/v1.2.1...v1.2.2 ) (2019-04-04)
### Bug Fixes
* **p2p:** additional myself check ([ae760ec](https://github.com/DEgITx/rats-search/commit/ae760ec ))
2019-04-04 21:46:26 +00:00
semantic-release-bot
80ad766d33
chore(release): 1.2.1 [skip ci]
...
## [1.2.1](https://github.com/DEgITx/rats-search/compare/v1.2.0...v1.2.1 ) (2019-04-03)
### Bug Fixes
* **core:** fix sometimes calc of torrents sizes ([41ebb68](https://github.com/DEgITx/rats-search/commit/41ebb68 ))
* **relay:** priority to relays peers ([c168903](https://github.com/DEgITx/rats-search/commit/c168903 ))
2019-04-03 11:05:59 +00:00
semantic-release-bot
75ef302f8a
chore(release): 1.2.0 [skip ci]
...
# [1.2.0](https://github.com/DEgITx/rats-search/compare/v1.1.4...v1.2.0 ) (2019-03-31)
### Bug Fixes
* **p2p:** additional check of dublicated peers ([11ff3d0](https://github.com/DEgITx/rats-search/commit/11ff3d0 ))
### Features
* **p2p:** replaced old ssh relay to new relay mechanism (improved p2p network stablity over NAT). ([ae15f59](https://github.com/DEgITx/rats-search/commit/ae15f59 ))
2019-03-31 15:49:45 +00:00
semantic-release-bot
c129b9717e
chore(release): 1.1.4 [skip ci]
...
## [1.1.4](https://github.com/DEgITx/rats-search/compare/v1.1.3...v1.1.4 ) (2019-02-19)
### Bug Fixes
* **p2p:** break backward p2p compability < 1.1.0 ([e0a1c87](https://github.com/DEgITx/rats-search/commit/e0a1c87 ))
2019-02-19 15:49:02 +00:00
semantic-release-bot
e3bb3575cf
chore(release): 1.1.3 [skip ci]
...
## [1.1.3](https://github.com/DEgITx/rats-search/compare/v1.1.2...v1.1.3 ) (2019-01-31)
### Bug Fixes
* **test:** less agressive start timeout ([badfd21](https://github.com/DEgITx/rats-search/commit/badfd21 ))
* **updater:** linux update format was broken ([116cbd7](https://github.com/DEgITx/rats-search/commit/116cbd7 ))
### Performance Improvements
* **memory:** fix memory leak on gui size ([d0d02cd](https://github.com/DEgITx/rats-search/commit/d0d02cd ))
2019-01-31 20:52:13 +00:00
Alexey Kasyanchuk
6b82ecd8a1
Merge branch 'master' of github.com:DEgITx/rats-search
2019-01-31 23:27:41 +03:00
Alexey Kasyanchuk
60f3052b31
perf(memory): fix memory leak on gui size
2019-01-31 23:27:25 +03:00
Alexey Kasyanchuk
4c21e06613
Merge branch 'master' of github.com:DEgITx/rats-search
2019-01-31 18:34:18 +03:00
Alexey Kasyanchuk
c7041cc496
fix(updater): linux update format was broken
2019-01-31 18:34:06 +03:00
semantic-release-bot
9f754def6a
chore(release): 1.1.2 [skip ci]
...
## [1.1.2](https://github.com/DEgITx/rats-search/compare/v1.1.1...v1.1.2 ) (2019-01-28)
### Bug Fixes
* **bootstrap:** fix preventing bootstrap saving [#74 ](https://github.com/DEgITx/rats-search/issues/74 ) [#69 ](https://github.com/DEgITx/rats-search/issues/69 ) ([a68ebc5](https://github.com/DEgITx/rats-search/commit/a68ebc5 ))
2019-01-28 19:45:47 +00:00
semantic-release-bot
ad3fa2dc4d
chore(release): 1.1.1 [skip ci]
...
## [1.1.1](https://github.com/DEgITx/rats-search/compare/v1.1.0...v1.1.1 ) (2019-01-26)
### Bug Fixes
* **portative:** fix updater check [#71 ](https://github.com/DEgITx/rats-search/issues/71 ) ([b524845](https://github.com/DEgITx/rats-search/commit/b524845 ))
2019-01-26 21:45:58 +00:00
semantic-release-bot
1e2216c70a
chore(release): 1.1.0 [skip ci]
...
# [1.1.0](https://github.com/DEgITx/rats-search/compare/v1.0.0...v1.1.0 ) (2019-01-26)
### Bug Fixes
* **1337x:** proper poster in some cases ([515d30c](https://github.com/DEgITx/rats-search/commit/515d30c ))
* **arm:** ignore relay on arm [#66 ](https://github.com/DEgITx/rats-search/issues/66 ) ([e8cb4d8](https://github.com/DEgITx/rats-search/commit/e8cb4d8 ))
* **build:** fix production build after upgrade to new engine ([09ef602](https://github.com/DEgITx/rats-search/commit/09ef602 ))
* **p2p:** fix files in db count on new architecture ([073eefe](https://github.com/DEgITx/rats-search/commit/073eefe ))
* **p2p:** potencial problem with some p2p decoding messages ([db48f44](https://github.com/DEgITx/rats-search/commit/db48f44 ))
* **tests:** fix check of starting download ([0dee20d](https://github.com/DEgITx/rats-search/commit/0dee20d ))
* **tests:** more timeout time for some strategies ([471efc1](https://github.com/DEgITx/rats-search/commit/471efc1 ))
### Features
* **arm:** added testing arm support ([8b9f9f6](https://github.com/DEgITx/rats-search/commit/8b9f9f6 ))
* **core:** updated to new browser engine ([2370847](https://github.com/DEgITx/rats-search/commit/2370847 ))
* **strategies:** 1337 strategie ([3f75cce](https://github.com/DEgITx/rats-search/commit/3f75cce ))
* **strategies:** autoload trackers strategies ([4367da9](https://github.com/DEgITx/rats-search/commit/4367da9 ))
* **ui:** settings tabs ([5cb119f](https://github.com/DEgITx/rats-search/commit/5cb119f ))
### Performance Improvements
* **start:** simplify some init statistic calls ([c788569](https://github.com/DEgITx/rats-search/commit/c788569 ))
2019-01-26 12:38:15 +00:00
Alexey Kasyanchuk
eb5f7a7f41
update builder dep
2019-01-25 13:47:36 +03:00
Alexey Kasyanchuk
159bb10f6a
fix(p2p): potencial problem with some p2p decoding messages
2019-01-25 11:51:59 +03:00
Alexey Kasyanchuk
89a61f1505
update updater
2019-01-01 23:50:06 +03:00
Alexey Kasyanchuk
7fb5c9a500
fix(build): fix production build after upgrade to new engine
2018-12-09 21:17:35 +03:00
Alexey Kasyanchuk
a43f7431dd
feat(core): updated to new browser engine
2018-12-09 15:51:24 +03:00