Commit Graph

565 Commits

Author SHA1 Message Date
Alexey Kasyanchuk
f360e316b7 update testing suit 2018-03-24 00:36:54 +03:00
Alexey Kasyanchuk
e3c009e5e7 Merge branch 'master' of github.com:DEgITx/rats-search 2018-03-18 23:45:36 +03:00
Alexey Kasyanchuk
9e00d0ff69 docs(readme): screenshots 2018-03-18 23:45:22 +03:00
semantic-release-bot
7750ca5c03 chore(release): 0.14.1 [skip ci]
<a name="0.14.1"></a>
## [0.14.1](https://github.com/DEgITx/rats-search/compare/v0.14.0...v0.14.1) (2018-03-17)

### Bug Fixes

* **p2p:** still fix adding youself to list ([bfad498](https://github.com/DEgITx/rats-search/commit/bfad498))
2018-03-17 21:18:00 +00:00
Alexey Kasyanchuk
c101659660 release 2018-03-18 00:13:43 +03:00
Alexey Kasyanchuk
86731f3223 Merge branch 'master' of github.com:DEgITx/rats-search 2018-03-18 00:13:09 +03:00
Alexey Kasyanchuk
ca881fff81 fix(p2p): still fix adding youself to list 2018-03-18 00:12:55 +03:00
semantic-release-bot
3d6001bb09 chore(release): 0.14.0 [skip ci]
<a name="0.14.0"></a>
# [0.14.0](https://github.com/DEgITx/rats-search/compare/v0.13.0...v0.14.0) (2018-03-17)

### Bug Fixes

* **p2p:** disconnect on protocol bad handshake on server side ([c6b73ee](https://github.com/DEgITx/rats-search/commit/c6b73ee))
* **portable:** fix error on renaming portable directory ([4714728](https://github.com/DEgITx/rats-search/commit/4714728))
* **ssh:** fix closing ssh on exit ([426886d](https://github.com/DEgITx/rats-search/commit/426886d))

### Features

* **menu:** new menu items (support) ([c6b28f0](https://github.com/DEgITx/rats-search/commit/c6b28f0))
* **menu:** version as menu item ([e139256](https://github.com/DEgITx/rats-search/commit/e139256))
* **p2p:** tunnels support for bad peers ([ec143d9](https://github.com/DEgITx/rats-search/commit/ec143d9))
* **ssh:** fix key store ([5b26500](https://github.com/DEgITx/rats-search/commit/5b26500))
2018-03-17 20:36:34 +00:00
Alexey Kasyanchuk
1fd448ff85 release 2018-03-17 23:32:20 +03:00
DEg
3eaf996e1a plink linux 2018-03-17 22:12:25 +03:00
Alexey Kasyanchuk
cc1fd1d49d fix(ssh): fix closing ssh on exit 2018-03-17 22:10:36 +03:00
Alexey Kasyanchuk
0b8732cbb8 feat(ssh): fix key store 2018-03-17 21:42:17 +03:00
Alexey
09838fb286 plink mac 2018-03-17 11:33:49 -07:00
Alexey Kasyanchuk
500b852209 feat(p2p): tunnels support for bad peers 2018-03-17 20:58:50 +03:00
Alexey Kasyanchuk
9f1a7eef83 basic ssh relay functionality 2018-03-17 19:21:38 +03:00
Alexey Kasyanchuk
2e9ea144de versions update (electron) 2018-03-16 14:53:47 +03:00
Alexey Kasyanchuk
07f3ab2bd9 fix(portable): fix error on renaming portable directory 2018-03-16 14:45:40 +03:00
Alexey Kasyanchuk
0f2a7b44dd feat(menu): version as menu item 2018-03-14 23:02:17 +03:00
Alexey Kasyanchuk
b346a1a25a feat(menu): new menu items (support) 2018-03-14 22:47:54 +03:00
Alexey Kasyanchuk
24808d767b Merge branch 'master' of github.com:DEgITx/rats-search 2018-03-14 14:01:35 +03:00
Alexey Kasyanchuk
349a01557e fix(p2p): disconnect on protocol bad handshake on server side 2018-03-14 14:01:19 +03:00
semantic-release-bot
e91924e70e chore(release): 0.13.0 [skip ci]
<a name="0.13.0"></a>
# [0.13.0](https://github.com/DEgITx/rats-search/compare/v0.12.0...v0.13.0) (2018-03-13)

### Bug Fixes

* **gui:** fix date displaing in torrent details ([3d6baca](https://github.com/DEgITx/rats-search/commit/3d6baca))
* **gui:** loading progress when open top ([a06a81a](https://github.com/DEgITx/rats-search/commit/a06a81a))
* **info:** fix info files limitation in output ([6285ab4](https://github.com/DEgITx/rats-search/commit/6285ab4))
* **p2p:** fix connection by yourself in process ([ce08b3b](https://github.com/DEgITx/rats-search/commit/ce08b3b))
* **scanner:** always add id - replication fix ([979ef1b](https://github.com/DEgITx/rats-search/commit/979ef1b))

### Features

* **gui:** compact header design ([9566c77](https://github.com/DEgITx/rats-search/commit/9566c77))
* **gui:** new header design (more compressed) ([51ecfd0](https://github.com/DEgITx/rats-search/commit/51ecfd0))
* **gui:** settings on header ([93dd5af](https://github.com/DEgITx/rats-search/commit/93dd5af))
* **manual:** usage manual (help) in menu ([7420544](https://github.com/DEgITx/rats-search/commit/7420544))
* **p2p:** p2p torrents replication ([999ab0c](https://github.com/DEgITx/rats-search/commit/999ab0c))
2018-03-13 08:28:38 +00:00
Alexey Kasyanchuk
13bc8d1d51 release 2018-03-13 11:24:23 +03:00
Alexey Kasyanchuk
eeb4a97899 feat(gui): settings on header 2018-03-13 11:17:42 +03:00
Alexey Kasyanchuk
9c9e64e9a1 fix(scanner): always add id - replication fix 2018-03-13 10:45:48 +03:00
Alexey Kasyanchuk
268c7d30e4 fix(gui): loading progress when open top 2018-03-12 22:57:01 +03:00
Alexey Kasyanchuk
ce4e364e72 feat(gui): compact header design 2018-03-12 22:42:56 +03:00
Alexey Kasyanchuk
2c6a54651f basic desktop redesign 2018-03-12 22:38:29 +03:00
Alexey Kasyanchuk
b03655e570 feat(gui): new header design (more compressed) 2018-03-12 20:49:09 +03:00
Alexey Kasyanchuk
911c650dd3 fix(gui): fix date displaing in torrent details 2018-03-12 16:13:37 +03:00
Alexey Kasyanchuk
db8a8cbd36 feat(p2p): p2p torrents replication 2018-03-12 15:55:30 +03:00
Alexey Kasyanchuk
223fe8c1ab fix(p2p): fix connection by yourself in process 2018-03-12 10:58:50 +03:00
Alexey Kasyanchuk
54c9fb10b7 docs(manual): about peers search 2018-03-12 10:49:21 +03:00
Alexey Kasyanchuk
cfff5c7603 fix(info): fix info files limitation in output 2018-03-12 10:41:08 +03:00
Alexey Kasyanchuk
833fc2eaf3 Merge branch 'master' of github.com:DEgITx/rats-search 2018-03-10 19:13:12 +03:00
Alexey Kasyanchuk
cbc6a49aec feat(manual): usage manual (help) in menu 2018-03-10 19:12:59 +03:00
Alexey Kasyanchuk
09bd200284 Create MANUAL.md 2018-03-10 19:10:29 +03:00
Alexey Kasyanchuk
cb1b27c915 Merge branch 'master' of github.com:DEgITx/rats-search 2018-03-10 16:03:16 +03:00
Alexey Kasyanchuk
a1f11ef94b new package-lock 2018-03-10 16:03:02 +03:00
semantic-release-bot
b3dcf88911 chore(release): 0.12.0 [skip ci]
<a name="0.12.0"></a>
# [0.12.0](https://github.com/DEgITx/rats-search/compare/v0.11.0...v0.12.0) (2018-03-10)

### Bug Fixes

* **gui:** typo in save settings ([8043f4a](https://github.com/DEgITx/rats-search/commit/8043f4a))
* **macos:** mac os icon size fix [#10](https://github.com/DEgITx/rats-search/issues/10) ([b6a7f85](https://github.com/DEgITx/rats-search/commit/b6a7f85))

### Features

* **config:** peers number settings ([61d0f25](https://github.com/DEgITx/rats-search/commit/61d0f25))
* **p2p:** bootstrap peers ([3292e8f](https://github.com/DEgITx/rats-search/commit/3292e8f))
* **p2p:** life peers exchange ([8035e57](https://github.com/DEgITx/rats-search/commit/8035e57))
* **p2p:** peers limitation to prevent connection spam ([9177691](https://github.com/DEgITx/rats-search/commit/9177691))
* **portable:** portable win64 version support [#9](https://github.com/DEgITx/rats-search/issues/9) ([f16393b](https://github.com/DEgITx/rats-search/commit/f16393b))
* **search:** add 100 mb interval to search [#12](https://github.com/DEgITx/rats-search/issues/12) ([ddaf9e1](https://github.com/DEgITx/rats-search/commit/ddaf9e1))
2018-03-10 11:11:36 +00:00
Alexey Kasyanchuk
1ae552b60f release 2018-03-10 14:04:07 +03:00
Alexey Kasyanchuk
52b51d4e63 update semantic 2018-03-10 14:03:41 +03:00
Alexey Kasyanchuk
0be8a26176 decrees peer limit 2018-03-10 13:33:05 +03:00
Alexey Kasyanchuk
6838b938b7 feat(config): peers number settings 2018-03-10 13:30:04 +03:00
Alexey Kasyanchuk
2beabe084d feat(search): add 100 mb interval to search #12 2018-03-10 13:19:26 +03:00
Alexey Kasyanchuk
8ae812f18e feat(portable): portable win64 version support #9 2018-03-10 09:22:36 +03:00
Alexey Kasyanchuk
3c0930fcd6 fix(macos): mac os icon size fix #10 2018-03-10 08:27:05 +03:00
Alexey Kasyanchuk
2508e6cb1a cleanup 2018-03-10 00:10:42 +03:00
Alexey Kasyanchuk
10d0a2fbc0 feat(p2p): bootstrap peers 2018-03-10 00:06:56 +03:00
Alexey Kasyanchuk
c7a217ec37 feat(p2p): life peers exchange 2018-03-09 14:33:36 +03:00