diff --git a/CHANGELOG.md b/CHANGELOG.md index d2cbd0b..a48403f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [0.29.3](https://github.com/DEgITx/rats-search/compare/v0.29.2...v0.29.3) (2018-08-26) + + +### Bug Fixes + +* **gui:** fix memory leak on events handling ([4801a24](https://github.com/DEgITx/rats-search/commit/4801a24)) +* **log:** display render log in main log ([3719d53](https://github.com/DEgITx/rats-search/commit/3719d53)) + + +### Performance Improvements + +* **top:** fix unnecessary drawing on top page ([55eda2b](https://github.com/DEgITx/rats-search/commit/55eda2b)) +* **top:** opmization on top load ([44d2495](https://github.com/DEgITx/rats-search/commit/44d2495)) + ## [0.29.2](https://github.com/DEgITx/rats-search/compare/v0.29.1...v0.29.2) (2018-08-20) diff --git a/package.json b/package.json index 2027edc..2f28eb7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "rats-search", "productName": "Rats on The Boat", "description": "P2P BitTorrent search engine", - "version": "0.29.2", + "version": "0.29.3", "private": true, "author": "Alexey Kasyanchuk ", "copyright": "Copyright © 2018 Alexey Kasyanchuk",