Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2019-01-26)

### Bug Fixes

* **1337x:** proper poster in some cases ([515d30c](515d30c))
* **arm:** ignore relay on arm [#66](#66) ([e8cb4d8](e8cb4d8))
* **build:** fix production build after upgrade to new engine ([09ef602](09ef602))
* **p2p:** fix files in db count on new architecture ([073eefe](073eefe))
* **p2p:** potencial problem with some p2p decoding messages ([db48f44](db48f44))
* **tests:** fix check of starting download ([0dee20d](0dee20d))
* **tests:** more timeout time for some strategies ([471efc1](471efc1))

### Features

* **arm:** added testing arm support ([8b9f9f6](8b9f9f6))
* **core:** updated to new browser engine ([2370847](2370847))
* **strategies:** 1337 strategie ([3f75cce](3f75cce))
* **strategies:** autoload trackers strategies ([4367da9](4367da9))
* **ui:** settings tabs ([5cb119f](5cb119f))

### Performance Improvements

* **start:** simplify some init statistic calls ([c788569](c788569))
  • Loading branch information
semantic-release-bot committed Jan 26, 2019
1 parent 03566b6 commit b6d5076
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# [1.1.0](https://github.com/DEgITx/rats-search/compare/v1.0.0...v1.1.0) (2019-01-26)


### Bug Fixes

* **1337x:** proper poster in some cases ([515d30c](https://github.com/DEgITx/rats-search/commit/515d30c))
* **arm:** ignore relay on arm [#66](https://github.com/DEgITx/rats-search/issues/66) ([e8cb4d8](https://github.com/DEgITx/rats-search/commit/e8cb4d8))
* **build:** fix production build after upgrade to new engine ([09ef602](https://github.com/DEgITx/rats-search/commit/09ef602))
* **p2p:** fix files in db count on new architecture ([073eefe](https://github.com/DEgITx/rats-search/commit/073eefe))
* **p2p:** potencial problem with some p2p decoding messages ([db48f44](https://github.com/DEgITx/rats-search/commit/db48f44))
* **tests:** fix check of starting download ([0dee20d](https://github.com/DEgITx/rats-search/commit/0dee20d))
* **tests:** more timeout time for some strategies ([471efc1](https://github.com/DEgITx/rats-search/commit/471efc1))


### Features

* **arm:** added testing arm support ([8b9f9f6](https://github.com/DEgITx/rats-search/commit/8b9f9f6))
* **core:** updated to new browser engine ([2370847](https://github.com/DEgITx/rats-search/commit/2370847))
* **strategies:** 1337 strategie ([3f75cce](https://github.com/DEgITx/rats-search/commit/3f75cce))
* **strategies:** autoload trackers strategies ([4367da9](https://github.com/DEgITx/rats-search/commit/4367da9))
* **ui:** settings tabs ([5cb119f](https://github.com/DEgITx/rats-search/commit/5cb119f))


### Performance Improvements

* **start:** simplify some init statistic calls ([c788569](https://github.com/DEgITx/rats-search/commit/c788569))

# [1.0.0](https://github.com/DEgITx/rats-search/compare/v0.30.1...v1.0.0) (2018-12-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rats-search",
"productName": "Rats on The Boat",
"description": "P2P BitTorrent search engine",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"author": "Alexey Kasyanchuk <[email protected]>",
"copyright": "Copyright © 2018 Alexey Kasyanchuk",
Expand Down

0 comments on commit b6d5076

Please sign in to comment.