rats-search/CHANGELOG.md
semantic-release-bot ef280a3fc3 chore(release): 0.20.0 [skip ci]
<a name="0.20.0"></a>
# [0.20.0](https://github.com/DEgITx/rats-search/compare/v0.19.2...v0.20.0) (2018-05-20)

### Bug Fixes

* **cicleci:** fix build on cicleci ([d9ca345](https://github.com/DEgITx/rats-search/commit/d9ca345))
* **header:** fix advanced search ([1907f68](https://github.com/DEgITx/rats-search/commit/1907f68))
* **header:** fix header wrap ([5257ffd](https://github.com/DEgITx/rats-search/commit/5257ffd))
* **header:** more enchantment over header ([006bb2c](https://github.com/DEgITx/rats-search/commit/006bb2c))
* **header:** normal error padding on search panel ([eadbcde](https://github.com/DEgITx/rats-search/commit/eadbcde))
* **log:** clear query log on every start ([bcc8e8f](https://github.com/DEgITx/rats-search/commit/bcc8e8f))
* **search:** fix container width ([5ae7106](https://github.com/DEgITx/rats-search/commit/5ae7106))
* **search:** fix search more button indication on peer search ([5549c12](https://github.com/DEgITx/rats-search/commit/5549c12))
* **top:** bold like styling on tab chose ([5552284](https://github.com/DEgITx/rats-search/commit/5552284))
* **translations:** checked language at menu ([520a359](https://github.com/DEgITx/rats-search/commit/520a359))
* **translations:** init app translations ([8cd1309](https://github.com/DEgITx/rats-search/commit/8cd1309))
* **translations:** more translations ([b3e04f5](https://github.com/DEgITx/rats-search/commit/b3e04f5))

### Features

* **core:** dependency update ([e75cb48](https://github.com/DEgITx/rats-search/commit/e75cb48))
* **core:** more deps update ([542dd2e](https://github.com/DEgITx/rats-search/commit/542dd2e))
* **filtering:** negative name filter ([b16ca68](https://github.com/DEgITx/rats-search/commit/b16ca68))
* **header:** statistic panel interface ([71c86e2](https://github.com/DEgITx/rats-search/commit/71c86e2))
* **p2p:** mapping all peers dicts ([ba5fb63](https://github.com/DEgITx/rats-search/commit/ba5fb63))
* **p2p:** peerId protocol handshake ([a216279](https://github.com/DEgITx/rats-search/commit/a216279))
* **search:** moved search to header (now search are always on) ([5a870a0](https://github.com/DEgITx/rats-search/commit/5a870a0))
* **top:** top over different time over all types [#26](https://github.com/DEgITx/rats-search/issues/26) ([663325a](https://github.com/DEgITx/rats-search/commit/663325a))
* **translations:** basic translations support ([87f23e7](https://github.com/DEgITx/rats-search/commit/87f23e7))
* **translations:** generate words on translation ([d24c793](https://github.com/DEgITx/rats-search/commit/d24c793))
* **translations:** menu translations ([8f76005](https://github.com/DEgITx/rats-search/commit/8f76005))
* **translations-ru:** more translations (part 2) ([7f91b9e](https://github.com/DEgITx/rats-search/commit/7f91b9e))
* **translations-ru:** translation to russian (part 1) ([09688e6](https://github.com/DEgITx/rats-search/commit/09688e6))
2018-05-20 21:55:09 +00:00

25 KiB

0.20.0 (2018-05-20)

Bug Fixes

  • cicleci: fix build on cicleci (d9ca345)
  • header: fix advanced search (1907f68)
  • header: fix header wrap (5257ffd)
  • header: more enchantment over header (006bb2c)
  • header: normal error padding on search panel (eadbcde)
  • log: clear query log on every start (bcc8e8f)
  • search: fix container width (5ae7106)
  • search: fix search more button indication on peer search (5549c12)
  • top: bold like styling on tab chose (5552284)
  • translations: checked language at menu (520a359)
  • translations: init app translations (8cd1309)
  • translations: more translations (b3e04f5)

Features

  • core: dependency update (e75cb48)
  • core: more deps update (542dd2e)
  • filtering: negative name filter (b16ca68)
  • header: statistic panel interface (71c86e2)
  • p2p: mapping all peers dicts (ba5fb63)
  • p2p: peerId protocol handshake (a216279)
  • search: moved search to header (now search are always on) (5a870a0)
  • top: top over different time over all types #26 (663325a)
  • translations: basic translations support (87f23e7)
  • translations: generate words on translation (d24c793)
  • translations: menu translations (8f76005)
  • translations-ru: more translations (part 2) (7f91b9e)
  • translations-ru: translation to russian (part 1) (09688e6)

0.19.2 (2018-05-04)

Bug Fixes

  • linux: fix patching on some systems without electron (7c39658)
  • search: error on sorting files in search (63768a2)
  • trackers: fix possible trackers error on scrape (81b5ead)

0.19.1 (2018-04-30)

Bug Fixes

  • donate: more relevant donate view, display also patreon donate :) (7152b36)

0.19.0 (2018-04-26)

Bug Fixes

  • content: basic adult filtration (6a85538)
  • header: more pleasant animation (3690d3a)
  • peerdb: transfer data fix (cd054b3)
  • search: fix some unsafe results in safe search (541acca)
  • search: show types of torrents on files search fix (4b8ef41)
  • store: store on all peers (ed9c323)
  • vote: proper vote data sequencing (e87e51e)
  • votes: actual votes display works now (75e7159)

Features

  • filters: adult filter (6aa952a)
  • filters: some examples of regex #25 (b112900)
  • header: fixed header on main window (e7cda54)
  • peerDB: store on peers feature (912be10)
  • replication: replicate torrent on open (6acf17f)
  • search: separate adult remote content on search (660192e)
  • vote: replicate torrent on voting (d524ff4)
  • vote: restored voting (now working over p2p) (9caa593)

Performance Improvements

  • peerdb: faster store sync (fc0388c)
  • top: less cpu usage on top page update (b39a933)

0.18.0 (2018-04-07)

Bug Fixes

  • server: little makeup for server version (99115f9)
  • server: restored server messages (e9da8db)

Features

  • p2p: random peer exchange (c2a0933)
  • search: show current request with text #23 (e3ab4d4)
  • server: seperate server part and ability to run server without electron (3246d15)
  • web: web version available again (bfbc660)

0.17.1 (2018-04-04)

Bug Fixes

  • db: fix search index on replication (969d8dc)
  • db: ignore patching already created db (4e22eb1)
  • db: optimization after patching (f14aefd)
  • db: resolving old database indexes (cfd4459)
  • filter: cleaning fix on big db (07c931c)
  • tests: fixed patching on tests (8d7359e)

0.17.0 (2018-04-01)

Bug Fixes

  • p2p: save only existing peers (e74c68f)
  • peers: fix display peers count in gui (a255c47)
  • tests: fix net code on test env (cb022b0)
  • tests: fix quit timeout (efff28a)

Features

  • bootstrap: reserved p2p peers server (13e0107)
  • filter: naming filtering #17 (d766f94)
  • filter: torrents filters (basic maxFiles filter) (37d5d18)

0.16.2 (2018-03-31)

Bug Fixes

  • replication: show correct torrent types on replication (3c6698e)

0.16.1 (2018-03-30)

Bug Fixes

  • p2p: fix torrents count (d4b9958)

0.16.0 (2018-03-30)

Bug Fixes

  • db: fix some null values errors (640cadd)
  • linux: 32bit linux builds #21 (5a0da90)
  • replication: enable replication by default (6e8b01a)
  • replication: fix error on replication (7ab42e9)

Features

  • p2p: app version on p2p (8c4e659)
  • p2p: show torrents number of other clients (a4fa0b1)

0.15.2 (2018-03-28)

Bug Fixes

0.15.1 (2018-03-27)

Bug Fixes

  • top: remote top shown fix (2f66398)

0.15.0 (2018-03-26)

Bug Fixes

  • portable: portable win32 build (bec76e7)
  • top: fix week and month top load (84cd86d)

Features

  • header: back to main button at top (0cb81ec)
  • top: categories to tab items and new items load (6f1a3c3)
  • top: p2p top search (7f10267)
  • win: win 32bit build (80f56aa), closes #18

0.14.1 (2018-03-17)

Bug Fixes

  • p2p: still fix adding youself to list (bfad498)

0.14.0 (2018-03-17)

Bug Fixes

  • p2p: disconnect on protocol bad handshake on server side (c6b73ee)
  • portable: fix error on renaming portable directory (4714728)
  • ssh: fix closing ssh on exit (426886d)

Features

  • menu: new menu items (support) (c6b28f0)
  • menu: version as menu item (e139256)
  • p2p: tunnels support for bad peers (ec143d9)
  • ssh: fix key store (5b26500)

0.13.0 (2018-03-13)

Bug Fixes

  • gui: fix date displaing in torrent details (3d6baca)
  • gui: loading progress when open top (a06a81a)
  • info: fix info files limitation in output (6285ab4)
  • p2p: fix connection by yourself in process (ce08b3b)
  • scanner: always add id - replication fix (979ef1b)

Features

  • gui: compact header design (9566c77)
  • gui: new header design (more compressed) (51ecfd0)
  • gui: settings on header (93dd5af)
  • manual: usage manual (help) in menu (7420544)
  • p2p: p2p torrents replication (999ab0c)

0.12.0 (2018-03-10)

Bug Fixes

Features

  • config: peers number settings (61d0f25)
  • p2p: bootstrap peers (3292e8f)
  • p2p: life peers exchange (8035e57)
  • p2p: peers limitation to prevent connection spam (9177691)
  • portable: portable win64 version support #9 (f16393b)
  • search: add 100 mb interval to search #12 (ddaf9e1)

0.11.0 (2018-03-07)

Bug Fixes

  • changelog: fix modal peers display (fb3a28b)
  • p2p: situation when ignoring yourself address is very slow (d55c8f2)
  • search: show torrent page from remote peer (9a69f07)

Features

  • donate: donate window (da3a646)
  • download: torrent downloads manager (73d2c3c)
  • gui: access to top from menu (20bd280)

0.10.0 (2018-03-03)

Bug Fixes

  • gui: cleanup footer (ebda2d7)
  • gui: some incorrect information removed from top header (894bcaf)
  • log: dont show any upnp messages in log (bf9af3f)
  • network: fix stun error on startup if no network available (09de03a), closes #7
  • p2p: fix back connection (cce0f9a)
  • p2p: some ignoring of local addresses (835038b)
  • search: merge files in search when same torrent twice in a row (22d3173)
  • vote: just disable for future improvements in p2p (1d318d7)

Features

  • p2p: peers backup on exit (449460d)
  • p2p: peers exchange (dfd8378)
  • p2p: protocol check and support responce p2p connection (b37bbb4)
  • search: visual separate p2p torrents (43780bc)
  • secure: responce only to rats messages (16aa63e)

0.9.0 (2018-03-02)

Features

0.8.0 (2018-03-01)

Features

  • config: new scanning options (b946877)
  • config: some network limitations (1751ad6)
  • menu: report bug in application (1a8af14)

Performance Improvements

  • network: limit package usage (f6a8e89)
  • network: network usage optimization (e1e0074)

0.7.1 (2018-02-21)

Bug Fixes

  • config: settings port descriptions (e7b30ab)
  • p2p: errors on peers ignore (4b21c38)

0.7.0 (2018-02-18)

Bug Fixes

  • app: messaging on closing (f117b61)
  • config: color of search indicator (69c391b)
  • p2p: closing on end (a1c9adb)
  • p2p: closing on end reverted (it was ok by default) (ee3df81)
  • p2p: compact convert ip's (b84c9da)
  • p2p: fix disconnects after each call (12d66ff)
  • p2p: ignore errors on conn (8e81bbc)

Features

  • app: p2p peers indicator (3d4dbd5)
  • config: p2p enable/disable (5bd2e75)
  • p2p: basic search retransfer (da7ea2a)
  • p2p: files search also (8c79960)
  • p2p: ignore your address (f0f3692)
  • p2p: other rats peers detection (24c50d3)

Performance Improvements

  • p2p: reduce traffic of p2p calls (cd6d0a2)

0.6.1 (2018-02-12)

Bug Fixes

  • macos: fix closing under some platforms (c765145)

0.6.0 (2018-02-12)

Bug Fixes

  • macos: fix updates on Mac OS X (91e4f93)
  • macos: normal icon (d138c85)
  • windows: start fix in some cases (possible win7 fix) (45c408f)

Features

  • app: allow run only single application at same time (e942c03)
  • log: log autoupdate info (1e5392d)
  • log: system information (023d33f)

0.5.0 (2018-02-11)

Bug Fixes

  • autoupdate: fix error on downloading updater (023bb97)

Features

  • autoupdate: autoupdate on statup (b308bb5)

0.4.0 (2018-02-10)

Bug Fixes

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

Features

  • config: download torrents directory in config (9ac5539)
  • download: basic torrent download support (0abd516)
  • download: cancel downloading (fd03491)
  • download: more control over torrent download (395a30e)
  • download: torrent progress on torrent element (70a7daa)
  • menu: new context menu with copy/paste (2bf8970)

0.3.1 (2018-02-06)

Bug Fixes

  • windows: resolve some encoding problem with search daemon process (91c99d1)

0.3.0 (2018-02-05)

Bug Fixes

  • config: fixed saving configuration on develop builds (b640bd4)
  • feed: disabled fake torrents for desktop (101c1b6)

Features

  • changelog: changelog inside application (988d714)
  • config: database place path (8d58a7f)
  • config: message when settings saved (6b793aa)
  • config: new settings for application (port, cpu usage eth.) (6b5ee01)

0.2.0 (2018-02-04)

Bug Fixes

  • app: fast and proper closing (3123a82)
  • config: saving config restored (ddc309e)
  • interface: back button on save page (342a64e)
  • linux: options on start (a069a0e)
  • linux: proper db use under linux (0c60c0d)
  • macos: network category of application (34c8f33)
  • macos: proper work under MacOS X (5a86c51)
  • scanner: scanner second enable call (c77f056)
  • tests: disable scanner tests (7958a19)

Features

  • build: semantic release messages scan (af591e8)
  • config: saving configuration (7247044)
  • db: new database (2703f8a)
  • readme: readme (adb0b49)
  • readme: semantic release in readme (8319dce)
  • readme: travis status build in readme (f5b8b88)
  • tests: db test (fdf528e)
  • tests: new scanner test (0c6544f)