Commit Graph

942 Commits

Author SHA1 Message Date
Alexey Kasyanchuk
659a2aa002 fix(config): fully disable p2p activity if option with p2p search disabled 2018-09-24 03:30:35 +03:00
Alexey Kasyanchuk
acd549ea8f doc(readme): add new features in readme, removed old one about data transfer that mean something other (will be reformulated)
It was sounds pretty weird and need be formulated in future (it was about not using announcing via bittorrent protocol)
2018-09-23 12:21:06 +03:00
Alexey Kasyanchuk
ed67c4a95c fix(windows): fix starting under some path'es 2018-09-23 00:56:45 +03:00
Alexey Kasyanchuk
1f421b9d55 electron update 2018-09-18 17:20:20 +03:00
semantic-release-bot
134a4c15c1 chore(release): 0.30.0 [skip ci]
# [0.30.0](https://github.com/DEgITx/rats-search/compare/v0.29.3...v0.30.0) (2018-09-02)

### Bug Fixes

* **feed:** temporary hide adult torrents from feed ([b23fabd](https://github.com/DEgITx/rats-search/commit/b23fabd))
* **gui:** fix some warnings ([cb1c1f4](https://github.com/DEgITx/rats-search/commit/cb1c1f4))
* **rutor:** fix problems with dir creation ([b09dc9b](https://github.com/DEgITx/rats-search/commit/b09dc9b))
* **rutor:** fix x rutor file update ([c2d8de5](https://github.com/DEgITx/rats-search/commit/c2d8de5))
* **rutor:** little fix ([9ec6aaf](https://github.com/DEgITx/rats-search/commit/9ec6aaf))
* **tests:** rutor test ([9316463](https://github.com/DEgITx/rats-search/commit/9316463))
* **top:** fix top tab redraw bug regression in v0.29.3 ([860bb30](https://github.com/DEgITx/rats-search/commit/860bb30))
* **transfer:** fix multiple transfer requests ([654767c](https://github.com/DEgITx/rats-search/commit/654767c))

### Features

* **downloading:** ability to choose files which you wanna download ([11275e7](https://github.com/DEgITx/rats-search/commit/11275e7))
* **downloading:** choose dir on new download ([c771af7](https://github.com/DEgITx/rats-search/commit/c771af7))
* **p2p:** file transfer p2p feature ([e69ced7](https://github.com/DEgITx/rats-search/commit/e69ced7))
* **p2p:** folder transfer feature ([64be590](https://github.com/DEgITx/rats-search/commit/64be590))
* **rutor:** category rutor ([c675974](https://github.com/DEgITx/rats-search/commit/c675974))
* **rutor:** rutor strategie ([ad01a77](https://github.com/DEgITx/rats-search/commit/ad01a77))
* **rutor:** visual gui display ([8f3b936](https://github.com/DEgITx/rats-search/commit/8f3b936))
* **search:** search among info indexes ([f196071](https://github.com/DEgITx/rats-search/commit/f196071))
* **trackers:** closing ability ([073479d](https://github.com/DEgITx/rats-search/commit/073479d))
* **transfer:** download everything to tmp dir to prevent unfinish transfers ([a3ae966](https://github.com/DEgITx/rats-search/commit/a3ae966))
2018-09-02 19:51:51 +00:00
Alexey Kasyanchuk
7c211de9d6 release 2018-09-02 22:46:25 +03:00
Alexey Kasyanchuk
f9d2c06ab6 fix(rutor): fix x rutor file update 2018-09-02 22:43:18 +03:00
Alexey Kasyanchuk
720946d518 fix(rutor): little fix 2018-09-02 22:18:09 +03:00
Alexey Kasyanchuk
a982a2cf9d feat(rutor): visual gui display 2018-09-02 22:13:43 +03:00
Alexey Kasyanchuk
429263e61e feat(rutor): category rutor 2018-09-02 22:05:39 +03:00
Alexey Kasyanchuk
0521b7ea02 blacklist of words for p2p 2018-09-02 08:40:26 +03:00
Alexey Kasyanchuk
4334463e3c feat(transfer): download everything to tmp dir to prevent unfinish transfers 2018-09-02 08:17:44 +03:00
Alexey Kasyanchuk
7098bdd0b3 fix(transfer): fix multiple transfer requests 2018-09-02 06:48:13 +03:00
Alexey Kasyanchuk
0e9ae9584f fix(feed): temporary hide adult torrents from feed 2018-09-02 05:36:27 +03:00
Alexey Kasyanchuk
1b308981dd fix(rutor): fix problems with dir creation 2018-09-02 05:25:48 +03:00
Alexey Kasyanchuk
851391e187 fix(tests): rutor test 2018-09-02 05:19:43 +03:00
Alexey Kasyanchuk
73fd698020 feat(rutor): rutor strategie 2018-09-02 03:41:54 +03:00
Alexey Kasyanchuk
a539572e0a transfer fixes 2018-09-02 02:48:06 +03:00
Alexey Kasyanchuk
052b5206f4 fix relation directory 2018-09-02 01:23:00 +03:00
Alexey Kasyanchuk
8ee277e764 feat(p2p): folder transfer feature 2018-09-02 00:57:56 +03:00
Alexey Kasyanchuk
39e2dd71dc resolve file transfer function 2018-09-01 05:31:10 +03:00
Alexey Kasyanchuk
70e865451d remove unnecessary logging 2018-09-01 05:21:25 +03:00
Alexey Kasyanchuk
605af978dc fix path naming 2018-09-01 05:12:43 +03:00
Alexey Kasyanchuk
3699fbb549 some transfer fixes 2018-09-01 05:08:05 +03:00
Alexey Kasyanchuk
cdfed5ae38 obj fix 2018-08-31 06:37:25 +03:00
Alexey Kasyanchuk
2f42af54ed fs error fix 2018-08-31 06:32:40 +03:00
Alexey Kasyanchuk
3e6ac4c00d feat(p2p): file transfer p2p feature 2018-08-31 06:14:25 +03:00
Alexey Kasyanchuk
2773db3949 fix(gui): fix some warnings 2018-08-29 02:09:31 +03:00
Alexey Kasyanchuk
7bb61e100f fix(top): fix top tab redraw bug regression in v0.29.3 2018-08-29 01:47:47 +03:00
Alexey Kasyanchuk
0fe31cbb6e feat(trackers): closing ability 2018-08-29 00:08:44 +03:00
Alexey Kasyanchuk
ff28e70251 feat(search): search among info indexes 2018-08-28 21:14:49 +03:00
Alexey Kasyanchuk
4c2ff465f2 feat(downloading): choose dir on new download 2018-08-28 19:47:55 +03:00
Alexey Kasyanchuk
5f874883a1 babel update 2018-08-28 17:48:26 +03:00
Alexey Kasyanchuk
0105999907 Merge branch 'master' of github.com:DEgITx/rats-search 2018-08-28 04:22:30 +03:00
Alexey Kasyanchuk
0b329b8328 feat(downloading): ability to choose files which you wanna download 2018-08-28 04:20:48 +03:00
semantic-release-bot
c07ea19559 chore(release): 0.29.3 [skip ci]
## [0.29.3](https://github.com/DEgITx/rats-search/compare/v0.29.2...v0.29.3) (2018-08-26)

### Bug Fixes

* **gui:** fix memory leak on events handling ([4801a24](https://github.com/DEgITx/rats-search/commit/4801a24))
* **log:** display render log in main log ([3719d53](https://github.com/DEgITx/rats-search/commit/3719d53))

### Performance Improvements

* **top:** fix unnecessary drawing on top page ([55eda2b](https://github.com/DEgITx/rats-search/commit/55eda2b))
* **top:** opmization on top load ([44d2495](https://github.com/DEgITx/rats-search/commit/44d2495))
2018-08-26 13:38:15 +00:00
Alexey Kasyanchuk
3326bc2505 release 2018-08-26 16:26:32 +03:00
Alexey Kasyanchuk
ff4b98bd1f perf(top): fix unnecessary drawing on top page 2018-08-26 16:22:59 +03:00
Alexey Kasyanchuk
1e09243756 perf(top): opmization on top load
* Immediate call of top render update
* Always recheck records on top call if top called on p2p first
2018-08-26 03:13:02 +03:00
Alexey Kasyanchuk
b5811bb20c electron update 2018-08-25 18:45:59 +03:00
Alexey Kasyanchuk
1acc6fafb4 fix(log): display render log in main log 2018-08-25 15:47:11 +03:00
Alexey Kasyanchuk
349eedee0a fix(gui): fix memory leak on events handling 2018-08-20 12:04:14 +03:00
semantic-release-bot
8d1f4a1ce6 chore(release): 0.29.2 [skip ci]
## [0.29.2](https://github.com/DEgITx/rats-search/compare/v0.29.1...v0.29.2) (2018-08-20)

### Bug Fixes

* **feed:** fix check adding record on info table ([58ea5cb](https://github.com/DEgITx/rats-search/commit/58ea5cb))
* **nyaa:** fix errors on nyaa ([64547e8](https://github.com/DEgITx/rats-search/commit/64547e8))
* **translations:** fix translations change on server version ([6b4a1bd](https://github.com/DEgITx/rats-search/commit/6b4a1bd))
2018-08-20 07:07:42 +00:00
Alexey Kasyanchuk
9bee6c94a4 release 2018-08-20 10:02:36 +03:00
Alexey Kasyanchuk
e111fea12a fix(translations): fix translations change on server version 2018-08-20 09:31:04 +03:00
Alexey Kasyanchuk
91fcc5d68e fix(nyaa): fix errors on nyaa 2018-08-19 20:52:22 +03:00
Alexey Kasyanchuk
4dfd5cd15a fix(feed): fix check adding record on info table 2018-08-19 20:12:17 +03:00
semantic-release-bot
fe33d2d400 chore(release): 0.29.1 [skip ci]
## [0.29.1](https://github.com/DEgITx/rats-search/compare/v0.29.0...v0.29.1) (2018-08-19)

### Bug Fixes

* **gui:** display feed fix ([e3d7c73](https://github.com/DEgITx/rats-search/commit/e3d7c73))
2018-08-19 11:53:30 +00:00
Alexey Kasyanchuk
024f245f98 release 2018-08-19 14:47:48 +03:00
Alexey Kasyanchuk
269575731c Merge branch 'master' of github.com:DEgITx/rats-search 2018-08-19 14:47:01 +03:00