Merge branch 'master' of github.com:DEgITx/rats-search

This commit is contained in:
Alexey Kasyanchuk 2018-03-10 16:03:16 +03:00
commit cb1b27c915
2 changed files with 20 additions and 1 deletions

View File

@ -1,3 +1,22 @@
<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))
<a name="0.11.0"></a> <a name="0.11.0"></a>
# [0.11.0](https://github.com/DEgITx/rats-search/compare/v0.10.0...v0.11.0) (2018-03-07) # [0.11.0](https://github.com/DEgITx/rats-search/compare/v0.10.0...v0.11.0) (2018-03-07)

View File

@ -2,7 +2,7 @@
"name": "rats-search", "name": "rats-search",
"productName": "Rats on The Boat", "productName": "Rats on The Boat",
"description": "P2P BitTorrent search engine", "description": "P2P BitTorrent search engine",
"version": "0.11.0", "version": "0.12.0",
"private": true, "private": true,
"author": "Alexey Kasyanchuk <degitx@gmail.com>", "author": "Alexey Kasyanchuk <degitx@gmail.com>",
"copyright": "Copyright © 2018 Alexey Kasyanchuk", "copyright": "Copyright © 2018 Alexey Kasyanchuk",