Skip to content

Commit

Permalink
chore(release): 0.4.0 [skip ci]
Browse files Browse the repository at this point in the history
<a name="0.4.0"></a>
# [0.4.0](v0.3.1...v0.4.0) (2018-02-10)

### Bug Fixes

* **app:** fix removing events on render process ([f1bfd41](f1bfd41))
* **app:** support additional arguments on messages ([f306c53](f306c53))
* **download:** bug when cancel button not appear in main page ([d317c30](d317c30))
* **download:** cancel controls on torrent element ([cd1f89c](cd1f89c))
* **download:** problem on dht api after delete torrent ([ea8bc01](ea8bc01))
* **image:** restored spinner on downloading metadata ([387945a](387945a))
* **unix:** resolve problem with icon part at some systems ([0e5e045](0e5e045)), closes [#3](#3)

### Features

* **config:** download torrents directory in config ([9ac5539](9ac5539))
* **download:** basic torrent download support ([0abd516](0abd516))
* **download:** cancel downloading ([fd03491](fd03491))
* **download:** more control over torrent download ([395a30e](395a30e))
* **download:** torrent progress on torrent element ([70a7daa](70a7daa))
* **menu:** new context menu with copy/paste ([2bf8970](2bf8970))
  • Loading branch information
semantic-release-bot committed Feb 10, 2018
1 parent 126e9db commit 58ab8da
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
<a name="0.4.0"></a>
# [0.4.0](https://github.com/DEgITx/rats-search/compare/v0.3.1...v0.4.0) (2018-02-10)


### Bug Fixes

* **app:** fix removing events on render process ([f1bfd41](https://github.com/DEgITx/rats-search/commit/f1bfd41))
* **app:** support additional arguments on messages ([f306c53](https://github.com/DEgITx/rats-search/commit/f306c53))
* **download:** bug when cancel button not appear in main page ([d317c30](https://github.com/DEgITx/rats-search/commit/d317c30))
* **download:** cancel controls on torrent element ([cd1f89c](https://github.com/DEgITx/rats-search/commit/cd1f89c))
* **download:** problem on dht api after delete torrent ([ea8bc01](https://github.com/DEgITx/rats-search/commit/ea8bc01))
* **image:** restored spinner on downloading metadata ([387945a](https://github.com/DEgITx/rats-search/commit/387945a))
* **unix:** resolve problem with icon part at some systems ([0e5e045](https://github.com/DEgITx/rats-search/commit/0e5e045)), closes [#3](https://github.com/DEgITx/rats-search/issues/3)


### Features

* **config:** download torrents directory in config ([9ac5539](https://github.com/DEgITx/rats-search/commit/9ac5539))
* **download:** basic torrent download support ([0abd516](https://github.com/DEgITx/rats-search/commit/0abd516))
* **download:** cancel downloading ([fd03491](https://github.com/DEgITx/rats-search/commit/fd03491))
* **download:** more control over torrent download ([395a30e](https://github.com/DEgITx/rats-search/commit/395a30e))
* **download:** torrent progress on torrent element ([70a7daa](https://github.com/DEgITx/rats-search/commit/70a7daa))
* **menu:** new context menu with copy/paste ([2bf8970](https://github.com/DEgITx/rats-search/commit/2bf8970))

<a name="0.3.1"></a>
## [0.3.1](https://github.com/DEgITx/rats-search/compare/v0.3.0...v0.3.1) (2018-02-06)

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": "0.3.1",
"version": "0.4.0",
"private": true,
"author": "Alexey Kasyanchuk <degitx@gmail.com>",
"copyright": "Copyright © 2018 Alexey Kasyanchuk",
Expand Down

0 comments on commit 58ab8da

Please sign in to comment.