mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-25 02:45:48 +03:00
132b849079
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
27 KiB
27 KiB
Changelog
0.16.0 (2022-04-16)
Features
0.15.4 (2022-04-04)
Bug Fixes
- low visibility text in dark theme (#390) (84750af)
- PWA manifest #405 (94727a1)
- search results not loading until stopped (#391) (8b126d8)
Improvements
- add Japanese language support (#401) (a178205)
- add Spanish Language (#385) (d0f7055)
- add Vietnamese (#392) (6019759)
0.15.3 (2022-02-28)
Bug Fixes
0.15.2 (2022-01-13)
Bug Fixes
- Qbittorrent title on tab (05bcc9e)
Improvements
0.15.1 (2022-01-13)
Bug Fixes
Improvements
- add French translations (#337) (30d5dc0)
- add Indonesian (#361) (908af5b)
- add Portugese (#350) (abb4c5b)
- more translations (4f8c697)
0.15.0 (2021-11-27)
Features
- 1st torrent progress in title #166 (5faa248)
- add uploaded property (#145) (0a58d98)
- auto install search plugins when none installed (abc5457)
- auto refresh peers (dfd10be)
- auto releasing ci (#146) (d217627)
- basic limit share ratio #308 (2c1fc34)
- basic multilang support (#320) (a7cc03c)
- bypass authentication (#310) (b069ce4)
- checkbox + button with color feedback for TorrentDeleteModal (a83ea14)
- copy name/hash/magnet #277 (42afd92)
- drawer on right side #276 (a18bded)
- fullscreen toggle on torrent info modal (desktop) (1de9e64)
- improved per-torrent speed limits modal (#172) (7bed9ee)
- New Logo (b2858a4)
- New select mode color (8f8d3db)
- open addmodal when dragging a file into the dashboard (5807db5)
- PWA splash & bar color (dfbed5c)
- remember delete with files preference #291 (684bbec)
- remove torrent files with checkbox #199 (0eddf64)
- run external program on torrent completion #258 (99fa1c4)
- Show connection status at the bottom of Navbar (#255) (204d74c)
- show created by info #279 (7a7562e)
- Speed cards as pills with icon in first column and speed on top of the unit in second column (#169) (354fe4f)
- torrent detail infinity sign for unlimited speeds (#173) (6f9a5d5)
- use confirmation modal when deleting from context menu #191 (53c548b)
Bug Fixes
- 0 speed when no speed data returned (a7b8ed9)
- add tracker dialog bug #187 (7c7e40d)
- altspeed value (aadb3f2)
- always fetch full data (more reliable) (89cf6ba)
- application version getter (#222) (6535ac5)
- Context menu placement (ed08c91)
- double click opens info #287 (c8ffce5)
- Establish Service WalkerRules (#227) (04971dc)
- Global Speed Title (upload & download were switched) (#218) (906f6d5)
- interrupted divider in torrenfinfo #151 (d362aef)
- invisble close button on modal #314 #297 (8001dc9)
- issue where 'torrent details' modal does not work properly on iOS (a83ea14)
- layout issues + remove vue-perfect-scrollbar + refactor context menu (a83ea14)
- logout #286 (9121230)
- margin when freespace card is disabled (6be41e3)
- mobile search #156 - maybe redesign in future (463dabd)
- mobile search #156 - maybe redesign in future (0f62f4d)
- Persistent add modal (d517d9f)
- push precompiled release in a public folder (adfc6a0)
- remove black box on iOS PWA #180 (f918ff5)
- remove device darkmode because its unreliable #285 (e6c0863)
- remove gesture feature on tabs (buggy anyway) (0960962)
- remove vue-context import (edcd825)
- scrollbar (c460e29)
- searchmodal pagination layout (a9a9aff)
- selection list not cleared when closing deletemodal without button press (80573f4)
- Settings>VueTorrent>Dashboard layout & UX (d93e540)
- show torrent comment #292 (4c3c2d3)
- speedcard value cutoff #141 (a81b1ea)
- Torrent Detail modal with multiple tags shows only one tag selected #167 (1973b5d)
- torrent done color to similar to seeding #162 (bd71906)
- torrent search on enter #149 (51fbec1)
- tweak search treshold #250 (bdbc87b)
- Update registerServiceWorker.js (delete all cache on when new version is released) (d846c92)
- wrong tempPathEnabled state #284 (d8e2610)
Improvements
- 'Vue2-perfect-scrollbar' is no longer dependent (a83ea14)
- better share limit modal (#316) (9f2ca42)
- Context (right click) menu refactor! Works way better on mobile (a83ea14)
- more chinese translations (65943ae)
- only update changed data + code cleanup (664e4db)
- Remove redundant dialog code, use Modal Mixin (33cf62f)
- softer red color #155 (cbf845a)
0.13.0 (2021-11-01)
Features
0.12.0 (2021-08-29)
Features
Bug Fixes
- double click opens info #287 (c8ffce5)
- logout #286 (9121230)
- remove device darkmode because its unreliable #285 (e6c0863)
- show torrent comment #292 (4c3c2d3)
- wrong tempPathEnabled state #284 (d8e2610)
0.11.0 (2021-08-14)
Features
- copy name/hash/magnet #277 (42afd92)
- drawer on right side #276 (a18bded)
- Show connection status at the bottom of Navbar (#255) (204d74c)
- show created by info #279 (7a7562e)
Bug Fixes
- Persistent add modal (d517d9f)
0.10.0 (2021-05-02)
Features
Bug Fixes
- application version getter (#222) (6535ac5)
- Context menu placement (ed08c91)
- Establish Service WalkerRules (#227) (04971dc)
- Global Speed Title (upload & download were switched) (#218) (906f6d5)
- remove vue-context import (edcd825)
- scrollbar (c460e29)
- tweak search treshold #250 (bdbc87b)
Performance Improvements
- Remove redundant dialog code, use Modal Mixin (33cf62f)
0.9.0 (2021-04-15)
Features
- checkbox + button with color feedback for TorrentDeleteModal (a83ea14)
- New Logo (b2858a4)
- remove torrent files with checkbox #199 (0eddf64)
Bug Fixes
- altspeed value (aadb3f2)
- issue where 'torrent details' modal does not work properly on iOS (a83ea14)
- layout issues + remove vue-perfect-scrollbar + refactor context menu (a83ea14)
- selection list not cleared when closing deletemodal without button press (80573f4)
Performance Improvements
- 'Vue2-perfect-scrollbar' is no longer dependent (a83ea14)
- Context (right click) menu refactor! Works way better on mobile (a83ea14)
0.8.0 (2021-04-06)
Features
- auto install search plugins when none installed (abc5457)
- auto refresh peers (dfd10be)
- fullscreen toggle on torrent info modal (desktop) (1de9e64)
- PWA splash & bar color (dfbed5c)
- use confirmation modal when deleting from context menu #191 (53c548b)
Bug Fixes
- 0 speed when no speed data returned (a7b8ed9)
- add tracker dialog bug #187 (7c7e40d)
- always fetch full data (more reliable) (89cf6ba)
- remove gesture feature on tabs (buggy anyway) (0960962)
- Settings>VueTorrent>Dashboard layout & UX (d93e540)
- Update registerServiceWorker.js (delete all cache on when new version is released) (d846c92)
Performance Improvements
- only update changed data + code cleanup (664e4db)
0.7.0 (2021-03-25)
Features
- 1st torrent progress in title #166 (5faa248)
- global pause/resume #158 (28cdd0f)
- improved per-torrent speed limits modal (#172) (7bed9ee)
- select all toggle #161 (d3a5ac8)
- Speed cards as pills with icon in first column and speed on top of the unit in second column (#169) (354fe4f)
- torrent detail infinity sign for unlimited speeds (#173) (6f9a5d5)
Bug Fixes
- push precompiled release in a public folder (adfc6a0)
- remove black box on iOS PWA #180 (f918ff5)
- searchmodal pagination layout (a9a9aff)
- Torrent Detail modal with multiple tags shows only one tag selected #167 (1973b5d)
- torrent done color to similar to seeding #162 (bd71906)
0.6.0 (2021-02-17)
Features
Bug Fixes
- interrupted divider in torrenfinfo #151 (d362aef)
- margin when freespace card is disabled (6be41e3)
- mobile search #156 - maybe redesign in future (463dabd)
- mobile search #156 - maybe redesign in future (0f62f4d)
- speedcard value cutoff #141 (a81b1ea)
- torrent search on enter #149 (51fbec1)