Skip to content

Latest commit

 

History

History
118 lines (71 loc) · 9.2 KB

CHANGELOG.md

File metadata and controls

118 lines (71 loc) · 9.2 KB

Changelog

0.10.0 (2021-05-02)

Features

  • New select mode color (8f8d3db)
  • open addmodal when dragging a file into the dashboard (5807db5)

Bug Fixes

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

Performance Improvements