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

This commit is contained in:
Alexey Kasyanchuk 2019-04-02 11:02:56 +03:00
commit 4cb47e35a9
3 changed files with 13 additions and 2 deletions

1
.gitignore vendored
View File

@ -20,4 +20,3 @@ node.exe
/app/app.js /app/app.js
/app/background.js /app/background.js
/app/**/*.map /app/**/*.map

View File

@ -1,3 +1,15 @@
# [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))
## [1.1.4](https://github.com/DEgITx/rats-search/compare/v1.1.3...v1.1.4) (2019-02-19) ## [1.1.4](https://github.com/DEgITx/rats-search/compare/v1.1.3...v1.1.4) (2019-02-19)

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": "1.1.4", "version": "1.2.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",