Alexey Kasyanchuk
cc5d46e8c4
update core libs
2022-08-22 12:26:02 +03:00
Alexey Kasyanchuk
b40df5b2cd
fix(ssl): ignore cert to fix blob loads
2022-08-11 02:16:35 +03:00
Alexey Kasyanchuk
8752809829
fix(build): build only x64 packages for linux
2022-08-10 18:52:37 +03:00
Alexey Kasyanchuk
e03ab32eec
fix linux tests
2022-08-10 18:41:52 +03:00
Alexey Kasyanchuk
4732266514
feat(core): update
2022-08-10 18:24:04 +03:00
Alexey Kasyanchuk
0e9291616a
feat(core): update deps
2022-07-27 00:46:53 +03:00
Alexey Kasyanchuk
5c269af2cb
fix(ci): restore installation on ci
2022-06-25 22:29:50 +03:00
Alexey Kasyanchuk
b57073e026
feat(core): update electron
2022-06-25 22:26:13 +03:00
Alexey Kasyanchuk
fe47ef1800
update deps
2022-06-06 16:24:08 +03:00
Alexey Kasyanchuk
d9688f9b49
update deps
2022-06-06 16:18:20 +03:00
Alexey Kasyanchuk
bf6b88aaaa
fix(torrent): fix search by magnet
2022-06-06 15:03:36 +03:00
Alexey Kasyanchuk
8ecbe329c7
update electron
2022-06-06 05:08:27 +03:00
Alexey Kasyanchuk
657d49f453
feat(core): upgrade to electron 17
2022-02-18 03:09:38 +03:00
Alexey Kasyanchuk
72ce185244
Merge branch 'master' of github.com:DEgITx/rats-search
2022-01-02 04:39:07 +03:00
Alexey Kasyanchuk
1a166028f2
fix ci
2022-01-02 03:38:04 +03:00
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
semantic-release-bot
95eff4af74
chore(release): 1.8.1 [skip ci]
...
## [1.8.1](https://github.com/DEgITx/rats-search/compare/v1.8.0...v1.8.1 ) (2021-09-22)
### Bug Fixes
* **windows:** missed library [#154 ](https://github.com/DEgITx/rats-search/issues/154 ) ([b23b9c7](b23b9c7c13
))
2021-09-22 02:32:59 +00:00
Alexey Kasyanchuk
e77b0e4289
fix(windows): missed library #154
2021-09-22 04:43:59 +03:00
semantic-release-bot
4e76ed37cd
chore(release): 1.8.0 [skip ci]
...
# [1.8.0](https://github.com/DEgITx/rats-search/compare/v1.7.1...v1.8.0 ) (2021-09-12)
### Bug Fixes
* **db:** converting db to version 8 ([c19a95d](c19a95dc1c
))
* **db:** moving content type to uint values ([f4b7a8d](f4b7a8d577
))
* **docker:** moved to 16 version ([1089fa3](1089fa347e
))
* **linux:** add execute right to searchd.v2 [#152 ](https://github.com/DEgITx/rats-search/issues/152 ) ([0bc35c5](0bc35c5391
))
* **linux:** fix convertation of db under linux system [#152 ](https://github.com/DEgITx/rats-search/issues/152 ) ([ea01858](ea01858746
))
### Features
* **log:** using tagslog ([750dbfd](750dbfd477
))
* **server:** missing rats.log functionality restored [#145 ](https://github.com/DEgITx/rats-search/issues/145 ) ([d5243ff](d5243ff88f
))
### Performance Improvements
* **db:** optimize some tables to stored_only_fields to recrudesce memory usage of big databases [#152 ](https://github.com/DEgITx/rats-search/issues/152 ) ([762b0d1](762b0d163b
))
2021-09-12 11:45:46 +00:00
Alexey Kasyanchuk
e598048389
release
2021-09-12 14:38:30 +03:00
Alexey Kasyanchuk
177f8d2f11
fix(db): converting db to version 8
2021-09-12 02:18:40 +03:00
Alexey Kasyanchuk
f7166103df
fix(db): moving content type to uint values
2021-09-12 02:18:40 +03:00
Alexey Kasyanchuk
d65f214d4d
perf(db): optimize some tables to stored_only_fields to recrudesce memory usage of big databases #152
2021-09-12 02:18:40 +03:00
Alexey Kasyanchuk
83a78c4e6c
fix(docker): moved to 16 version
2021-08-31 01:02:07 +03:00
Alexey Kasyanchuk
7225af81d0
fix(linux): fix convertation of db under linux system #152
2021-08-10 13:54:27 +03:00
Alexey Kasyanchuk
ae6fabc82f
fix(linux): add execute right to searchd.v2 #152
2021-08-09 13:41:42 +03:00
Alexey Kasyanchuk
fa112ffd9c
feat(log): using tagslog
2021-08-01 04:49:50 +03:00
Alexey Kasyanchuk
f3e08b5aa4
doc(README): add desktop section
2021-07-14 15:35:55 +03:00
Alexey Kasyanchuk
9e3870ff44
doc(README): add information about web-version
2021-07-13 18:32:54 +03:00
Alexey Kasyanchuk
f339e8eb12
Merge branch 'master' of github.com:DEgITx/rats-search
2021-07-13 12:27:24 +03:00
Alexey Kasyanchuk
e306c8d46c
feat(server): missing rats.log functionality restored #145
2021-07-13 12:27:10 +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
70f5a27dab
release
2021-07-12 14:44:15 +03: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
558c86ba3b
release
2021-07-11 04:01:29 +03:00
Alexey Kasyanchuk
3e4e26fa12
fix(ui): fix generate button size in ui
2021-07-11 00:53:42 +03:00
Alexey Kasyanchuk
b90de1dfc0
feat(generate): add generated torrent to search list after generation
2021-07-10 23:52:54 +03:00
Alexey Kasyanchuk
9699f1eb7f
feat(torrent): generation of torrent functionality
2021-07-07 15:19:45 +03:00
Alexey Kasyanchuk
1686f3e028
fix(donate): change patreon to opencollective
2021-07-07 13:55:31 +03:00
Alexey Kasyanchuk
d772b7f9c4
feat(discord): enable webhook for discord channel support
2021-07-06 16:15:27 +03:00
Alexey Kasyanchuk
0aaff50333
fix(ui): fix url for #141
2021-07-06 14:18:06 +03:00
Alexey Kasyanchuk
0325d714a5
feat(p2p): new bootstrap pear, also fix problem with bootstrap timeout
2021-07-06 13:53:19 +03:00
Alexey Kasyanchuk
2029c142b7
feat(ui): show torrent pie of the content
2021-07-05 20:18:54 +03:00
Alexey Kasyanchuk
777cd2bd62
feat(formats): avif to formats
2021-06-22 12:16:27 +03:00
Alexey Kasyanchuk
79f23d00bd
feat(ui): click on torrent size opens torrent files
2021-06-22 11:56:32 +03:00
Alexey Kasyanchuk
8e4940ec52
feat(db): switch to new manticore
2021-06-20 12:39:23 +03:00