2021-02-17 08:36:24 +01:00
# Changelog
2023-11-06 05:10:16 +00:00
## [2.1.0](https://github.com/WDaan/VueTorrent/compare/v2.0.1...v2.1.0) (2023-11-06)
### Features
* **filters:** Allow to disable filters temporarily ([6f9ee5d ](https://github.com/WDaan/VueTorrent/commit/6f9ee5d0e36bd0a9e1707f50edc84d8979ae7a51 ))
* **ShareLimit:** Add torrent share limit dialog ([ed0991e ](https://github.com/WDaan/VueTorrent/commit/ed0991e0a5b3985dbea40d343dc6a3c8224e1f32 ))
* **title:** Ability to set custom browser tab title ([1f58005 ](https://github.com/WDaan/VueTorrent/commit/1f58005109ab5b8a1cf6d9575246e24a105cc3a8 ))
### Bug Fixes
* **TorrentCard:** Fix properties not being persisted ([#1252 ](https://github.com/WDaan/VueTorrent/issues/1252 )) ([c61b957 ](https://github.com/WDaan/VueTorrent/commit/c61b957683c5ee6591b27de755fdad062e93e16f ))
### Improvements
* **TorrentCard:** Only process drag on handle ([#1253 ](https://github.com/WDaan/VueTorrent/issues/1253 )) ([681e59f ](https://github.com/WDaan/VueTorrent/commit/681e59f7c76eb5b984aa968782a81d08fd271cc3 ))
* **Torrent:** Wrap title ([55c2ef8 ](https://github.com/WDaan/VueTorrent/commit/55c2ef811543ebcc84124d3304689f2901064e77 ))
2023-11-04 23:16:45 +00:00
## [2.0.1](https://github.com/WDaan/VueTorrent/compare/v2.0.0...v2.0.1) (2023-11-04)
### Bug Fixes
* **dashboard:** Take filters into account when selecting all torrents ([9f4aa4a ](https://github.com/WDaan/VueTorrent/commit/9f4aa4a119046d72eb5c2ad0047205c32c426c7a ))
* **settings:** Add DnD exception on settings page ([d91070b ](https://github.com/WDaan/VueTorrent/commit/d91070b4a28508d1ea7c4ad7e6e595f358194657 ))
### Improvements
* **settings reset:** Clear sessionStorage in addition to localStorage ([4eaaa33 ](https://github.com/WDaan/VueTorrent/commit/4eaaa33711f00fcb32515f58fedd6450d83f7cea ))
2023-11-03 16:50:38 +00:00
## [2.0.0](https://github.com/WDaan/VueTorrent/compare/v1.8.0...v2.0.0) (2023-11-03)
### ⚠ BREAKING CHANGES
* Vue3 Rewrite ([#757 ](https://github.com/WDaan/VueTorrent/issues/757 ))
### Features
* **dashboard:** Add DL / UL Speed average to DashboardItems ([#1203 ](https://github.com/WDaan/VueTorrent/issues/1203 )) ([7af47f9 ](https://github.com/WDaan/VueTorrent/commit/7af47f9e3d375be39fe133f10c69eeee5fa3ff43 ))
* **filters:** Allow multiple selection ([#1202 ](https://github.com/WDaan/VueTorrent/issues/1202 )) ([41318c3 ](https://github.com/WDaan/VueTorrent/commit/41318c3d85da44833b7ce1e2afba9a613b07c624 ))
* **transfer limit:** Add callbacks for download / upload torrent limit ([#1217 ](https://github.com/WDaan/VueTorrent/issues/1217 )) ([1792df9 ](https://github.com/WDaan/VueTorrent/commit/1792df965ba78c83264b315b6f1ecbaca4b08e04 ))
* Vue3 Rewrite ([#757 ](https://github.com/WDaan/VueTorrent/issues/757 )) ([575b071 ](https://github.com/WDaan/VueTorrent/commit/575b071f6db9edc01412fab45109d3f4d203552d ))
### Bug Fixes
* **AddTorrentDialog:** Dialog was never initialized with default values ([#1214 ](https://github.com/WDaan/VueTorrent/issues/1214 )) ([44fd8d3 ](https://github.com/WDaan/VueTorrent/commit/44fd8d38619b7a468f8f0a7e04c71cf9cd94683b ))
* **AddTorrentDialog:** Fix persistence not working ([#1213 ](https://github.com/WDaan/VueTorrent/issues/1213 )) ([9ee6533 ](https://github.com/WDaan/VueTorrent/commit/9ee65335e129139a4cff4ba307d94b8075f66558 ))
* **AddTorrent:** Error while accessing preferences ([#1216 ](https://github.com/WDaan/VueTorrent/issues/1216 )) ([c760072 ](https://github.com/WDaan/VueTorrent/commit/c76007241dbd604f6e31bc506b88a065dc57d920 ))
* Chinese translations([#1189 ](https://github.com/WDaan/VueTorrent/issues/1189 )) ([3f34cfc ](https://github.com/WDaan/VueTorrent/commit/3f34cfcfdb9b9ff0a0c1030e2cb82fd671c562a0 ))
* **dashboard:** Sort not working anymore ([#1211 ](https://github.com/WDaan/VueTorrent/issues/1211 )) ([b2bbcb9 ](https://github.com/WDaan/VueTorrent/commit/b2bbcb987e7569bfb58bf01930f4d6cbcb9e95c3 ))
* **rss:** Update overflow rules to handle long name without spaces ([#1228 ](https://github.com/WDaan/VueTorrent/issues/1228 )) ([e2ce2e8 ](https://github.com/WDaan/VueTorrent/commit/e2ce2e86f5ff59499834a91b8de6c3bc8aa1e156 ))
### Improvements
* add Chinese translations ([#1185 ](https://github.com/WDaan/VueTorrent/issues/1185 )) ([c50f1df ](https://github.com/WDaan/VueTorrent/commit/c50f1df4d6027588e6d8fc9465d0bfeafd934f83 ))
* **AddTorrentDialog:** Add loading prop to add button ([#1192 ](https://github.com/WDaan/VueTorrent/issues/1192 )) ([ac3bb69 ](https://github.com/WDaan/VueTorrent/commit/ac3bb69a13e9b2bef3030f0b500ee37f1c79b0c5 ))
* **AddTorrentDialog:** persist form in sessionStorage ([#1193 ](https://github.com/WDaan/VueTorrent/issues/1193 )) ([e59f6bf ](https://github.com/WDaan/VueTorrent/commit/e59f6bf206e7ace0fbc5eead955ada5caa63bd4a ))
* **filters:** Reorder states ([197b9d7 ](https://github.com/WDaan/VueTorrent/commit/197b9d7d029c6669cccfb4c4fc183d62fed45de6 ))
* **rss:** Improve duplicate RSS article handling ([#1191 ](https://github.com/WDaan/VueTorrent/issues/1191 )) ([ee01382 ](https://github.com/WDaan/VueTorrent/commit/ee0138277177dbd9c5054ed81fb8ab11d5b919f0 ))
* **rss:** Right click mark article as read ([#1210 ](https://github.com/WDaan/VueTorrent/issues/1210 )) ([ee03b5c ](https://github.com/WDaan/VueTorrent/commit/ee03b5cb58125df8fb073e264cc61bfda85ccd3b ))
* **TorrentCard:** Darken selected item background ([#1215 ](https://github.com/WDaan/VueTorrent/issues/1215 )) ([8214a0e ](https://github.com/WDaan/VueTorrent/commit/8214a0ebd43637bbe3eb7098f5b0ff5a5d0951b8 ))
2023-10-08 09:05:34 +02:00
## [1.8.0](https://github.com/WDaan/VueTorrent/compare/v1.7.4...v1.8.0) (2023-10-04)
### Features
2023-10-20 15:15:28 +02:00
- login with url query ([#1108 ](https://github.com/WDaan/VueTorrent/issues/1108 )) ([459b7e0 ](https://github.com/WDaan/VueTorrent/commit/459b7e08f2c630f6e92a459fd39b3dade7ef7fdf ))
2023-10-08 09:05:34 +02:00
### Bug Fixes
2023-10-20 15:15:28 +02:00
- hungarian translations ([#1127 ](https://github.com/WDaan/VueTorrent/issues/1127 )) ([2c9c9d5 ](https://github.com/WDaan/VueTorrent/commit/2c9c9d5ac197c1e56fec2f26c20fc631c2dc86e1 ))
2023-10-08 09:05:34 +02:00
### Improvements
2023-10-20 15:15:28 +02:00
- Add autofocus on login page ([#1117 ](https://github.com/WDaan/VueTorrent/issues/1117 ))
([7ca220d ](https://github.com/WDaan/VueTorrent/commit/7ca220dfa6eff9a6f943fcacd045ef6b8f2ce570 ))
- add Hungarian translations ([#1121 ](https://github.com/WDaan/VueTorrent/issues/1121 ))
([f584aad ](https://github.com/WDaan/VueTorrent/commit/f584aadcea38e28251f7347a8d794eca8ce807a0 ))
2023-10-08 09:05:34 +02:00
2023-09-19 14:34:00 +02:00
## [1.7.4](https://github.com/WDaan/VueTorrent/compare/v1.7.3...v1.7.4) (2023-09-19)
### Bug Fixes
2023-10-20 15:15:28 +02:00
- change settings speed tab speed unit to KiBps ([#1082 ](https://github.com/WDaan/VueTorrent/issues/1082 ))
([587038a ](https://github.com/WDaan/VueTorrent/commit/587038a7ae25fcedcb29b358a12e5f3a3b38ce64 ))
- formatDataValues for values with 4 digits or more ([#1083 ](https://github.com/WDaan/VueTorrent/issues/1083 ))
([ad562f0 ](https://github.com/WDaan/VueTorrent/commit/ad562f056a4976b484ae7f98da2eef8153f9b0c4 ))
- **logs:** wrong date parsing ([#1076 ](https://github.com/WDaan/VueTorrent/issues/1076 ))
([14a6b90 ](https://github.com/WDaan/VueTorrent/commit/14a6b90547dda3284254608f6cd203bc84634768 ))
- Revert "fix(logs): Wrong date parsing" ([#1099 ](https://github.com/WDaan/VueTorrent/issues/1099 ))
([1110bdb ](https://github.com/WDaan/VueTorrent/commit/1110bdb8b780d9512366d1e46ed8aecadb2efa4d ))
2023-09-19 14:34:00 +02:00
2023-08-31 10:18:01 +02:00
## [1.7.3](https://github.com/WDaan/VueTorrent/compare/v1.7.2...v1.7.3) (2023-08-31)
### Bug Fixes
2023-10-20 15:15:28 +02:00
- mobile long press [#911 ](https://github.com/WDaan/VueTorrent/issues/911 ) ([6871e54 ](https://github.com/WDaan/VueTorrent/commit/6871e54f94c19f4c5d54f6d5056a4f1b302a956a ))
- revert longpress fix, unreliable on pwa [#911 ](https://github.com/WDaan/VueTorrent/issues/911 )
([3214997 ](https://github.com/WDaan/VueTorrent/commit/3214997194f76d01b3ead9439589c3103eb2728c ))
2023-08-31 10:18:01 +02:00
2023-08-31 09:12:19 +02:00
## [1.7.2](https://github.com/WDaan/VueTorrent/compare/v1.7.1...v1.7.2) (2023-08-31)
### Bug Fixes
2023-08-31 09:43:43 +02:00
- explicitly match the file ([#1065 ](https://github.com/WDaan/VueTorrent/issues/1065 ))
([7ea8ac3 ](https://github.com/WDaan/VueTorrent/commit/7ea8ac3ded7e523239c5c230f8a36b93095cc7f7 ))
- magnet handling issue caused by [#1041 ](https://github.com/WDaan/VueTorrent/issues/1041 ) ([#1056 ](https://github.com/WDaan/VueTorrent/issues/1056 ))
([6432dd9 ](https://github.com/WDaan/VueTorrent/commit/6432dd94168e37b8af2cd66241234cdec8c7738d ))
- mobile long press [#911 ](https://github.com/WDaan/VueTorrent/issues/911 ) ([d394ab8 ](https://github.com/WDaan/VueTorrent/commit/d394ab885b6fec200f5878993c6918c906cc6f2f ))
2023-08-31 09:12:19 +02:00
2023-08-19 23:42:14 +02:00
## [1.7.1](https://github.com/WDaan/VueTorrent/compare/v1.7.0...v1.7.1) (2023-08-16)
### Bug Fixes
2023-08-31 09:09:48 +02:00
- cache app.js in PWA mode ([#1038 ](https://github.com/WDaan/VueTorrent/issues/1038 ))
([9ea02fb ](https://github.com/WDaan/VueTorrent/commit/9ea02fbf8c786363eb273d40d333eb50f34ce6e3 ))
- delayed torrent display on page opening ([#1022 ](https://github.com/WDaan/VueTorrent/issues/1022 ))
([ee6a73e ](https://github.com/WDaan/VueTorrent/commit/ee6a73eacc1b7c922917a21bae6f966fa4b74c25 ))
- magnet handling ([#1041 ](https://github.com/WDaan/VueTorrent/issues/1041 )) ([c57da2d ](https://github.com/WDaan/VueTorrent/commit/c57da2d95a1100e43bdeb0d7f62512b88d27af10 ))
- **overview:** Canvas not displaying correctly ([#1032 ](https://github.com/WDaan/VueTorrent/issues/1032 ))
([b68c487 ](https://github.com/WDaan/VueTorrent/commit/b68c4870ef47001989735166440bfc2b3eca103a ))
- progress and relavance numbers in DetailedPeers screen ([#1034 ](https://github.com/WDaan/VueTorrent/issues/1034 ))
([4cd7772 ](https://github.com/WDaan/VueTorrent/commit/4cd7772502f0dacf595aeb6d70e52bb458156330 ))
- **styles:** overflowing tab arrows with light theme [#1040 ](https://github.com/WDaan/VueTorrent/issues/1040 )
([a91712a ](https://github.com/WDaan/VueTorrent/commit/a91712a5da7db9951bd93e19ff0459c5e1c78934 ))
- **torrent:** Wrong date format on longer duration than month ([091244b ](https://github.com/WDaan/VueTorrent/commit/091244b718081138beb6e71d27d10fe45ceadc27 ))
2023-08-19 23:42:14 +02:00
### Improvements
2023-08-31 09:09:48 +02:00
- adding darker color to files actively or force uploading ([#1035 ](https://github.com/WDaan/VueTorrent/issues/1035 ))
([e2078e4 ](https://github.com/WDaan/VueTorrent/commit/e2078e4444197e723aad6e052ca8a9e69266768b ))
- cache fonts on PWA ([#1039 ](https://github.com/WDaan/VueTorrent/issues/1039 )) ([a16fb34 ](https://github.com/WDaan/VueTorrent/commit/a16fb342b814a8b5e58d9b9316138b8bb0bab3c4 ))
- Inifite scroll view ([#1049 ](https://github.com/WDaan/VueTorrent/issues/1049 )) ([c17f1b6 ](https://github.com/WDaan/VueTorrent/commit/c17f1b6e8ab5d94a03bc6c43fd2a8bf1526b45fa ))
- **overview:** Disable canvas first-time render ([#1029 ](https://github.com/WDaan/VueTorrent/issues/1029 ))
([d679ad4 ](https://github.com/WDaan/VueTorrent/commit/d679ad4c3e3515af00429c2eeb0a7796f0cf35c3 ))
2023-08-19 23:42:14 +02:00
2023-08-04 20:15:14 +02:00
## [1.7.0](https://github.com/WDaan/VueTorrent/compare/v1.6.1...v1.7.0) (2023-08-01)
### Features
2023-08-31 09:09:48 +02:00
- **units:** customizable units ([#984 ](https://github.com/WDaan/VueTorrent/issues/984 ))
([0594af3 ](https://github.com/WDaan/VueTorrent/commit/0594af387f9679610fd1bc887db3915ce345c65b ))
2023-08-04 20:15:14 +02:00
### Bug Fixes
2023-08-31 09:09:48 +02:00
- App not redirecting to login page ([#1008 ](https://github.com/WDaan/VueTorrent/issues/1008 ))
([cd1e77b ](https://github.com/WDaan/VueTorrent/commit/cd1e77b0c22d7905ee34478187205f252856e4b9 ))
- **Content:** Fix percent progress not displaying properly ([#1007 ](https://github.com/WDaan/VueTorrent/issues/1007 ))
([ef546cb ](https://github.com/WDaan/VueTorrent/commit/ef546cb96cc0ce255883bd9c2b2645c3abb48784 ))
- **dashboard:** Not able to delete torrent in certain cases ([#975 ](https://github.com/WDaan/VueTorrent/issues/975 ))
([4445d37 ](https://github.com/WDaan/VueTorrent/commit/4445d371390463d4a801dc6fa1edc04bf76b7847 ))
- locale key for [#967 ](https://github.com/WDaan/VueTorrent/issues/967 ) ([#973 ](https://github.com/WDaan/VueTorrent/issues/973 ))
([6b2a444 ](https://github.com/WDaan/VueTorrent/commit/6b2a44495c26600e016732a71e8bc634d8e6414d ))
- logout behaviour ([8533344 ](https://github.com/WDaan/VueTorrent/commit/8533344d888bb02e8e5ecaf2182b18351ea9ae70 ))
- Remove savePath rule when creating category ([#970 ](https://github.com/WDaan/VueTorrent/issues/970 ))
([9f59632 ](https://github.com/WDaan/VueTorrent/commit/9f59632d912acc58f022f9aacfd288d0cd66effc ))
2023-08-04 20:15:14 +02:00
### Improvements
2023-08-31 09:09:48 +02:00
- Fixed intervals ([#1002 ](https://github.com/WDaan/VueTorrent/issues/1002 )) ([898040d ](https://github.com/WDaan/VueTorrent/commit/898040d5c926a49d6e168465347cd4c78c9c62c9 ))
- **overview:** Add quick actions buttons ([#967 ](https://github.com/WDaan/VueTorrent/issues/967 ))
([10ada6e ](https://github.com/WDaan/VueTorrent/commit/10ada6ed23800f535e99f4e515a265dda4b71501 ))
- **RssArticles:** Add clearable property to filter ([#992 ](https://github.com/WDaan/VueTorrent/issues/992 ))
([5b24a02 ](https://github.com/WDaan/VueTorrent/commit/5b24a0235b2607d1f92e88e7561200d2ce32e832 ))
- **search:** autofocus and / shortcut to open search ([#949 ](https://github.com/WDaan/VueTorrent/issues/949 ))
([b2edc32 ](https://github.com/WDaan/VueTorrent/commit/b2edc3274d00c8d0fbf8b2718087c94da3e7247d ))
- **search:** Rework search data to save in store ([#991 ](https://github.com/WDaan/VueTorrent/issues/991 ))
([470ae36 ](https://github.com/WDaan/VueTorrent/commit/470ae36cb57cbd501312f993f690e14c94bc7ccc ))
- **Torrent Card:** Highlight torrent card when TRC menu is showed ([#966 ](https://github.com/WDaan/VueTorrent/issues/966 ))
([1ba0881 ](https://github.com/WDaan/VueTorrent/commit/1ba088163cc88ebd9917086995c911605c57b57a ))
- **Torrent Detail:** Add escape exception if modals ([#974 ](https://github.com/WDaan/VueTorrent/issues/974 ))
([28aeb3e ](https://github.com/WDaan/VueTorrent/commit/28aeb3e8f36b2ccfc1eb09bdbd6b06834a147954 ))
- **torrentDetail:** top actions fire on current torrent ([#994 ](https://github.com/WDaan/VueTorrent/issues/994 ))
([b547d9d ](https://github.com/WDaan/VueTorrent/commit/b547d9d2174922002cf7086e269a6dfd55a1d44d ))
- **TRC:** display "set priority" visibility when queuing is enabled only ([#976 ](https://github.com/WDaan/VueTorrent/issues/976 ))
([f2cd9e1 ](https://github.com/WDaan/VueTorrent/commit/f2cd9e19a118a2492170a4e99445cff5a956209a ))
2023-08-04 20:15:14 +02:00
2023-07-15 10:32:27 +02:00
## [1.6.1](https://github.com/WDaan/VueTorrent/compare/v1.6.0...v1.6.1) (2023-07-13)
### Bug Fixes
2023-07-15 10:43:44 +02:00
- AddModal button not present on desktop ([#935 ](https://github.com/WDaan/VueTorrent/issues/935 ))
([8a2e2bf ](https://github.com/WDaan/VueTorrent/commit/8a2e2bf8a215d66b8cc5a17375e6a7372bd3b675 ))
- light theme handling ([#937 ](https://github.com/WDaan/VueTorrent/issues/937 )) ([3d3b1bf ](https://github.com/WDaan/VueTorrent/commit/3d3b1bf4d847bf2c7ffc86e6fe6fcc3a286261e2 ))
- mobile plus button not working ([#945 ](https://github.com/WDaan/VueTorrent/issues/945 ))
([d1fda81 ](https://github.com/WDaan/VueTorrent/commit/d1fda8155d79ed6be7417f4984911370fa96b595 ))
- Repair broken keybinds ([#942 ](https://github.com/WDaan/VueTorrent/issues/942 )) ([5a861de ](https://github.com/WDaan/VueTorrent/commit/5a861deeb25eeda086ac3e07bc31815c67a0f165 ))
- **search:** remove limit parameter ([#946 ](https://github.com/WDaan/VueTorrent/issues/946 ))
([7b77162 ](https://github.com/WDaan/VueTorrent/commit/7b77162871bc1eae202ac6a13a5236471d344928 ))
- **tags:** Fix tags being duplicated ([#959 ](https://github.com/WDaan/VueTorrent/issues/959 ))
([2cca039 ](https://github.com/WDaan/VueTorrent/commit/2cca039e1860d0eb7dc2fdb483243f61c5ccabfa ))
- transparent bg for speed dial ([#927 ](https://github.com/WDaan/VueTorrent/issues/927 ))
([5b1a1bc ](https://github.com/WDaan/VueTorrent/commit/5b1a1bc91758cb7998203e468283c40bdac6f0d4 )), closes [#926 ](https://github.com/WDaan/VueTorrent/issues/926 )
2023-07-15 10:32:27 +02:00
### Improvements
2023-07-15 10:43:44 +02:00
- **modals:** add autofocus ([#955 ](https://github.com/WDaan/VueTorrent/issues/955 ))
([5f33d94 ](https://github.com/WDaan/VueTorrent/commit/5f33d94d88eff213bbbecf59876fcd9c4f3e90be ))
- **overview:** Disable canvas generation on large torrents ([#947 ](https://github.com/WDaan/VueTorrent/issues/947 ))
([b56caef ](https://github.com/WDaan/VueTorrent/commit/b56caef1dbc6fe6d5276e4f362be2bd34f40a192 ))
- **overview:** Fixes spacing for tag chips ([#957 ](https://github.com/WDaan/VueTorrent/issues/957 ))
([373e825 ](https://github.com/WDaan/VueTorrent/commit/373e825cca5d76fa8974026ec25e116c1b11fef0 ))
- **overview:** Use selected file count instead of total file count to preview filename ([#944 ](https://github.com/WDaan/VueTorrent/issues/944 ))
([cf5e53c ](https://github.com/WDaan/VueTorrent/commit/cf5e53cbca22df9496fc6fc00f4d8d9745a52ae5 ))
- Rework Content tab ([#940 ](https://github.com/WDaan/VueTorrent/issues/940 )) ([516f1d7 ](https://github.com/WDaan/VueTorrent/commit/516f1d7913f934a7fcd5f9718cefc9244dde7774 ))
- **search:** Add tabs + reset results on new search ([#958 ](https://github.com/WDaan/VueTorrent/issues/958 ))
([2de5f85 ](https://github.com/WDaan/VueTorrent/commit/2de5f85798cf879c39732edd3c3ecf374110b5ce ))
2023-07-15 10:32:27 +02:00
2023-07-03 08:55:08 +02:00
## [1.6.0](https://github.com/WDaan/VueTorrent/compare/v1.5.12...v1.6.0) (2023-07-03)
### Features
2023-07-15 10:43:44 +02:00
- add logs view ([#904 ](https://github.com/WDaan/VueTorrent/issues/904 )) ([0c6e9d8 ](https://github.com/WDaan/VueTorrent/commit/0c6e9d86d599679eb5f352fed7a5a51190cfb927 ))
- Add TorrentDetail overview tab ([#917 ](https://github.com/WDaan/VueTorrent/issues/917 ))
([4e67040 ](https://github.com/WDaan/VueTorrent/commit/4e6704081dd8210f9de2559f6755f789bfa09034 ))
2023-07-03 08:55:08 +02:00
### Bug Fixes
2023-07-15 10:43:44 +02:00
- events not working properly on views ([#912 ](https://github.com/WDaan/VueTorrent/issues/912 ))
([906da74 ](https://github.com/WDaan/VueTorrent/commit/906da74ee4a167e8fcd8d908d3f84fbfffcdbca3 ))
- searchFilter is sometimes null ([#918 ](https://github.com/WDaan/VueTorrent/issues/918 ))
([f5adce6 ](https://github.com/WDaan/VueTorrent/commit/f5adce657de72b421d22d6ae19e53daa6b7ed909 ))
- size error ([#900 ](https://github.com/WDaan/VueTorrent/issues/900 )) ([d1d5498 ](https://github.com/WDaan/VueTorrent/commit/d1d5498e31c6d672ba5a413784aad7c50f152c43 ))
2023-07-03 08:55:08 +02:00
### Improvements
2023-07-15 10:43:44 +02:00
- Add qbit refresh interval setting ([#923 ](https://github.com/WDaan/VueTorrent/issues/923 ))
([d2cae69 ](https://github.com/WDaan/VueTorrent/commit/d2cae697b83988da8d496c693b821c8af51c8ac3 ))
- Add text filter in active filter tooltip ([#915 ](https://github.com/WDaan/VueTorrent/issues/915 ))
([b0d7a25 ](https://github.com/WDaan/VueTorrent/commit/b0d7a257525c8e348a762b0b28748ac50fa44333 ))
- change manual keyboard shortcuts to vue events ([#905 ](https://github.com/WDaan/VueTorrent/issues/905 ))
([e7171dc ](https://github.com/WDaan/VueTorrent/commit/e7171dca90d744211f43d610b6d7d5c97727e36f ))
- overview improvements ([#920 ](https://github.com/WDaan/VueTorrent/issues/920 )) ([e0c5fb5 ](https://github.com/WDaan/VueTorrent/commit/e0c5fb5488638da09fd3db4e0ea94bb6bd3a9468 ))
- search on enter and customfilter ([#903 ](https://github.com/WDaan/VueTorrent/issues/903 ))
([754aeb9 ](https://github.com/WDaan/VueTorrent/commit/754aeb9959353a8f08ca39f83ebb07048c03118f ))
2023-07-03 08:55:08 +02:00
2023-06-26 13:17:19 +02:00
## [1.5.12](https://github.com/WDaan/VueTorrent/compare/v1.5.11...v1.5.12) (2023-06-26)
### Bug Fixes
2023-07-15 10:43:44 +02:00
- favicons ([#898 ](https://github.com/WDaan/VueTorrent/issues/898 )) ([942b1a9 ](https://github.com/WDaan/VueTorrent/commit/942b1a9f65798dab602ce40f945c81ee53db8ce2 ))
- size error when deleting torrents under certain conditions ([#870 ](https://github.com/WDaan/VueTorrent/issues/870 ))
([09828cb ](https://github.com/WDaan/VueTorrent/commit/09828cb9ab33c12c4d3176695a0a6ddedae35e4b ))
2023-06-26 13:17:19 +02:00
### Improvements
2023-07-15 10:43:44 +02:00
- Add active filter ([#868 ](https://github.com/WDaan/VueTorrent/issues/868 )) ([e007289 ](https://github.com/WDaan/VueTorrent/commit/e007289b4817dbbc2ea65961ab675a17a315e38d ))
- Add hook to repaint piece state canvas on update ([#869 ](https://github.com/WDaan/VueTorrent/issues/869 ))
([87038f4 ](https://github.com/WDaan/VueTorrent/commit/87038f48b9a4d8ace9f5234f9e36f62892c1f940 ))
- Add right click exception on link elements ([#899 ](https://github.com/WDaan/VueTorrent/issues/899 ))
([b8324d9 ](https://github.com/WDaan/VueTorrent/commit/b8324d96d8aae2d068fa775cddc4599a2aaa115a ))
2023-06-26 13:17:19 +02:00
2023-06-20 16:08:11 +02:00
## [1.5.11](https://github.com/WDaan/VueTorrent/compare/v1.5.10...v1.5.11) (2023-06-15)
### Bug Fixes
2023-06-23 09:57:15 +02:00
- bugs introduced with search engine ([#853 ](https://github.com/WDaan/VueTorrent/issues/853 ))
([ff301f2 ](https://github.com/WDaan/VueTorrent/commit/ff301f249ca76d7fb0f26d3a26f78ddeaf43df17 ))
- size error when deleting torrents under certain conditions ([#862 ](https://github.com/WDaan/VueTorrent/issues/862 ))
([fe1f962 ](https://github.com/WDaan/VueTorrent/commit/fe1f962c3308ed398f652ccea60a1e864b20827a ))
2023-06-20 16:08:11 +02:00
### Improvements
2023-06-23 09:57:15 +02:00
- Allow native find ([#864 ](https://github.com/WDaan/VueTorrent/issues/864 )) ([7221a3d ](https://github.com/WDaan/VueTorrent/commit/7221a3db4f7d465bcde5187174e52aa344d4692d ))
- Improve responsive design on AddModal ([#865 ](https://github.com/WDaan/VueTorrent/issues/865 ))
([a92b583 ](https://github.com/WDaan/VueTorrent/commit/a92b583b8b48a8b3dd1c4b2de37c939a34b7d27f ))
2023-06-20 16:08:11 +02:00
2023-06-05 12:10:49 +02:00
## [1.5.10](https://github.com/WDaan/VueTorrent/compare/v1.5.9...v1.5.10) (2023-06-05)
### Bug Fixes
2023-06-23 09:57:15 +02:00
- context-menu not appearing ([#848 ](https://github.com/WDaan/VueTorrent/issues/848 ))
([6810ec7 ](https://github.com/WDaan/VueTorrent/commit/6810ec7cb4234088004709b4ae3c97c0d5d6a989 ))
2023-06-05 12:10:49 +02:00
### Improvements
2023-06-23 09:57:15 +02:00
- enable manual sort for priority ([#845 ](https://github.com/WDaan/VueTorrent/issues/845 ))
([3bf470b ](https://github.com/WDaan/VueTorrent/commit/3bf470b890fae52a51e545cc3dec00796e040d9a ))
- Merge MatchingArticles into RuleForm ([#844 ](https://github.com/WDaan/VueTorrent/issues/844 ))
([2e3efe7 ](https://github.com/WDaan/VueTorrent/commit/2e3efe7b2a08861b426825db91fa85c64f3eef0e ))
- Rework search engine ([#819 ](https://github.com/WDaan/VueTorrent/issues/819 )) ([834827f ](https://github.com/WDaan/VueTorrent/commit/834827fed40902b318613f1aa509c69819a126b8 ))
- **rss-rules:** Add Select All / None buttons ([#849 ](https://github.com/WDaan/VueTorrent/issues/849 ))
([e9a0ad7 ](https://github.com/WDaan/VueTorrent/commit/e9a0ad72ff85a7034c7a8e4e3b2303ffc9541c8b ))
2023-06-05 12:10:49 +02:00
2023-05-28 13:14:35 -04:00
## [1.5.9](https://github.com/WDaan/VueTorrent/compare/v1.5.8...v1.5.9) (2023-05-28)
### Bug Fixes
2023-06-23 09:57:15 +02:00
- navbar capitalisation ([#835 ](https://github.com/WDaan/VueTorrent/issues/835 )) ([8ad5b94 ](https://github.com/WDaan/VueTorrent/commit/8ad5b9425e0eca17cc73a04ab0fe4f218b42be7e ))
- revert old proxy types ([#832 ](https://github.com/WDaan/VueTorrent/issues/832 )) ([f3694e9 ](https://github.com/WDaan/VueTorrent/commit/f3694e990aa6e90fcc0654ac66e00a10fb006ea9 ))
2023-05-28 13:14:35 -04:00
### Improvements
2023-06-23 09:57:15 +02:00
- Add whenSeedingTimeReaches hint ([#826 ](https://github.com/WDaan/VueTorrent/issues/826 ))
([2e5ddcb ](https://github.com/WDaan/VueTorrent/commit/2e5ddcb319cb1c2d5d83098ea1c6b8e90e9b4ca9 ))
2023-05-28 13:14:35 -04:00
2023-05-21 21:28:39 +02:00
## [1.5.8](https://github.com/WDaan/VueTorrent/compare/v1.5.7...v1.5.8) (2023-05-21)
### Bug Fixes
2023-06-23 09:57:15 +02:00
- Add custom key to prevent duplicate keys ([#814 ](https://github.com/WDaan/VueTorrent/issues/814 ))
([b63a7e0 ](https://github.com/WDaan/VueTorrent/commit/b63a7e039d3b39a61dd6a647ad45b015490cba40 ))
- invalid v-model for auto add trackers ([#820 ](https://github.com/WDaan/VueTorrent/issues/820 ))
([9d4b30c ](https://github.com/WDaan/VueTorrent/commit/9d4b30c5647571757786db5d334d1089084af854 ))
- Remove capitalization ([#807 ](https://github.com/WDaan/VueTorrent/issues/807 )) ([856b3d7 ](https://github.com/WDaan/VueTorrent/commit/856b3d7b5ce4f750f7961e88f27789a6bba8d3e5 ))
- select label color is white (regardless of the selected theme) ([#812 ](https://github.com/WDaan/VueTorrent/issues/812 ))
([ef333b2 ](https://github.com/WDaan/VueTorrent/commit/ef333b23668916430b864f620ab849b6511cd7d2 ))
- WebUI Password may be sent as empty string ([#823 ](https://github.com/WDaan/VueTorrent/issues/823 ))
([abdaa0f ](https://github.com/WDaan/VueTorrent/commit/abdaa0fefb61587774eb189d1cb5c6f8af6d0806 ))
2023-05-21 21:28:39 +02:00
### Improvements
2023-06-23 09:57:15 +02:00
- add multi-sort support ([#815 ](https://github.com/WDaan/VueTorrent/issues/815 )) ([a253f17 ](https://github.com/WDaan/VueTorrent/commit/a253f17f2e81ff451a45ac4ac0fa75b61cdfdb03 ))
- Add progress bar toggle for mobile card ([#822 ](https://github.com/WDaan/VueTorrent/issues/822 ))
([2c43383 ](https://github.com/WDaan/VueTorrent/commit/2c4338383b3f131fa7df231d2dd128ed158f4d42 ))
- Extend RSS Feeds / Rules to use full width instead of half ([#811 ](https://github.com/WDaan/VueTorrent/issues/811 ))
([5056133 ](https://github.com/WDaan/VueTorrent/commit/5056133c256013bd30355f027ca7984b4bbdf022 ))
2023-05-21 21:28:39 +02:00
2023-05-09 04:56:41 +02:00
## [1.5.7](https://github.com/WDaan/VueTorrent/compare/v1.5.6...v1.5.7) (2023-05-09)
### Bug Fixes
2023-06-23 09:57:15 +02:00
- prevent mark all to send useless requests between single mark ([#799 ](https://github.com/WDaan/VueTorrent/issues/799 ))
([2fdeb63 ](https://github.com/WDaan/VueTorrent/commit/2fdeb63c83eee6bbcdcc0bc639a4d3d303f10e20 ))
2023-05-09 04:56:41 +02:00
### Improvements
2023-06-23 09:57:15 +02:00
- Add Escape / Enter keybinds to RSS modals ([#797 ](https://github.com/WDaan/VueTorrent/issues/797 ))
([b276004 ](https://github.com/WDaan/VueTorrent/commit/b276004b2875391cf648247abbec026b71b598b5 ))
- Add mark all as read button in RssArticles view ([#798 ](https://github.com/WDaan/VueTorrent/issues/798 ))
([93d3fdc ](https://github.com/WDaan/VueTorrent/commit/93d3fdc85ae714ffe55a3fbf6c2330c2b6c4c89d ))
- Add Monitored folders ([#802 ](https://github.com/WDaan/VueTorrent/issues/802 )) ([0deb6f8 ](https://github.com/WDaan/VueTorrent/commit/0deb6f8e47e3fcd4b4d2a1b0cf0aa560ab219493 ))
- Add sum of selected torrents' size to selectedTorrentCountString ([#803 ](https://github.com/WDaan/VueTorrent/issues/803 ))
([cf66103 ](https://github.com/WDaan/VueTorrent/commit/cf66103aca48ae80822e92f573b26df19d54c0a0 ))
- include all settings ([#793 ](https://github.com/WDaan/VueTorrent/issues/793 )) ([3e7f351 ](https://github.com/WDaan/VueTorrent/commit/3e7f35107b1b70aef0e0fb13f9d5c322154e87d2 ))
- limit updateMainData to one request at once ([#800 ](https://github.com/WDaan/VueTorrent/issues/800 ))
([30bedda ](https://github.com/WDaan/VueTorrent/commit/30beddaab425348d020e762bab49b3399f86b9be ))
- Register magnet handler ([#784 ](https://github.com/WDaan/VueTorrent/issues/784 )) ([82310c8 ](https://github.com/WDaan/VueTorrent/commit/82310c843d270e203705fa6ed8d98f355ffdb2e9 ))
- Show autorun command tooltip when either checkbox is checked ([#789 ](https://github.com/WDaan/VueTorrent/issues/789 ))
([d1ffa2b ](https://github.com/WDaan/VueTorrent/commit/d1ffa2b143c87d9875c4c05b2c97c37705b68ca5 ))
2023-05-09 04:56:41 +02:00
2023-04-28 07:05:24 +02:00
## [1.5.6](https://github.com/WDaan/VueTorrent/compare/v1.5.5...v1.5.6) (2023-04-27)
### Bug Fixes
2023-06-23 09:57:15 +02:00
- Remove unneeded classes to prevent unexpected color background in MobileCard ([#782 ](https://github.com/WDaan/VueTorrent/issues/782 ))
([6745c91 ](https://github.com/WDaan/VueTorrent/commit/6745c91a3ca20476bdc97127d506d182bb899560 ))
2023-04-28 07:05:24 +02:00
2023-04-25 16:05:51 +02:00
## [1.5.5](https://github.com/WDaan/VueTorrent/compare/v1.5.4...v1.5.5) (2023-04-25)
### Bug Fixes
2023-06-23 09:57:15 +02:00
- Chinese word order problem ([#765 ](https://github.com/WDaan/VueTorrent/issues/765 ))
([f1bb9b7 ](https://github.com/WDaan/VueTorrent/commit/f1bb9b7b354ab2ba47f5d0180dfe3d4a8f824e43 ))
2023-04-25 16:05:51 +02:00
### Improvements
2023-06-23 09:57:15 +02:00
- Add Refresh All button for RSS feeds ([#775 ](https://github.com/WDaan/VueTorrent/issues/775 ))
([3e1d5fb ](https://github.com/WDaan/VueTorrent/commit/3e1d5fb76598ee7a432a56ea8b073a2bfe7dcba7 ))
- all-time ratio card ([#777 ](https://github.com/WDaan/VueTorrent/issues/777 )) ([f970564 ](https://github.com/WDaan/VueTorrent/commit/f970564bf90aa82b553eb0e92911d3100b2e6150 ))
2023-04-25 16:05:51 +02:00
2023-04-12 08:12:59 +02:00
## [1.5.4](https://github.com/WDaan/VueTorrent/compare/v1.5.3...v1.5.4) (2023-04-02)
### Improvements
2023-06-23 09:57:15 +02:00
- Add missing torrent properties to TorrentDetail > Info ([#744 ](https://github.com/WDaan/VueTorrent/issues/744 ))
([ecd8a4e ](https://github.com/WDaan/VueTorrent/commit/ecd8a4e608d687c80209ee6d5b6dad6a26bb943c ))
- Prevent storing dashboard items label in store ([#748 ](https://github.com/WDaan/VueTorrent/issues/748 ))
([237de79 ](https://github.com/WDaan/VueTorrent/commit/237de79e3392ac12f2f84e21c30a89c036413118 ))
2023-04-12 08:12:59 +02:00
2023-03-27 10:02:56 +02:00
## [1.5.3](https://github.com/WDaan/VueTorrent/compare/v1.5.2...v1.5.3) (2023-03-27)
### Bug Fixes
2023-06-23 09:57:15 +02:00
- capitalization [#740 ](https://github.com/WDaan/VueTorrent/issues/740 ) ([54b4f57 ](https://github.com/WDaan/VueTorrent/commit/54b4f578d1b3c0491d16024e6d377090d520cac5 ))
2023-03-27 10:02:56 +02:00
### Improvements
2023-06-23 09:57:15 +02:00
- complete RSS rule settings ([#731 ](https://github.com/WDaan/VueTorrent/issues/731 )) @Larsluph
([3690170 ](https://github.com/WDaan/VueTorrent/commit/36901701c31ada48196b7258381fdf8725abda55 ))
- improve format when using timestamp 0 on SeenComplete ([#737 ](https://github.com/WDaan/VueTorrent/issues/737 ))
([3d5f6c8 ](https://github.com/WDaan/VueTorrent/commit/3d5f6c86dfc48ea76223685634e641d086f7c50b ))
- Sort folders before files ([#730 ](https://github.com/WDaan/VueTorrent/issues/730 ))
([521c6e6 ](https://github.com/WDaan/VueTorrent/commit/521c6e6c7f0aaacd80c764f056498ad3bf53dc1a ))
2023-03-27 10:02:56 +02:00
2023-03-21 09:24:04 +01:00
## [1.5.2](https://github.com/WDaan/VueTorrent/compare/v1.5.1...v1.5.2) (2023-03-21)
### Bug Fixes
2023-03-27 10:01:33 +02:00
- Missing state filters ([#718 ](https://github.com/WDaan/VueTorrent/issues/718 )) ([74cfeca ](https://github.com/WDaan/VueTorrent/commit/74cfecace0a46abc4fbe843b15131ce85e8fbb79 ))
- state glitching [#724 ](https://github.com/WDaan/VueTorrent/issues/724 ) ([260c1c6 ](https://github.com/WDaan/VueTorrent/commit/260c1c6960dcd7e505e8643db9f362b0acc3cbc7 ))
- translation of properties ([3e95230 ](https://github.com/WDaan/VueTorrent/commit/3e95230ae822673d6340874518e7557e0e20bf52 ))
2023-03-21 09:24:04 +01:00
### Improvements
2023-03-27 10:01:33 +02:00
- Progress component sizing on Desktop ([#720 ](https://github.com/WDaan/VueTorrent/issues/720 ))
([c991417 ](https://github.com/WDaan/VueTorrent/commit/c9914172b55ac1f3e1cdf89a01caec2666f153e3 ))
2023-03-21 09:24:04 +01:00
2023-03-19 10:37:06 +01:00
## [1.5.1](https://github.com/WDaan/VueTorrent/compare/v1.5.0...v1.5.1) (2023-03-19)
### Bug Fixes
2023-03-21 09:09:36 +01:00
- cmd select torrent ([#702 ](https://github.com/WDaan/VueTorrent/issues/702 )) ([97f7705 ](https://github.com/WDaan/VueTorrent/commit/97f77050f0b9926fd2c40da0fd2e6d8c5e930fe9 ))
- Ctrl key not being handled on Windows ([#715 ](https://github.com/WDaan/VueTorrent/issues/715 ))
([ba77afb ](https://github.com/WDaan/VueTorrent/commit/ba77afb35dcddc658de778da61b233ed113e9e0c ))
- Trackers view ([#700 ](https://github.com/WDaan/VueTorrent/issues/700 )) ([ee4cb7e ](https://github.com/WDaan/VueTorrent/commit/ee4cb7ec1f6de1f362962f1545e2d361c0baab46 ))
2023-03-19 10:37:06 +01:00
### Improvements
2023-03-21 09:09:36 +01:00
- Add missing fields in dashboard / sortOptions ([#713 ](https://github.com/WDaan/VueTorrent/issues/713 )) @Larsluph
([57b9aca ](https://github.com/WDaan/VueTorrent/commit/57b9acaeef407e16853103593a440a725b6f3964 ))
- add refresh icon to RSS feeds ([#709 ](https://github.com/WDaan/VueTorrent/issues/709 ))
([a583b42 ](https://github.com/WDaan/VueTorrent/commit/a583b42d68864c7280d6667706a7902b9b4e9fd1 ))
- Add seeds sort options ([#711 ](https://github.com/WDaan/VueTorrent/issues/711 )) ([2c3afa5 ](https://github.com/WDaan/VueTorrent/commit/2c3afa57994f651457b1aa29ee4205583eb72d44 ))
- reset selected torrents when changing filters ([#712 ](https://github.com/WDaan/VueTorrent/issues/712 ))
([b1b3212 ](https://github.com/WDaan/VueTorrent/commit/b1b32127e8fb811d01ec376e42694761a48ba23c ))
- Sort files alphabetically in Content tab ([#714 ](https://github.com/WDaan/VueTorrent/issues/714 ))
([baf17c7 ](https://github.com/WDaan/VueTorrent/commit/baf17c769544c7dba62ae504d4e8f57932c0ebf1 ))
2023-03-19 10:37:06 +01:00
2023-03-05 12:50:44 +01:00
## [1.5.0](https://github.com/WDaan/VueTorrent/compare/v1.4.0...v1.5.0) (2023-03-05)
### Features
2023-03-07 23:43:40 +08:00
- Add settings to Show/Hide fields in mobile torrent card ([#687 ](https://github.com/WDaan/VueTorrent/issues/687 )) @Larsluph
([88bc931 ](https://github.com/WDaan/VueTorrent/commit/88bc9317c9864145712b897905cce7cab073066c ))
2023-03-05 12:50:44 +01:00
### Bug Fixes
2023-03-07 23:43:40 +08:00
- Duplicate intervals ([#689 ](https://github.com/WDaan/VueTorrent/issues/689 )) @Larsluph
([a822702 ](https://github.com/WDaan/VueTorrent/commit/a822702e69ad1c2b2ff9f58d82b07dd89e8ec605 ))
- error from context menu when deleting torrent ([2dcf9d2 ](https://github.com/WDaan/VueTorrent/commit/2dcf9d268cc12a3705955c51aaccdc67193a22d0 ))
- mobile page search layout [#635 ](https://github.com/WDaan/VueTorrent/issues/635 ) ([d1def31 ](https://github.com/WDaan/VueTorrent/commit/d1def31d055cb51a01bfeae12b1385dbca0b7e71 ))
- redirect to login when auth expires [#607 ](https://github.com/WDaan/VueTorrent/issues/607 )
([0cc22ae ](https://github.com/WDaan/VueTorrent/commit/0cc22ae1ea14649e4ca01620671f87181d10469f ))
2023-03-05 12:50:44 +01:00
### Improvements
2023-03-07 23:43:40 +08:00
- Add 'Ctrl + F' shortcut to focus search filter ([#692 ](https://github.com/WDaan/VueTorrent/issues/692 )) @Larsluph
([cff2191 ](https://github.com/WDaan/VueTorrent/commit/cff2191c760a18331bb89289062840bf44efa8c8 ))
- Add switch to hide Shutdown button ([#685 ](https://github.com/WDaan/VueTorrent/issues/685 )) @Larsluph
([19e4eef ](https://github.com/WDaan/VueTorrent/commit/19e4eef0b893a0e78580e04bd204fe2afb6af1fd ))
- scroll to top if tab is changed ([#688 ](https://github.com/WDaan/VueTorrent/issues/688 ))
([763c3d3 ](https://github.com/WDaan/VueTorrent/commit/763c3d31e026a319f4ebf280954d8deb0fbb085c ))
- support command key for mac + unfocus on escape ([acb75a6 ](https://github.com/WDaan/VueTorrent/commit/acb75a6a81e9634531f53107876b7ccbeeecf82a ))
2023-03-05 12:50:44 +01:00
2023-02-28 14:25:16 +01:00
## [1.4.0](https://github.com/WDaan/VueTorrent/compare/v1.3.2...v1.4.0) (2023-02-28)
### Features
2023-03-04 10:36:53 +01:00
- Add import / export settings button ([#659 ](https://github.com/WDaan/VueTorrent/issues/659 )) @Larsluph
([7caa19a ](https://github.com/WDaan/VueTorrent/commit/7caa19ab889464d00d58630f93a84e98fbb82eca ))
- Add tracker host in Dashboard ([#679 ](https://github.com/WDaan/VueTorrent/issues/679 )) [@flashlab ](https://github.com/flashlab )
([bf9484b ](https://github.com/WDaan/VueTorrent/commit/bf9484b1426ad8de166b725745b409c898cc56e5 ))
2023-02-28 14:25:16 +01:00
### Bug Fixes
2023-03-04 10:36:53 +01:00
- 400 when adding trackers ([#674 ](https://github.com/WDaan/VueTorrent/issues/674 )) @Larsluph
([9d31ff4 ](https://github.com/WDaan/VueTorrent/commit/9d31ff4360997b03273751b7aa45c143b6ac0cf8 ))
- Drag-and-Drop not working ([#669 ](https://github.com/WDaan/VueTorrent/issues/669 )) @Larsluph
([141318a ](https://github.com/WDaan/VueTorrent/commit/141318affc5e26e98abcd8d292e75e0636b7a3db ))
- Fix JSON validation not working ([#682 ](https://github.com/WDaan/VueTorrent/issues/682 ))
([2784ab9 ](https://github.com/WDaan/VueTorrent/commit/2784ab97cf67f019ab259471eda2b957ed81f6a2 ))
- Handle Windows path separators ([#675 ](https://github.com/WDaan/VueTorrent/issues/675 )) @Larsluph
([f4646e2 ](https://github.com/WDaan/VueTorrent/commit/f4646e2e669191e51f06f1abeb0d37bf1aa7663c ))
- incorrect enum values for MaxRatioAction ([#673 ](https://github.com/WDaan/VueTorrent/issues/673 )) @Larsluph
([afa9f0e ](https://github.com/WDaan/VueTorrent/commit/afa9f0ef3065702c0d55f1a7ca5a78066610264c ))
2023-02-28 14:25:16 +01:00
### Improvements
2023-03-04 10:36:53 +01:00
- Rework toast msg for clipboard API ([#677 ](https://github.com/WDaan/VueTorrent/issues/677 ))
([3e2466a ](https://github.com/WDaan/VueTorrent/commit/3e2466ac8fb383efb735845c74c89b3adf314045 ))
- Sort tags alphabetically ([#683 ](https://github.com/WDaan/VueTorrent/issues/683 )) @Larsluph
([3d1415d ](https://github.com/WDaan/VueTorrent/commit/3d1415deab5a90ebca718e086bc8bfc13dca88cc ))
2023-02-28 14:25:16 +01:00
2023-02-20 12:45:35 +01:00
### [1.3.2](https://github.com/WDaan/VueTorrent/compare/v1.3.1...v1.3.2) (2023-02-19)
### Bug Fixes
2023-03-04 10:36:53 +01:00
- dark theme color [#662 ](https://github.com/WDaan/VueTorrent/issues/662 ) ([2921cca ](https://github.com/WDaan/VueTorrent/commit/2921cca79cb50280c4f6fbc84dc4aebb48aa0c39 ))
- peers not showing up ([#660 ](https://github.com/WDaan/VueTorrent/issues/660 )) ([d8ca97d ](https://github.com/WDaan/VueTorrent/commit/d8ca97d92821eaf455079a4248d7af95d643fe34 ))
- phone check shutdown modal ([ff9f159 ](https://github.com/WDaan/VueTorrent/commit/ff9f1594cdebb73aa2daf97f83e6520d77dbcd4b ))
- Replace root_folder param with contentLayout & stopCondition ([#665 ](https://github.com/WDaan/VueTorrent/issues/665 )) @Larsluph
([f0ddc60 ](https://github.com/WDaan/VueTorrent/commit/f0ddc603bdab2c5ee155e2289d573818407cf4d9 ))
- Unwanted torrent selection during search ([#664 ](https://github.com/WDaan/VueTorrent/issues/664 )) @MBR -0001
([a56aa63 ](https://github.com/WDaan/VueTorrent/commit/a56aa63ab9988a689b9fb40a34e345d8e239bafa ))
2023-02-20 12:45:35 +01:00
### Improvements
2023-03-04 10:36:53 +01:00
- Add RSS unread filter ([#657 ](https://github.com/WDaan/VueTorrent/issues/657 )) @Larsluph
([bc5695b ](https://github.com/WDaan/VueTorrent/commit/bc5695b8703704c5a540c515fa754f6b53428fcb ))
2023-02-20 12:45:35 +01:00
2023-02-16 13:36:00 +02:00
## [2.0.0](https://github.com/lyaschuchenko/VueTorrent/compare/v1.3.1...v2.0.0) (2023-02-15)
### ⚠ BREAKING CHANGES
2023-03-04 10:36:53 +01:00
- move to vite + typescript => BREAKS PWA, please re-install! (#352 )
2023-02-16 13:36:00 +02:00
### Features
2023-03-04 10:36:53 +01:00
- 1st torrent progress in title [#166 ](https://github.com/lyaschuchenko/VueTorrent/issues/166 )
([5faa248 ](https://github.com/lyaschuchenko/VueTorrent/commit/5faa248395e6edd4e892717fcd0ce41ae27efe08 ))
- Add Batch change location ([#574 ](https://github.com/lyaschuchenko/VueTorrent/issues/574 ))
([060c3c3 ](https://github.com/lyaschuchenko/VueTorrent/commit/060c3c3a1c463e988014fe1ae52569921a68d545 ))
- add completed on [#571 ](https://github.com/lyaschuchenko/VueTorrent/issues/571 )
([e242bad ](https://github.com/lyaschuchenko/VueTorrent/commit/e242bad1af2c4a2f7824b2d0018e28a3e3ac580b ))
- add dialog missing options [#418 ](https://github.com/lyaschuchenko/VueTorrent/issues/418 )
([68223f5 ](https://github.com/lyaschuchenko/VueTorrent/commit/68223f5f45da3a4819b43398707fed1e172468e8 ))
- add directory to dashboard and sort [#538 ](https://github.com/lyaschuchenko/VueTorrent/issues/538 )
([f474709 ](https://github.com/lyaschuchenko/VueTorrent/commit/f474709d4f28b20fe4c0ef92f56de76b924f5d0b ))
- Add globalSpeed and globalVolume computed values to torrent properties ([#599 ](https://github.com/lyaschuchenko/VueTorrent/issues/599 )) @Larsluph
([3e1d341 ](https://github.com/lyaschuchenko/VueTorrent/commit/3e1d3411b7158ec7b8665f2d677b62eca8846d66 ))
- add max_ratio_act handling ([#523 ](https://github.com/lyaschuchenko/VueTorrent/issues/523 )) [@giacomocerquone ](https://github.com/giacomocerquone )
([b05dcd0 ](https://github.com/lyaschuchenko/VueTorrent/commit/b05dcd0569e526f66420c9e2d30ef5f4e9fc864b ))
- add pending pieces color to canvas ([#592 ](https://github.com/lyaschuchenko/VueTorrent/issues/592 )) @Larsluph
([5132d4d ](https://github.com/lyaschuchenko/VueTorrent/commit/5132d4decf207d508e91f8b65ced31d50dc3f838 ))
- Add shutdown button in TopActions ([#633 ](https://github.com/lyaschuchenko/VueTorrent/issues/633 )) @Larsluph
([ab75f32 ](https://github.com/lyaschuchenko/VueTorrent/commit/ab75f32c5f6225fb9b2615f2880b2ef40037820a ))
- Add support for "autorun on torrent added" option ([#580 ](https://github.com/lyaschuchenko/VueTorrent/issues/580 )) @Larsluph
([19bf989 ](https://github.com/lyaschuchenko/VueTorrent/commit/19bf989c7ea8d8f3ed16ab35416575bfcdc3c21c ))
- add support for setting global speed limits ([#406 ](https://github.com/lyaschuchenko/VueTorrent/issues/406 ))
([23fee41 ](https://github.com/lyaschuchenko/VueTorrent/commit/23fee419fd1561f440f88e4b354ac3745ed813cd ))
- Add tag support in Dashboard, TorrentDetail and Add Modal ([#570 ](https://github.com/lyaschuchenko/VueTorrent/issues/570 ))
([0a175cc ](https://github.com/lyaschuchenko/VueTorrent/commit/0a175ccb437f9ad5609b85482a63dfbc2e6f0e9a ))
- add uploaded property ([#145 ](https://github.com/lyaschuchenko/VueTorrent/issues/145 ))
([0a58d98 ](https://github.com/lyaschuchenko/VueTorrent/commit/0a58d98b9f50affee99f05fb4f93d9b37d38ac76 ))
- Add/Ban peers support ([#598 ](https://github.com/lyaschuchenko/VueTorrent/issues/598 )) @Larsluph
([59b47db ](https://github.com/lyaschuchenko/VueTorrent/commit/59b47dbc8d28675d78892651be79536db3df9b33 ))
- additional connection settings [#317 ](https://github.com/lyaschuchenko/VueTorrent/issues/317 )
([54b3456 ](https://github.com/lyaschuchenko/VueTorrent/commit/54b345682f18b45fc6f6fe5d7a732bb87932f664 ))
- auto install search plugins when none installed ([abc5457 ](https://github.com/lyaschuchenko/VueTorrent/commit/abc5457882892ce4840ae0eef7a438e5ea4c7c90 ))
- auto refresh peers ([dfd10be ](https://github.com/lyaschuchenko/VueTorrent/commit/dfd10beeab4c757ff1ac0c3eecbdc4e740573a75 ))
- auto releasing ci ([#146 ](https://github.com/lyaschuchenko/VueTorrent/issues/146 ))
([d217627 ](https://github.com/lyaschuchenko/VueTorrent/commit/d217627d9ad15535bfe67116790a78414c44c673 ))
- basic fake torrent generator [#518 ](https://github.com/lyaschuchenko/VueTorrent/issues/518 )
([d3cda1a ](https://github.com/lyaschuchenko/VueTorrent/commit/d3cda1a6499fcc2a7c4a548862b9c1e4fa338c23 ))
- basic limit share ratio [#308 ](https://github.com/lyaschuchenko/VueTorrent/issues/308 )
([2c1fc34 ](https://github.com/lyaschuchenko/VueTorrent/commit/2c1fc34ebdc6f096628d23a6072ea1970764b267 ))
- basic multilang support ([#320 ](https://github.com/lyaschuchenko/VueTorrent/issues/320 ))
([a7cc03c ](https://github.com/lyaschuchenko/VueTorrent/commit/a7cc03c3ba60f7dbc2d18fff78a0b5f5c6db4b1a ))
- basic proxy support [#261 ](https://github.com/lyaschuchenko/VueTorrent/issues/261 )
([71a09fc ](https://github.com/lyaschuchenko/VueTorrent/commit/71a09fc58a9c29037cfc87fa6c6f0cfdb645233e ))
- Basic rss interface ([#447 ](https://github.com/lyaschuchenko/VueTorrent/issues/447 ))
([732e519 ](https://github.com/lyaschuchenko/VueTorrent/commit/732e5193ec76d521249ac6fb73c4a6e975091476 ))
- bypass authentication ([#310 ](https://github.com/lyaschuchenko/VueTorrent/issues/310 ))
([b069ce4 ](https://github.com/lyaschuchenko/VueTorrent/commit/b069ce490e74baf003c9c92cd780c51414702c13 ))
- checkbox + button with color feedback for TorrentDeleteModal ([a83ea14 ](https://github.com/lyaschuchenko/VueTorrent/commit/a83ea144cf1daac09fc76feff5d03347c8ea87ca ))
- copy name/hash/magnet [#277 ](https://github.com/lyaschuchenko/VueTorrent/issues/277 )
([42afd92 ](https://github.com/lyaschuchenko/VueTorrent/commit/42afd921274c0be3fc122a4d5b8d2aeae5fe0c13 ))
- create nightly build ([1cdbb95 ](https://github.com/lyaschuchenko/VueTorrent/commit/1cdbb95f8ca258430f85eb7d3385dc134d5c3b48 ))
- custom date format support [#340 ](https://github.com/lyaschuchenko/VueTorrent/issues/340 )
([e08a445 ](https://github.com/lyaschuchenko/VueTorrent/commit/e08a4456ee3ce76af3c3a47c7a15cbb5141a4663 ))
- drawer on right side [#276 ](https://github.com/lyaschuchenko/VueTorrent/issues/276 )
([a18bded ](https://github.com/lyaschuchenko/VueTorrent/commit/a18bded9cb9792b3301008cc717b52053191c8f9 ))
- fullscreen toggle on torrent info modal (desktop) ([1de9e64 ](https://github.com/lyaschuchenko/VueTorrent/commit/1de9e6459657c386332d146352c3ed765f70fa3c ))
- improved per-torrent speed limits modal ([#172 ](https://github.com/lyaschuchenko/VueTorrent/issues/172 ))
([7bed9ee ](https://github.com/lyaschuchenko/VueTorrent/commit/7bed9eef12321e06bb143d96f02326d967e6f739 ))
- Last Activity support [#217 ](https://github.com/lyaschuchenko/VueTorrent/issues/217 )
([1d9279a ](https://github.com/lyaschuchenko/VueTorrent/commit/1d9279a3764578fbc25ded4c0b035be855d04163 ))
- Links in torrent details view are now clickable ([#506 ](https://github.com/lyaschuchenko/VueTorrent/issues/506 ))
([f1536cb ](https://github.com/lyaschuchenko/VueTorrent/commit/f1536cb010e2ebc8d7d026a62be491e8a3a04cfa ))
- move to vite + typescript => BREAKS PWA, please re-install! ([#352 ](https://github.com/lyaschuchenko/VueTorrent/issues/352 ))
([5aa83fa ](https://github.com/lyaschuchenko/VueTorrent/commit/5aa83fa95e0c072822b1c13910455b18f7a6bbb8 ))
- New Logo ([b2858a4 ](https://github.com/lyaschuchenko/VueTorrent/commit/b2858a4f68238867996cfe5e61e0947dae3af022 ))
- New select mode color ([8f8d3db ](https://github.com/lyaschuchenko/VueTorrent/commit/8f8d3dbb765d950baa9c5e7654a356e2d300ed28 ))
- open addmodal when dragging a file into the dashboard ([5807db5 ](https://github.com/lyaschuchenko/VueTorrent/commit/5807db5e99ac84436261e9d0e2b9a6767d851ba2 ))
- optional top pagination [#539 ](https://github.com/lyaschuchenko/VueTorrent/issues/539 )
([8a59d10 ](https://github.com/lyaschuchenko/VueTorrent/commit/8a59d10483e351ae95a8c32e878189411ce50ec1 ))
- piece states progress bar ([#426 ](https://github.com/lyaschuchenko/VueTorrent/issues/426 ))
([1722a14 ](https://github.com/lyaschuchenko/VueTorrent/commit/1722a14dba74dafca3b373d50c6dcd94814ab074 ))
- PWA splash & bar color ([dfbed5c ](https://github.com/lyaschuchenko/VueTorrent/commit/dfbed5cb05c0b6974c09c86c6e82e1478f1100d6 ))
- remember delete with files preference [#291 ](https://github.com/lyaschuchenko/VueTorrent/issues/291 )
([684bbec ](https://github.com/lyaschuchenko/VueTorrent/commit/684bbecff0f7fe239f0ee05dfb5392b4a6401069 ))
- remove torrent files with checkbox [#199 ](https://github.com/lyaschuchenko/VueTorrent/issues/199 )
([0eddf64 ](https://github.com/lyaschuchenko/VueTorrent/commit/0eddf6458ea3b72ce19282fbcd07e19ff96fd3f8 ))
- render "active time" in torrent info tab ([#537 ](https://github.com/lyaschuchenko/VueTorrent/issues/537 )) [@invakid404 ](https://github.com/invakid404 )
([d3cf4d5 ](https://github.com/lyaschuchenko/VueTorrent/commit/d3cf4d5795b1a62a8bc1e5a4645408657c4956cd ))
- run external program on torrent completion [#258 ](https://github.com/lyaschuchenko/VueTorrent/issues/258 )
([99fa1c4 ](https://github.com/lyaschuchenko/VueTorrent/commit/99fa1c419d47516a1e265e753c127fedf370ffec ))
- Show connection status at the bottom of Navbar ([#255 ](https://github.com/lyaschuchenko/VueTorrent/issues/255 ))
([204d74c ](https://github.com/lyaschuchenko/VueTorrent/commit/204d74c4e84df5404819796e9e5078c01106990a ))
- show created by info [#279 ](https://github.com/lyaschuchenko/VueTorrent/issues/279 )
([7a7562e ](https://github.com/lyaschuchenko/VueTorrent/commit/7a7562e54e66aebbf782baefa89b1f17e5119afa ))
- sidebar on launch option [#182 ](https://github.com/lyaschuchenko/VueTorrent/issues/182 )
([fca51c5 ](https://github.com/lyaschuchenko/VueTorrent/commit/fca51c536fe8cb96c878501c386efcb4ee868ff6 ))
- Speed cards as pills with icon in first column and speed on top of the unit in second column ([#169 ](https://github.com/lyaschuchenko/VueTorrent/issues/169 ))
([354fe4f ](https://github.com/lyaschuchenko/VueTorrent/commit/354fe4f5f870bb48613ef390341c4c1971e2936e ))
- support for renaming folders ([#500 ](https://github.com/lyaschuchenko/VueTorrent/issues/500 ))
([cf8f43a ](https://github.com/lyaschuchenko/VueTorrent/commit/cf8f43aac3c235cf616bed4c1ce1ceda0fad8fe4 ))
- torrent detail infinity sign for unlimited speeds ([#173 ](https://github.com/lyaschuchenko/VueTorrent/issues/173 ))
([6f9a5d5 ](https://github.com/lyaschuchenko/VueTorrent/commit/6f9a5d5fefd9c0a2622ce62588ee717f762b7eee ))
- use confirmation modal when deleting from context menu [#191 ](https://github.com/lyaschuchenko/VueTorrent/issues/191 )
([53c548b ](https://github.com/lyaschuchenko/VueTorrent/commit/53c548b502bacc95bab59026b836eb2bb2b785ec ))
2023-02-16 13:36:00 +02:00
### Bug Fixes
2023-03-04 10:36:53 +01:00
- "405 Method Not Allowed" when renaming torrent ([#551 ](https://github.com/lyaschuchenko/VueTorrent/issues/551 ))
([66dc741 ](https://github.com/lyaschuchenko/VueTorrent/commit/66dc74182545705003e3bcb4460224a18a57e830 ))
- "409 Conflict" on file/folder rename ([#597 ](https://github.com/lyaschuchenko/VueTorrent/issues/597 ))
([004c8f5 ](https://github.com/lyaschuchenko/VueTorrent/commit/004c8f57d2db1da9032848e783497bcc3c239df2 ))
- 0 speed when no speed data returned ([a7b8ed9 ](https://github.com/lyaschuchenko/VueTorrent/commit/a7b8ed9da3dbca8d2f3be0665880d3cda5f5a50b ))
- Add caret color to dark theme ([#564 ](https://github.com/lyaschuchenko/VueTorrent/issues/564 ))
([45c65ae ](https://github.com/lyaschuchenko/VueTorrent/commit/45c65ae394db6fc722afa13408ba74b4a55bf240 ))
- add progress border + percentage [#430 ](https://github.com/lyaschuchenko/VueTorrent/issues/430 )
([acc0733 ](https://github.com/lyaschuchenko/VueTorrent/commit/acc07335d31b027cd7ca989959c6d450a957010e ))
- add tracker dialog bug [#187 ](https://github.com/lyaschuchenko/VueTorrent/issues/187 )
([7c7e40d ](https://github.com/lyaschuchenko/VueTorrent/commit/7c7e40d4a5105ce3e0e9422551ad6cd2673da932 ))
- allow native context menu in input elements ([#428 ](https://github.com/lyaschuchenko/VueTorrent/issues/428 ))
([b8ad965 ](https://github.com/lyaschuchenko/VueTorrent/commit/b8ad965763fd647b230f7fcbd9798d182cefd762 ))
- altspeed value ([aadb3f2 ](https://github.com/lyaschuchenko/VueTorrent/commit/aadb3f2171d38d5a94f9ca9847c50137669055b3 ))
- always fetch full data (more reliable) ([89cf6ba ](https://github.com/lyaschuchenko/VueTorrent/commit/89cf6ba32c7a4b24cd0ea4d358e56e1d859d4665 ))
- anonymous mode [#362 ](https://github.com/lyaschuchenko/VueTorrent/issues/362 )
([27a0717 ](https://github.com/lyaschuchenko/VueTorrent/commit/27a07179f08225292e2e26fb57bbfa6f846b272b ))
- application version getter ([#222 ](https://github.com/lyaschuchenko/VueTorrent/issues/222 ))
([6535ac5 ](https://github.com/lyaschuchenko/VueTorrent/commit/6535ac56265d3062c877f35fa5e44b9635e26fcd ))
- broken build [#453 ](https://github.com/lyaschuchenko/VueTorrent/issues/453 )
([8f1a12d ](https://github.com/lyaschuchenko/VueTorrent/commit/8f1a12d15fa438e55194a9c807bbdc0115a3deda ))
- category create validation ([#552 ](https://github.com/lyaschuchenko/VueTorrent/issues/552 ))
([edc0330 ](https://github.com/lyaschuchenko/VueTorrent/commit/edc0330bafdedc98e2e5f7df6bc2894bbcf5a281 ))
- category download folder [#435 ](https://github.com/lyaschuchenko/VueTorrent/issues/435 )
([5a0ec26 ](https://github.com/lyaschuchenko/VueTorrent/commit/5a0ec26ddb7b9c7fc1a03102684fd2268b2ae33f ))
- category download folder not showing correctly ([#448 ](https://github.com/lyaschuchenko/VueTorrent/issues/448 ))
([06579c8 ](https://github.com/lyaschuchenko/VueTorrent/commit/06579c8bbee5f991f195df596054da8751d0ea72 ))
- change rss-unread color from white to #ccc ([#643 ](https://github.com/lyaschuchenko/VueTorrent/issues/643 )) [@hqwuzhaoyi ](https://github.com/hqwuzhaoyi )
([dd02cdb ](https://github.com/lyaschuchenko/VueTorrent/commit/dd02cdb564803495af0ea60a61c65562b3fe8ea5 ))
- chart flickering ([#644 ](https://github.com/lyaschuchenko/VueTorrent/issues/644 )) @Hans1208
([5e3d6b7 ](https://github.com/lyaschuchenko/VueTorrent/commit/5e3d6b778892fc6b157ba533f288e77ceed091c7 ))
- connection password type [#456 ](https://github.com/lyaschuchenko/VueTorrent/issues/456 )
([a8616cc ](https://github.com/lyaschuchenko/VueTorrent/commit/a8616cce545ed579e39db9e64c0005a74eee63d5 ))
- connection status [#482 ](https://github.com/lyaschuchenko/VueTorrent/issues/482 )
([e047467 ](https://github.com/lyaschuchenko/VueTorrent/commit/e0474671042dc7b1c4f2490018c5484e4730ccf1 ))
- Context menu placement ([ed08c91 ](https://github.com/lyaschuchenko/VueTorrent/commit/ed08c914ebde9fba53e8b24f58c0a80918569b26 ))
- Cookies not sent with request for Web App manifest.json ([#504 ](https://github.com/lyaschuchenko/VueTorrent/issues/504 ))
([2efe73a ](https://github.com/lyaschuchenko/VueTorrent/commit/2efe73ad7e51c7b45ad65827503d4c3fcebd58a4 ))
- copy to clipboard on non secure context (no SSL) [#521 ](https://github.com/lyaschuchenko/VueTorrent/issues/521 )
([058766f ](https://github.com/lyaschuchenko/VueTorrent/commit/058766f617e39f57bd56d68557b32797d70d4947 ))
- dark theme glitch ([2b913d5 ](https://github.com/lyaschuchenko/VueTorrent/commit/2b913d5064d6c5135ed19c720cdccaaaf792fe4c ))
- Dashboard items not using $store.state reference ([#601 ](https://github.com/lyaschuchenko/VueTorrent/issues/601 ))
([add11c9 ](https://github.com/lyaschuchenko/VueTorrent/commit/add11c9548472396a7c4e2c483128de25380b616 ))
- Default change location not prefilling ([#583 ](https://github.com/lyaschuchenko/VueTorrent/issues/583 )) @Larsluph
([b53c331 ](https://github.com/lyaschuchenko/VueTorrent/commit/b53c331d4c98635f38945d9898ab72358bb7bf34 ))
- disabling plugins [#443 ](https://github.com/lyaschuchenko/VueTorrent/issues/443 )
([3b98949 ](https://github.com/lyaschuchenko/VueTorrent/commit/3b989499b867f00618a0a567831c9a1dcdc65418 ))
- double click opens info [#287 ](https://github.com/lyaschuchenko/VueTorrent/issues/287 )
([c8ffce5 ](https://github.com/lyaschuchenko/VueTorrent/commit/c8ffce59b1ebb7b72575f8797d35942bdfe62ef4 ))
- Duplicate reference in dashboard settings ([#618 ](https://github.com/lyaschuchenko/VueTorrent/issues/618 )) @Larsluph
([ea7e68c ](https://github.com/lyaschuchenko/VueTorrent/commit/ea7e68ca2a48b19292d9b9b5388bcba8664d04bb ))
- Establish Service WalkerRules ([#227 ](https://github.com/lyaschuchenko/VueTorrent/issues/227 ))
([04971dc ](https://github.com/lyaschuchenko/VueTorrent/commit/04971dcf874c2f952f57c3abef94d8d92337e488 ))
- favicon [#441 ](https://github.com/lyaschuchenko/VueTorrent/issues/441 ) ([745376c ](https://github.com/lyaschuchenko/VueTorrent/commit/745376c02be7a1d9398feb5181bebe9026d22638 ))
- favicon [#441 ](https://github.com/lyaschuchenko/VueTorrent/issues/441 ) ([b7e7de1 ](https://github.com/lyaschuchenko/VueTorrent/commit/b7e7de1e9095228d9207845201c0ceff814623a4 ))
- font-size difference in right click menu ([#505 ](https://github.com/lyaschuchenko/VueTorrent/issues/505 ))
([a8f28dd ](https://github.com/lyaschuchenko/VueTorrent/commit/a8f28dd5b468924f7dcf09d101e438a15e1269ba ))
- Forced state not present in MobileCard ([#632 ](https://github.com/lyaschuchenko/VueTorrent/issues/632 )) @Larsluph
([7114ce1 ](https://github.com/lyaschuchenko/VueTorrent/commit/7114ce12df6bf7a0992406245277093c52d16002 ))
- free space toggle [#541 ](https://github.com/lyaschuchenko/VueTorrent/issues/541 )
([f8c3b7d ](https://github.com/lyaschuchenko/VueTorrent/commit/f8c3b7dc38ff1a7a52a130982f86d82cc4fb61c4 ))
- general fixes and README update ([#562 ](https://github.com/lyaschuchenko/VueTorrent/issues/562 ))
([8b6caf0 ](https://github.com/lyaschuchenko/VueTorrent/commit/8b6caf03359128581077471ce1d80d1308f1a2b6 ))
- Global Speed Title (upload & download were switched) ([#218 ](https://github.com/lyaschuchenko/VueTorrent/issues/218 ))
([906f6d5 ](https://github.com/lyaschuchenko/VueTorrent/commit/906f6d5f872b848fc7b3c5071c51a9696ce7c734 ))
- interrupted divider in torrenfinfo [#151 ](https://github.com/lyaschuchenko/VueTorrent/issues/151 )
([d362aef ](https://github.com/lyaschuchenko/VueTorrent/commit/d362aef27574bb6a60c3675eef52655f1a57bebe ))
- Invalid deconstruct on qbit service ([#623 ](https://github.com/lyaschuchenko/VueTorrent/issues/623 ))
([5a2ed4e ](https://github.com/lyaschuchenko/VueTorrent/commit/5a2ed4ea99a81f5566e3276acb8faae42adcc035 ))
- invisble close button on modal [#314 ](https://github.com/lyaschuchenko/VueTorrent/issues/314 ) [#297 ](https://github.com/lyaschuchenko/VueTorrent/issues/297 )
([8001dc9 ](https://github.com/lyaschuchenko/VueTorrent/commit/8001dc91c738e4b9bfa9dd8a6b6b52249e727f5a ))
- issue where 'torrent details' modal does not work properly on iOS ([a83ea14 ](https://github.com/lyaschuchenko/VueTorrent/commit/a83ea144cf1daac09fc76feff5d03347c8ea87ca ))
- layout issues + remove vue-perfect-scrollbar + refactor context menu ([a83ea14 ](https://github.com/lyaschuchenko/VueTorrent/commit/a83ea144cf1daac09fc76feff5d03347c8ea87ca ))
- load default folder [#417 ](https://github.com/lyaschuchenko/VueTorrent/issues/417 )
([c63d0a4 ](https://github.com/lyaschuchenko/VueTorrent/commit/c63d0a403939c99a442a10563789cb8753d67771 ))
- load missing filters at startup ([#567 ](https://github.com/lyaschuchenko/VueTorrent/issues/567 ))
([87de795 ](https://github.com/lyaschuchenko/VueTorrent/commit/87de79555b5aad8827fd5f15dbf53239cdea10c9 ))
- login autocomplete render issue [#474 ](https://github.com/lyaschuchenko/VueTorrent/issues/474 )
([ef64c38 ](https://github.com/lyaschuchenko/VueTorrent/commit/ef64c38f099fca1be5db45741c60afc04fff3065 ))
- login console error on refresh ([254d7c8 ](https://github.com/lyaschuchenko/VueTorrent/commit/254d7c8562e3fec5a16b4f65a4de0382ef7662c1 ))
- login prompt being displayed when whitelisted ([#511 ](https://github.com/lyaschuchenko/VueTorrent/issues/511 ))
([077cf54 ](https://github.com/lyaschuchenko/VueTorrent/commit/077cf54c6bb5ccc7e5ccf9b94731ec468bd17ecd ))
- logout [#286 ](https://github.com/lyaschuchenko/VueTorrent/issues/286 ) ([9121230 ](https://github.com/lyaschuchenko/VueTorrent/commit/912123098e5fca6193ebb6f66ad06c8442d07861 ))
- low visibility text in dark theme ([#390 ](https://github.com/lyaschuchenko/VueTorrent/issues/390 ))
([84750af ](https://github.com/lyaschuchenko/VueTorrent/commit/84750af3d4d584f5fc0fd8f3cbabd1b0ecfa2e9f ))
- magnet text area max size [#413 ](https://github.com/lyaschuchenko/VueTorrent/issues/413 )
([4dd81f7 ](https://github.com/lyaschuchenko/VueTorrent/commit/4dd81f7cd49ab807fddeb50ff2e871364fd955e5 ))
- margin when freespace card is disabled ([6be41e3 ](https://github.com/lyaschuchenko/VueTorrent/commit/6be41e33cfb0eb365df18e53c396cd4a36d4b8e5 ))
- mention QBittorent [#356 ](https://github.com/lyaschuchenko/VueTorrent/issues/356 )
([bbc31fb ](https://github.com/lyaschuchenko/VueTorrent/commit/bbc31fb8c5be1cc1189000e53f90ba7886e05ba8 ))
- mobile search [#156 ](https://github.com/lyaschuchenko/VueTorrent/issues/156 ) - maybe redesign in future
([463dabd ](https://github.com/lyaschuchenko/VueTorrent/commit/463dabde00a34c495d238aff4fd82ea65acc9e54 ))
- mobile search [#156 ](https://github.com/lyaschuchenko/VueTorrent/issues/156 ) - maybe redesign in future
([0f62f4d ](https://github.com/lyaschuchenko/VueTorrent/commit/0f62f4df6763e4449b1ceab946092f9b67b06411 ))
- no autocapitalize on login form [#489 ](https://github.com/lyaschuchenko/VueTorrent/issues/489 )
([e352de0 ](https://github.com/lyaschuchenko/VueTorrent/commit/e352de0643dec66256f5565be6a686ee00f040e5 ))
- non-capital words ([#432 ](https://github.com/lyaschuchenko/VueTorrent/issues/432 ))
([ce1e7c3 ](https://github.com/lyaschuchenko/VueTorrent/commit/ce1e7c3546c150243fede941bd8b4b724e4a5c27 ))
- Persistent add modal ([d517d9f ](https://github.com/lyaschuchenko/VueTorrent/commit/d517d9f3341e59de572118922b43a9e1adb8c9ad ))
- proper unit for up/dl speed in details ([#547 ](https://github.com/lyaschuchenko/VueTorrent/issues/547 ))
([b2ceda2 ](https://github.com/lyaschuchenko/VueTorrent/commit/b2ceda28e548849f11f28503e27a081ad3818317 ))
- proper unit for up/dl speed in graph ([#548 ](https://github.com/lyaschuchenko/VueTorrent/issues/548 ))
([a6dac31 ](https://github.com/lyaschuchenko/VueTorrent/commit/a6dac31fbc5b902e3df562c97497daab121abee3 ))
- push precompiled release in a public folder ([adfc6a0 ](https://github.com/lyaschuchenko/VueTorrent/commit/adfc6a00f2e0b2e09f7f4e67a2efc3dc1db50194 ))
- PWA manifest [#405 ](https://github.com/lyaschuchenko/VueTorrent/issues/405 )
([94727a1 ](https://github.com/lyaschuchenko/VueTorrent/commit/94727a142a1822c533c665d558ad4af6c207d5b9 ))
- Qbittorrent title on tab ([05bcc9e ](https://github.com/lyaschuchenko/VueTorrent/commit/05bcc9e58783e4de49d698cfd25c902fad7776de ))
- refresh torrent detail data from store ([#509 ](https://github.com/lyaschuchenko/VueTorrent/issues/509 ))
([5270619 ](https://github.com/lyaschuchenko/VueTorrent/commit/5270619a5d27eba380a33a8f12632c2c61611886 ))
- release build ([7a74275 ](https://github.com/lyaschuchenko/VueTorrent/commit/7a74275a4d15280205ec1e749415da1cb0cd7e41 ))
- remove black box on iOS PWA [#180 ](https://github.com/lyaschuchenko/VueTorrent/issues/180 )
([f918ff5 ](https://github.com/lyaschuchenko/VueTorrent/commit/f918ff5ee5c0ddd1c288caa261bbd95e40de4d24 ))
- remove device darkmode because its unreliable [#285 ](https://github.com/lyaschuchenko/VueTorrent/issues/285 )
([e6c0863 ](https://github.com/lyaschuchenko/VueTorrent/commit/e6c0863545c4a6a24ecc57158ff61421d17f9070 ))
- remove gesture feature on tabs (buggy anyway) ([0960962 ](https://github.com/lyaschuchenko/VueTorrent/commit/0960962441e424c28c8ad6014a79f733f495b881 ))
- remove search shortcut [#561 ](https://github.com/lyaschuchenko/VueTorrent/issues/561 )
([0c6562e ](https://github.com/lyaschuchenko/VueTorrent/commit/0c6562efb374a98b51749b7fba93a8be730c1169 ))
- remove vue-context import ([edcd825 ](https://github.com/lyaschuchenko/VueTorrent/commit/edcd825969f6876b1962dc8875be4b9447704820 ))
- replace v-html with conditional rendering in torrent details view ([#513 ](https://github.com/lyaschuchenko/VueTorrent/issues/513 ))
([6d873e7 ](https://github.com/lyaschuchenko/VueTorrent/commit/6d873e76fc63544673bda673ff377c0b9b810706 ))
- Russian language ([#494 ](https://github.com/lyaschuchenko/VueTorrent/issues/494 ))
([72548fa ](https://github.com/lyaschuchenko/VueTorrent/commit/72548fac4ad7e5002a83b80c0b9cdb6b2d82e075 ))
- save path on category [#481 ](https://github.com/lyaschuchenko/VueTorrent/issues/481 )
([954560e ](https://github.com/lyaschuchenko/VueTorrent/commit/954560ee9675ce40f7131482fec83f87e7ef4296 ))
- scrollbar ([c460e29 ](https://github.com/lyaschuchenko/VueTorrent/commit/c460e29d95eb034266b3ae1006ebb57001f5aa83 ))
- search results not loading until stopped ([#391 ](https://github.com/lyaschuchenko/VueTorrent/issues/391 ))
([8b126d8 ](https://github.com/lyaschuchenko/VueTorrent/commit/8b126d8df5607f1c31174fec81f86091f4ad47cf ))
- searchmodal pagination layout ([a9a9aff ](https://github.com/lyaschuchenko/VueTorrent/commit/a9a9aff74f1310df724b0661011c97f798cdfaf6 ))
- selection list not cleared when closing deletemodal without button press ([80573f4 ](https://github.com/lyaschuchenko/VueTorrent/commit/80573f436498def7edae86e161535ef378c538e7 ))
- Settings>VueTorrent>Dashboard layout & UX ([d93e540 ](https://github.com/lyaschuchenko/VueTorrent/commit/d93e540a71c72bb274da14f36ae5fd72404bc65d ))
- show torrent comment [#292 ](https://github.com/lyaschuchenko/VueTorrent/issues/292 )
([4c3c2d3 ](https://github.com/lyaschuchenko/VueTorrent/commit/4c3c2d36d713c5f5fda2393a4cfc14b68b09244f ))
- speed limit dialog incorrect text display and zh-hant fix ([#425 ](https://github.com/lyaschuchenko/VueTorrent/issues/425 ))
([45b244f ](https://github.com/lyaschuchenko/VueTorrent/commit/45b244fbcf1ed63ebb2757a821343ed384a832f4 ))
- speedcard value cutoff [#141 ](https://github.com/lyaschuchenko/VueTorrent/issues/141 )
([a81b1ea ](https://github.com/lyaschuchenko/VueTorrent/commit/a81b1ea2e878b7e890b1c01037b54abba514f969 ))
- spelling mistake in README and "qBittorrent" casing ([#368 ](https://github.com/lyaschuchenko/VueTorrent/issues/368 ))
([90d6623 ](https://github.com/lyaschuchenko/VueTorrent/commit/90d66237115f50828a38edec7b10caf817a55b66 ))
- temporarily disable render link feat for security ([#512 ](https://github.com/lyaschuchenko/VueTorrent/issues/512 ))
([13e6584 ](https://github.com/lyaschuchenko/VueTorrent/commit/13e6584c5d9a541d01e770d901c9a6266e7c9b24 ))
- toggle in right-click menu not updating ([91fcfee ](https://github.com/lyaschuchenko/VueTorrent/commit/91fcfeeba6b65c63fdb996d14d0a14c4b6319530 ))
- Torrent Detail modal with multiple tags shows only one tag selected [#167 ](https://github.com/lyaschuchenko/VueTorrent/issues/167 )
([1973b5d ](https://github.com/lyaschuchenko/VueTorrent/commit/1973b5dc520ed23682b7788a1ace3905d55c36d8 ))
- torrent done color to similar to seeding [#162 ](https://github.com/lyaschuchenko/VueTorrent/issues/162 )
([bd71906 ](https://github.com/lyaschuchenko/VueTorrent/commit/bd7190685fd598d08ced9af9923e7cd3cfe50c5a ))
- torrent progress color [#410 ](https://github.com/lyaschuchenko/VueTorrent/issues/410 )
([886bc13 ](https://github.com/lyaschuchenko/VueTorrent/commit/886bc13f10d82b8973d6ea63fa051ae873b8aea2 ))
- torrent search ([#478 ](https://github.com/lyaschuchenko/VueTorrent/issues/478 )) @Anteus
([baba4ac ](https://github.com/lyaschuchenko/VueTorrent/commit/baba4acda4adcc2414d0a0cab6e7b13446152050 ))
- torrent search on enter [#149 ](https://github.com/lyaschuchenko/VueTorrent/issues/149 )
([51fbec1 ](https://github.com/lyaschuchenko/VueTorrent/commit/51fbec13240f57dccd0177ee8e435f6aba290540 ))
- tweak search treshold [#250 ](https://github.com/lyaschuchenko/VueTorrent/issues/250 )
([bdbc87b ](https://github.com/lyaschuchenko/VueTorrent/commit/bdbc87b72423891a04a9c8c7a5de69e1d4ccd755 ))
- type errors Russian ([#495 ](https://github.com/lyaschuchenko/VueTorrent/issues/495 ))
([83c572b ](https://github.com/lyaschuchenko/VueTorrent/commit/83c572b81df5ecd5e1afed0943fa841041ae2b1c ))
- Unable to delete / create tags and categories ([#628 ](https://github.com/lyaschuchenko/VueTorrent/issues/628 ))
([4fa63ac ](https://github.com/lyaschuchenko/VueTorrent/commit/4fa63ac1625d9858f70bfe6e51f71abe6030bd6a ))
- Update Paramaters Sent to /torrents/renameFile ([#470 ](https://github.com/lyaschuchenko/VueTorrent/issues/470 ))
([1ccdf08 ](https://github.com/lyaschuchenko/VueTorrent/commit/1ccdf08b606bfff9e9e016765c0d03ed0e2e7715 ))
- Update registerServiceWorker.js (delete all cache on when new version is released)
([d846c92 ](https://github.com/lyaschuchenko/VueTorrent/commit/d846c924937c99746cbf5a102b0de8ed27381a5d ))
- viewport ([60ecfc5 ](https://github.com/lyaschuchenko/VueTorrent/commit/60ecfc547b594e5ccbeede1d4d99ef0faa854c80 ))
- white scrollbar [#433 ](https://github.com/lyaschuchenko/VueTorrent/issues/433 )
([db86506 ](https://github.com/lyaschuchenko/VueTorrent/commit/db86506c5e493e2bb69e441e56d86d78667df54b ))
- wrong tempPathEnabled state [#284 ](https://github.com/lyaschuchenko/VueTorrent/issues/284 )
([d8e2610 ](https://github.com/lyaschuchenko/VueTorrent/commit/d8e26104196120fdbb3475b36f4976c3619ba464 ))
2023-02-16 13:36:00 +02:00
### Improvements
2023-03-04 10:36:53 +01:00
- 'Vue2-perfect-scrollbar' is no longer dependent ([a83ea14 ](https://github.com/lyaschuchenko/VueTorrent/commit/a83ea144cf1daac09fc76feff5d03347c8ea87ca ))
- Add "Completed On" to dashboard customization settings ([#578 ](https://github.com/lyaschuchenko/VueTorrent/issues/578 ))
([02db288 ](https://github.com/lyaschuchenko/VueTorrent/commit/02db288db287a3d423a4c14e946cfb6a44cc2ed9 ))
- add all-time stats [#351 ](https://github.com/lyaschuchenko/VueTorrent/issues/351 )
([a268e77 ](https://github.com/lyaschuchenko/VueTorrent/commit/a268e774def5875354129c06122898bad018d5ed ))
- Add Enter / Escape keybinds to modals and views ([#608 ](https://github.com/lyaschuchenko/VueTorrent/issues/608 )) @Larsluph
([ee9bbc1 ](https://github.com/lyaschuchenko/VueTorrent/commit/ee9bbc1245448768570547f37e3115ff7390b836 ))
- Add export torrent to trc menu ([#625 ](https://github.com/lyaschuchenko/VueTorrent/issues/625 )) @Larsluph
([353e26d ](https://github.com/lyaschuchenko/VueTorrent/commit/353e26d51df1d44df16b7ea297f2b89144942977 ))
- add French translations ([#337 ](https://github.com/lyaschuchenko/VueTorrent/issues/337 ))
([30d5dc0 ](https://github.com/lyaschuchenko/VueTorrent/commit/30d5dc01c4349e0f52c5c58ec8f602ded16e706d ))
- add Indonesian ([#361 ](https://github.com/lyaschuchenko/VueTorrent/issues/361 ))
([908af5b ](https://github.com/lyaschuchenko/VueTorrent/commit/908af5b3faaa07a327665df51f296a977ddef9e6 ))
- add Japanese language support ([#401 ](https://github.com/lyaschuchenko/VueTorrent/issues/401 ))
([a178205 ](https://github.com/lyaschuchenko/VueTorrent/commit/a1782058c8417e6a8c06acd22ce56418b4fe9419 ))
- add mark as read behavior for rss articles ([#640 ](https://github.com/lyaschuchenko/VueTorrent/issues/640 )) @Larsluph
([3cfc82f ](https://github.com/lyaschuchenko/VueTorrent/commit/3cfc82f055bcc2a917e64e49c27137401d0a0810 ))
- add Portugese ([#350 ](https://github.com/lyaschuchenko/VueTorrent/issues/350 ))
([abb4c5b ](https://github.com/lyaschuchenko/VueTorrent/commit/abb4c5ba69a779b729d99bb404fd59d25afb8b72 ))
- add reset settings button [#326 ](https://github.com/lyaschuchenko/VueTorrent/issues/326 )
([0ada50b ](https://github.com/lyaschuchenko/VueTorrent/commit/0ada50ba4ab49cf2edc74ac410ae982d162dc7ae ))
- Add RSS articles view ([#622 ](https://github.com/lyaschuchenko/VueTorrent/issues/622 )) @Larsluph
([f8fcafa ](https://github.com/lyaschuchenko/VueTorrent/commit/f8fcafa1b114da877430daa258087fed6382258b ))
- add Russian translations ([#493 ](https://github.com/lyaschuchenko/VueTorrent/issues/493 )) [@reysonk ](https://github.com/reysonk )
([9b6deb9 ](https://github.com/lyaschuchenko/VueTorrent/commit/9b6deb90371ac4e56ac2691002bda578e25758ea ))
- Add scroll support in TorrentRightClickMenu ([#589 ](https://github.com/lyaschuchenko/VueTorrent/issues/589 )) @Larsluph
([cd2f764 ](https://github.com/lyaschuchenko/VueTorrent/commit/cd2f7647e6178805c7f276aeee1c2e35087a532a ))
- add sort none option [#128 ](https://github.com/lyaschuchenko/VueTorrent/issues/128 )
([bf406e5 ](https://github.com/lyaschuchenko/VueTorrent/commit/bf406e5cfdda039f09add706c121db049328e65e ))
- add Spanish Language ([#385 ](https://github.com/lyaschuchenko/VueTorrent/issues/385 ))
([d0f7055 ](https://github.com/lyaschuchenko/VueTorrent/commit/d0f7055148b6e88bb00c1c8cd58ec1fa123488e9 ))
- Add toast when renameFile and renameFolder returns 409 Conflict ([#588 ](https://github.com/lyaschuchenko/VueTorrent/issues/588 )) @Larsluph
([e01d9a0 ](https://github.com/lyaschuchenko/VueTorrent/commit/e01d9a0b42886646a09cc3439e97efb16a5316ca ))
- Add toasts for copy/paste success/error ([#620 ](https://github.com/lyaschuchenko/VueTorrent/issues/620 ))
([6cabef1 ](https://github.com/lyaschuchenko/VueTorrent/commit/6cabef1b56598f3fb896f37c619dc4a8effa6858 ))
- add ukranian ([e063168 ](https://github.com/lyaschuchenko/VueTorrent/commit/e06316812134df15ac1f5fbb73034436eb7d519c ))
- add Vietnamese ([#392 ](https://github.com/lyaschuchenko/VueTorrent/issues/392 ))
([6019759 ](https://github.com/lyaschuchenko/VueTorrent/commit/6019759260d6561af29dbeb1a95497028b2b8b87 ))
- better authenticated check ([#411 ](https://github.com/lyaschuchenko/VueTorrent/issues/411 ))
([ce698e3 ](https://github.com/lyaschuchenko/VueTorrent/commit/ce698e38a80fb7ba1dee01251451865df75f68d4 ))
- better share limit modal ([#316 ](https://github.com/lyaschuchenko/VueTorrent/issues/316 ))
([9f2ca42 ](https://github.com/lyaschuchenko/VueTorrent/commit/9f2ca4230da46431965d6ed0777f465554926494 ))
- Chinese translations ([#363 ](https://github.com/lyaschuchenko/VueTorrent/issues/363 ))
([6c7372b ](https://github.com/lyaschuchenko/VueTorrent/commit/6c7372b41ef72387c7781e0dcfd51fb046fb7881 ))
- complete French translation ([#438 ](https://github.com/lyaschuchenko/VueTorrent/issues/438 ))
([3a8ec90 ](https://github.com/lyaschuchenko/VueTorrent/commit/3a8ec90ca20dd20bf22d4af468031d347de7f686 ))
- Content tab for mobile users ([#602 ](https://github.com/lyaschuchenko/VueTorrent/issues/602 )) @Larsluph
([fc371a2 ](https://github.com/lyaschuchenko/VueTorrent/commit/fc371a296cd8c2287b3fb45597f2d924d30c3847 ))
- Context (right click) menu refactor! Works way better on mobile ([a83ea14 ](https://github.com/lyaschuchenko/VueTorrent/commit/a83ea144cf1daac09fc76feff5d03347c8ea87ca ))
- Convert locale data to json ([#616 ](https://github.com/lyaschuchenko/VueTorrent/issues/616 )) @Larsluph
([e990d34 ](https://github.com/lyaschuchenko/VueTorrent/commit/e990d344d2b6d779c66af294bb168da78788200c ))
- debounce torrent search field ([#542 ](https://github.com/lyaschuchenko/VueTorrent/issues/542 ))
([bb76c23 ](https://github.com/lyaschuchenko/VueTorrent/commit/bb76c23b98689c956ab1c068a155e9fb081081ea ))
- Disable hide condition on page scroll ([#603 ](https://github.com/lyaschuchenko/VueTorrent/issues/603 )) @Larsluph
([f175a6a ](https://github.com/lyaschuchenko/VueTorrent/commit/f175a6af6521988c84357c761cddb1116e6f83e1 ))
- extra add button for mobile [#466 ](https://github.com/lyaschuchenko/VueTorrent/issues/466 )
([e2dcb8e ](https://github.com/lyaschuchenko/VueTorrent/commit/e2dcb8e6f08e9f75f00276c0529af97a873d7e5b ))
- Fill data table width to whole page ([#626 ](https://github.com/lyaschuchenko/VueTorrent/issues/626 ))
([d2c0817 ](https://github.com/lyaschuchenko/VueTorrent/commit/d2c0817bee904ac5a4dcda5079307b705f1ac7e7 ))
- full Typescript migration + restructure ([#612 ](https://github.com/lyaschuchenko/VueTorrent/issues/612 )) @Larsluph
([e09e8a0 ](https://github.com/lyaschuchenko/VueTorrent/commit/e09e8a0300551b813432dfba5d867be3f6709694 ))
- improve russian translations ([#593 ](https://github.com/lyaschuchenko/VueTorrent/issues/593 )) @Balya
([684690a ](https://github.com/lyaschuchenko/VueTorrent/commit/684690ac7b7a443212e6aadc08aedfca91fc1dc4 ))
- Improved Ukrainian translation ([#457 ](https://github.com/lyaschuchenko/VueTorrent/issues/457 ))
([b56a16f ](https://github.com/lyaschuchenko/VueTorrent/commit/b56a16f7cebaf3b434f85c621b73e2d3e3385ba8 ))
- lazy load pages for smaller chunk sizes ([abe909e ](https://github.com/lyaschuchenko/VueTorrent/commit/abe909e14d740f4a78267564d87e2d46ef3c08a8 ))
- more chinese translations ([65943ae ](https://github.com/lyaschuchenko/VueTorrent/commit/65943aea02b1a349719a704492f2905b1f8f2f81 ))
- more translations ([4f8c697 ](https://github.com/lyaschuchenko/VueTorrent/commit/4f8c697757d818eeaf70d1c6970cd1f6000d6497 ))
- move notification banner to botton [#389 ](https://github.com/lyaschuchenko/VueTorrent/issues/389 )
([4b90d56 ](https://github.com/lyaschuchenko/VueTorrent/commit/4b90d56df5a43bf466acafd3c7bb43a960bffab8 ))
- only update changed data + code cleanup ([664e4db ](https://github.com/lyaschuchenko/VueTorrent/commit/664e4dbe2ff9bf04a2ef766fe2726d5f994b1228 ))
- paste button for magnet links [#307 ](https://github.com/lyaschuchenko/VueTorrent/issues/307 )
([797ba8c ](https://github.com/lyaschuchenko/VueTorrent/commit/797ba8c66687c3cfb654874189fc96808d4bbb34 ))
- persist searchfilter + page [#462 ](https://github.com/lyaschuchenko/VueTorrent/issues/462 )
([67b1551 ](https://github.com/lyaschuchenko/VueTorrent/commit/67b1551b36c94849d46c0a0dd5dadfda181df589 ))
- Remove redundant dialog code, use Modal Mixin ([33cf62f ](https://github.com/lyaschuchenko/VueTorrent/commit/33cf62ff9b6ea671dc1022e345a65705bd814640 ))
- reset pageNumber when changing filters to prevent value overflow ([#591 ](https://github.com/lyaschuchenko/VueTorrent/issues/591 )) @Larsluph
([719c5e9 ](https://github.com/lyaschuchenko/VueTorrent/commit/719c5e9ebafff56cfe077b8836d55823ae78b947 ))
- Rework desktop cards ([#627 ](https://github.com/lyaschuchenko/VueTorrent/issues/627 )) @Larsluph
([5aeb653 ](https://github.com/lyaschuchenko/VueTorrent/commit/5aeb65352fc9335112b7747641420579fcd55c47 ))
- softer red color [#155 ](https://github.com/lyaschuchenko/VueTorrent/issues/155 )
([cbf845a ](https://github.com/lyaschuchenko/VueTorrent/commit/cbf845a8a407895e8d6093c584ea96497c45cac0 ))
- sort dropdown in dashboard [#309 ](https://github.com/lyaschuchenko/VueTorrent/issues/309 )
([b557db4 ](https://github.com/lyaschuchenko/VueTorrent/commit/b557db48e8ef33fb68fa802e35d9b77921c5a52d ))
- support more translations + add Simplified Chinese translations ([#415 ](https://github.com/lyaschuchenko/VueTorrent/issues/415 ))
([ddd28ae ](https://github.com/lyaschuchenko/VueTorrent/commit/ddd28ae6192862928ef26c1e1135565f6303095b ))
- topmenu tooltip delay [#399 ](https://github.com/lyaschuchenko/VueTorrent/issues/399 )
([2d5ad9d ](https://github.com/lyaschuchenko/VueTorrent/commit/2d5ad9d44227f2ffd3e180eff9740e82ba0281cb ))
- translation fixes ([#419 ](https://github.com/lyaschuchenko/VueTorrent/issues/419 ))
([521ac58 ](https://github.com/lyaschuchenko/VueTorrent/commit/521ac5804a622c68d788de1f5730b0c43f49f0a1 ))
- Update and realign locales ([#573 ](https://github.com/lyaschuchenko/VueTorrent/issues/573 ))
([c45bf20 ](https://github.com/lyaschuchenko/VueTorrent/commit/c45bf208dedc72db108ee1b3115d338a0349f19e ))
- Update Simplified Chinese translation. ([#454 ](https://github.com/lyaschuchenko/VueTorrent/issues/454 ))
([20f4a67 ](https://github.com/lyaschuchenko/VueTorrent/commit/20f4a67f4988629d1bc74ec18226cd858e2469e1 ))
- update Traditional Chinese translations ([#422 ](https://github.com/lyaschuchenko/VueTorrent/issues/422 ))
([964b145 ](https://github.com/lyaschuchenko/VueTorrent/commit/964b1451a1758522856fae2c730af9db66e351a1 ))
- updated japanese translate file ([#491 ](https://github.com/lyaschuchenko/VueTorrent/issues/491 ))
([7e5cc48 ](https://github.com/lyaschuchenko/VueTorrent/commit/7e5cc4891a61d441429c155ec759d5a668c3498f ))
- use pages instead of modals [#398 ](https://github.com/lyaschuchenko/VueTorrent/issues/398 ) ([#450 ](https://github.com/lyaschuchenko/VueTorrent/issues/450 ))
([fcb0219 ](https://github.com/lyaschuchenko/VueTorrent/commit/fcb021972ae62ee36e91bbbf5cba0ee6dc87725a ))
- use quick-score instead of fuse.js [#306 ](https://github.com/lyaschuchenko/VueTorrent/issues/306 )
([f9434c3 ](https://github.com/lyaschuchenko/VueTorrent/commit/f9434c375663689f605e57e7749bd010fc87ad7a ))
2023-02-16 13:36:00 +02:00
2023-02-09 11:24:13 +01:00
### [1.3.1](https://github.com/WDaan/VueTorrent/compare/v1.3.0...v1.3.1) (2023-02-08)
### Bug Fixes
2023-03-04 10:36:53 +01:00
- change rss-unread color from white to #ccc ([#643 ](https://github.com/WDaan/VueTorrent/issues/643 )) [@hqwuzhaoyi ](https://github.com/hqwuzhaoyi )
([dd02cdb ](https://github.com/WDaan/VueTorrent/commit/dd02cdb564803495af0ea60a61c65562b3fe8ea5 ))
- chart flickering ([#644 ](https://github.com/WDaan/VueTorrent/issues/644 )) @Hans1208
([5e3d6b7 ](https://github.com/WDaan/VueTorrent/commit/5e3d6b778892fc6b157ba533f288e77ceed091c7 ))
2023-02-09 11:24:13 +01:00
2023-02-07 13:57:19 +01:00
## [1.3.0](https://github.com/WDaan/VueTorrent/compare/v1.2.0...v1.3.0) (2023-02-07)
### Features
2023-03-04 10:36:53 +01:00
- Add shutdown button in TopActions ([#633 ](https://github.com/WDaan/VueTorrent/issues/633 )) @Larsluph
([ab75f32 ](https://github.com/WDaan/VueTorrent/commit/ab75f32c5f6225fb9b2615f2880b2ef40037820a ))
2023-02-07 13:57:19 +01:00
### Bug Fixes
2023-03-04 10:36:53 +01:00
- Duplicate reference in dashboard settings ([#618 ](https://github.com/WDaan/VueTorrent/issues/618 )) @Larsluph
([ea7e68c ](https://github.com/WDaan/VueTorrent/commit/ea7e68ca2a48b19292d9b9b5388bcba8664d04bb ))
- Forced state not present in MobileCard ([#632 ](https://github.com/WDaan/VueTorrent/issues/632 )) @Larsluph
([7114ce1 ](https://github.com/WDaan/VueTorrent/commit/7114ce12df6bf7a0992406245277093c52d16002 ))
- Invalid deconstruct on qbit service ([#623 ](https://github.com/WDaan/VueTorrent/issues/623 ))
([5a2ed4e ](https://github.com/WDaan/VueTorrent/commit/5a2ed4ea99a81f5566e3276acb8faae42adcc035 ))
- Unable to delete / create tags and categories ([#628 ](https://github.com/WDaan/VueTorrent/issues/628 ))
([4fa63ac ](https://github.com/WDaan/VueTorrent/commit/4fa63ac1625d9858f70bfe6e51f71abe6030bd6a ))
2023-02-07 13:57:19 +01:00
### Improvements
2023-03-04 10:36:53 +01:00
- Add Enter / Escape keybinds to modals and views ([#608 ](https://github.com/WDaan/VueTorrent/issues/608 )) @Larsluph
([ee9bbc1 ](https://github.com/WDaan/VueTorrent/commit/ee9bbc1245448768570547f37e3115ff7390b836 ))
- Add export torrent to trc menu ([#625 ](https://github.com/WDaan/VueTorrent/issues/625 )) @Larsluph
([353e26d ](https://github.com/WDaan/VueTorrent/commit/353e26d51df1d44df16b7ea297f2b89144942977 ))
- add mark as read behavior for rss articles ([#640 ](https://github.com/WDaan/VueTorrent/issues/640 )) @Larsluph
([3cfc82f ](https://github.com/WDaan/VueTorrent/commit/3cfc82f055bcc2a917e64e49c27137401d0a0810 ))
- Add RSS articles view ([#622 ](https://github.com/WDaan/VueTorrent/issues/622 )) @Larsluph
([f8fcafa ](https://github.com/WDaan/VueTorrent/commit/f8fcafa1b114da877430daa258087fed6382258b ))
- Add toasts for copy/paste success/error ([#620 ](https://github.com/WDaan/VueTorrent/issues/620 ))
([6cabef1 ](https://github.com/WDaan/VueTorrent/commit/6cabef1b56598f3fb896f37c619dc4a8effa6858 ))
- Content tab for mobile users ([#602 ](https://github.com/WDaan/VueTorrent/issues/602 )) @Larsluph
([fc371a2 ](https://github.com/WDaan/VueTorrent/commit/fc371a296cd8c2287b3fb45597f2d924d30c3847 ))
- Convert locale data to json ([#616 ](https://github.com/WDaan/VueTorrent/issues/616 )) @Larsluph
([e990d34 ](https://github.com/WDaan/VueTorrent/commit/e990d344d2b6d779c66af294bb168da78788200c ))
- Disable hide condition on page scroll ([#603 ](https://github.com/WDaan/VueTorrent/issues/603 )) @Larsluph
([f175a6a ](https://github.com/WDaan/VueTorrent/commit/f175a6af6521988c84357c761cddb1116e6f83e1 ))
- Fill data table width to whole page ([#626 ](https://github.com/WDaan/VueTorrent/issues/626 ))
([d2c0817 ](https://github.com/WDaan/VueTorrent/commit/d2c0817bee904ac5a4dcda5079307b705f1ac7e7 ))
- full Typescript migration + restructure ([#612 ](https://github.com/WDaan/VueTorrent/issues/612 )) @Larsluph
([e09e8a0 ](https://github.com/WDaan/VueTorrent/commit/e09e8a0300551b813432dfba5d867be3f6709694 ))
- Rework desktop cards ([#627 ](https://github.com/WDaan/VueTorrent/issues/627 )) @Larsluph
([5aeb653 ](https://github.com/WDaan/VueTorrent/commit/5aeb65352fc9335112b7747641420579fcd55c47 ))
2023-02-07 13:57:19 +01:00
2023-01-11 14:40:55 +01:00
## [1.2.0](https://github.com/WDaan/VueTorrent/compare/v1.1.0...v1.2.0) (2023-01-11)
### Features
2023-02-02 10:44:18 +01:00
- Add globalSpeed and globalVolume computed values to torrent properties ([#599 ](https://github.com/WDaan/VueTorrent/issues/599 )) @Larsluph
([3e1d341 ](https://github.com/WDaan/VueTorrent/commit/3e1d3411b7158ec7b8665f2d677b62eca8846d66 ))
- add pending pieces color to canvas ([#592 ](https://github.com/WDaan/VueTorrent/issues/592 )) @Larsluph
([5132d4d ](https://github.com/WDaan/VueTorrent/commit/5132d4decf207d508e91f8b65ced31d50dc3f838 ))
- Add support for "autorun on torrent added" option ([#580 ](https://github.com/WDaan/VueTorrent/issues/580 )) @Larsluph
([19bf989 ](https://github.com/WDaan/VueTorrent/commit/19bf989c7ea8d8f3ed16ab35416575bfcdc3c21c ))
- Add/Ban peers support ([#598 ](https://github.com/WDaan/VueTorrent/issues/598 )) @Larsluph
([59b47db ](https://github.com/WDaan/VueTorrent/commit/59b47dbc8d28675d78892651be79536db3df9b33 ))
2023-01-11 14:40:55 +01:00
### Bug Fixes
2023-02-02 10:44:18 +01:00
- "409 Conflict" on file/folder rename ([#597 ](https://github.com/WDaan/VueTorrent/issues/597 ))
([004c8f5 ](https://github.com/WDaan/VueTorrent/commit/004c8f57d2db1da9032848e783497bcc3c239df2 ))
- Dashboard items not using $store.state reference ([#601 ](https://github.com/WDaan/VueTorrent/issues/601 ))
([add11c9 ](https://github.com/WDaan/VueTorrent/commit/add11c9548472396a7c4e2c483128de25380b616 ))
- Default change location not prefilling ([#583 ](https://github.com/WDaan/VueTorrent/issues/583 )) @Larsluph
([b53c331 ](https://github.com/WDaan/VueTorrent/commit/b53c331d4c98635f38945d9898ab72358bb7bf34 ))
2023-01-11 14:40:55 +01:00
### Improvements
2023-02-02 10:44:18 +01:00
- Add "Completed On" to dashboard customization settings ([#578 ](https://github.com/WDaan/VueTorrent/issues/578 ))
([02db288 ](https://github.com/WDaan/VueTorrent/commit/02db288db287a3d423a4c14e946cfb6a44cc2ed9 ))
- Add scroll support in TorrentRightClickMenu ([#589 ](https://github.com/WDaan/VueTorrent/issues/589 )) @Larsluph
([cd2f764 ](https://github.com/WDaan/VueTorrent/commit/cd2f7647e6178805c7f276aeee1c2e35087a532a ))
- Add toast when renameFile and renameFolder returns 409 Conflict ([#588 ](https://github.com/WDaan/VueTorrent/issues/588 )) @Larsluph
([e01d9a0 ](https://github.com/WDaan/VueTorrent/commit/e01d9a0b42886646a09cc3439e97efb16a5316ca ))
- improve russian translations ([#593 ](https://github.com/WDaan/VueTorrent/issues/593 )) @Balya
([684690a ](https://github.com/WDaan/VueTorrent/commit/684690ac7b7a443212e6aadc08aedfca91fc1dc4 ))
- reset pageNumber when changing filters to prevent value overflow ([#591 ](https://github.com/WDaan/VueTorrent/issues/591 )) @Larsluph
([719c5e9 ](https://github.com/WDaan/VueTorrent/commit/719c5e9ebafff56cfe077b8836d55823ae78b947 ))
2023-01-11 14:40:55 +01:00
2022-12-30 12:37:58 +01:00
## [1.1.0](https://github.com/WDaan/VueTorrent/compare/v1.0.1...v1.1.0) (2022-12-30)
### Features
2023-01-09 09:12:16 +01:00
- Add Batch change location ([#574 ](https://github.com/WDaan/VueTorrent/issues/574 ))
([060c3c3 ](https://github.com/WDaan/VueTorrent/commit/060c3c3a1c463e988014fe1ae52569921a68d545 ))
- add completed on [#571 ](https://github.com/WDaan/VueTorrent/issues/571 ) ([e242bad ](https://github.com/WDaan/VueTorrent/commit/e242bad1af2c4a2f7824b2d0018e28a3e3ac580b ))
- Add tag support in Dashboard, TorrentDetail and Add Modal ([#570 ](https://github.com/WDaan/VueTorrent/issues/570 ))
([0a175cc ](https://github.com/WDaan/VueTorrent/commit/0a175ccb437f9ad5609b85482a63dfbc2e6f0e9a ))
2022-12-30 12:37:58 +01:00
### Bug Fixes
2023-01-09 09:12:16 +01:00
- Add caret color to dark theme ([#564 ](https://github.com/WDaan/VueTorrent/issues/564 ))
([45c65ae ](https://github.com/WDaan/VueTorrent/commit/45c65ae394db6fc722afa13408ba74b4a55bf240 ))
- general fixes and README update ([#562 ](https://github.com/WDaan/VueTorrent/issues/562 ))
([8b6caf0 ](https://github.com/WDaan/VueTorrent/commit/8b6caf03359128581077471ce1d80d1308f1a2b6 ))
- load missing filters at startup ([#567 ](https://github.com/WDaan/VueTorrent/issues/567 ))
([87de795 ](https://github.com/WDaan/VueTorrent/commit/87de79555b5aad8827fd5f15dbf53239cdea10c9 ))
- remove search shortcut [#561 ](https://github.com/WDaan/VueTorrent/issues/561 ) ([0c6562e ](https://github.com/WDaan/VueTorrent/commit/0c6562efb374a98b51749b7fba93a8be730c1169 ))
- toggle in right-click menu not updating ([91fcfee ](https://github.com/WDaan/VueTorrent/commit/91fcfeeba6b65c63fdb996d14d0a14c4b6319530 ))
2022-12-30 12:37:58 +01:00
### Improvements
2023-01-09 09:12:16 +01:00
- add reset settings button [#326 ](https://github.com/WDaan/VueTorrent/issues/326 ) ([0ada50b ](https://github.com/WDaan/VueTorrent/commit/0ada50ba4ab49cf2edc74ac410ae982d162dc7ae ))
- Update and realign locales ([#573 ](https://github.com/WDaan/VueTorrent/issues/573 ))
([c45bf20 ](https://github.com/WDaan/VueTorrent/commit/c45bf208dedc72db108ee1b3115d338a0349f19e ))
2022-12-30 12:37:58 +01:00
2022-11-25 09:16:48 +01:00
### [1.0.1](https://github.com/WDaan/VueTorrent/compare/v1.0.0...v1.0.1) (2022-11-25)
### Bug Fixes
2022-12-30 11:39:25 +01:00
- "405 Method Not Allowed" when renaming torrent ([#551 ](https://github.com/WDaan/VueTorrent/issues/551 ))
([66dc741 ](https://github.com/WDaan/VueTorrent/commit/66dc74182545705003e3bcb4460224a18a57e830 ))
- category create validation ([#552 ](https://github.com/WDaan/VueTorrent/issues/552 ))
([edc0330 ](https://github.com/WDaan/VueTorrent/commit/edc0330bafdedc98e2e5f7df6bc2894bbcf5a281 ))
- free space toggle [#541 ](https://github.com/WDaan/VueTorrent/issues/541 ) ([f8c3b7d ](https://github.com/WDaan/VueTorrent/commit/f8c3b7dc38ff1a7a52a130982f86d82cc4fb61c4 ))
- proper unit for up/dl speed in details ([#547 ](https://github.com/WDaan/VueTorrent/issues/547 ))
([b2ceda2 ](https://github.com/WDaan/VueTorrent/commit/b2ceda28e548849f11f28503e27a081ad3818317 ))
- proper unit for up/dl speed in graph ([#548 ](https://github.com/WDaan/VueTorrent/issues/548 ))
([a6dac31 ](https://github.com/WDaan/VueTorrent/commit/a6dac31fbc5b902e3df562c97497daab121abee3 ))
2022-11-25 09:16:48 +01:00
### Improvements
2022-12-30 11:39:25 +01:00
- debounce torrent search field ([#542 ](https://github.com/WDaan/VueTorrent/issues/542 ))
([bb76c23 ](https://github.com/WDaan/VueTorrent/commit/bb76c23b98689c956ab1c068a155e9fb081081ea ))
- paste button for magnet links [#307 ](https://github.com/WDaan/VueTorrent/issues/307 )
([797ba8c ](https://github.com/WDaan/VueTorrent/commit/797ba8c66687c3cfb654874189fc96808d4bbb34 ))
2022-11-25 09:16:48 +01:00
2022-11-16 15:05:15 +01:00
## [1.0.0](https://github.com/WDaan/VueTorrent/compare/v0.19.1...v1.0.0) (2022-11-16)
### ⚠ BREAKING CHANGES
2022-11-16 19:49:19 +01:00
- move to vite + typescript => BREAKS PWA, please re-install! (#352 )
2022-11-16 15:05:15 +01:00
### Features
2022-11-16 19:49:19 +01:00
- add directory to dashboard and sort [#538 ](https://github.com/WDaan/VueTorrent/issues/538 )
([f474709 ](https://github.com/WDaan/VueTorrent/commit/f474709d4f28b20fe4c0ef92f56de76b924f5d0b ))
- add max_ratio_act handling ([#523 ](https://github.com/WDaan/VueTorrent/issues/523 )) [@giacomocerquone ](https://github.com/giacomocerquone )
([b05dcd0 ](https://github.com/WDaan/VueTorrent/commit/b05dcd0569e526f66420c9e2d30ef5f4e9fc864b ))
- additional connection settings [#317 ](https://github.com/WDaan/VueTorrent/issues/317 )
([54b3456 ](https://github.com/WDaan/VueTorrent/commit/54b345682f18b45fc6f6fe5d7a732bb87932f664 ))
- basic fake torrent generator [#518 ](https://github.com/WDaan/VueTorrent/issues/518 )
([d3cda1a ](https://github.com/WDaan/VueTorrent/commit/d3cda1a6499fcc2a7c4a548862b9c1e4fa338c23 ))
- create nightly build ([1cdbb95 ](https://github.com/WDaan/VueTorrent/commit/1cdbb95f8ca258430f85eb7d3385dc134d5c3b48 ))
- custom date format support [#340 ](https://github.com/WDaan/VueTorrent/issues/340 ) ([e08a445 ](https://github.com/WDaan/VueTorrent/commit/e08a4456ee3ce76af3c3a47c7a15cbb5141a4663 ))
- Last Activity support [#217 ](https://github.com/WDaan/VueTorrent/issues/217 ) ([1d9279a ](https://github.com/WDaan/VueTorrent/commit/1d9279a3764578fbc25ded4c0b035be855d04163 ))
- move to vite + typescript => BREAKS PWA, please re-install! ([#352 ](https://github.com/WDaan/VueTorrent/issues/352 ))
([5aa83fa ](https://github.com/WDaan/VueTorrent/commit/5aa83fa95e0c072822b1c13910455b18f7a6bbb8 ))
- optional top pagination [#539 ](https://github.com/WDaan/VueTorrent/issues/539 ) ([8a59d10 ](https://github.com/WDaan/VueTorrent/commit/8a59d10483e351ae95a8c32e878189411ce50ec1 ))
- render "active time" in torrent info tab ([#537 ](https://github.com/WDaan/VueTorrent/issues/537 )) [@invakid404 ](https://github.com/invakid404 )
([d3cf4d5 ](https://github.com/WDaan/VueTorrent/commit/d3cf4d5795b1a62a8bc1e5a4645408657c4956cd ))
- sidebar on launch option [#182 ](https://github.com/WDaan/VueTorrent/issues/182 ) ([fca51c5 ](https://github.com/WDaan/VueTorrent/commit/fca51c536fe8cb96c878501c386efcb4ee868ff6 ))
2022-11-16 15:05:15 +01:00
### Bug Fixes
2022-11-16 19:49:19 +01:00
- copy to clipboard on non secure context (no SSL) [#521 ](https://github.com/WDaan/VueTorrent/issues/521 )
([058766f ](https://github.com/WDaan/VueTorrent/commit/058766f617e39f57bd56d68557b32797d70d4947 ))
- dark theme glitch ([2b913d5 ](https://github.com/WDaan/VueTorrent/commit/2b913d5064d6c5135ed19c720cdccaaaf792fe4c ))
- disabling plugins [#443 ](https://github.com/WDaan/VueTorrent/issues/443 ) ([3b98949 ](https://github.com/WDaan/VueTorrent/commit/3b989499b867f00618a0a567831c9a1dcdc65418 ))
- login autocomplete render issue [#474 ](https://github.com/WDaan/VueTorrent/issues/474 )
([ef64c38 ](https://github.com/WDaan/VueTorrent/commit/ef64c38f099fca1be5db45741c60afc04fff3065 ))
- replace v-html with conditional rendering in torrent details view ([#513 ](https://github.com/WDaan/VueTorrent/issues/513 ))
([6d873e7 ](https://github.com/WDaan/VueTorrent/commit/6d873e76fc63544673bda673ff377c0b9b810706 ))
- save path on category [#481 ](https://github.com/WDaan/VueTorrent/issues/481 ) ([954560e ](https://github.com/WDaan/VueTorrent/commit/954560ee9675ce40f7131482fec83f87e7ef4296 ))
- viewport ([60ecfc5 ](https://github.com/WDaan/VueTorrent/commit/60ecfc547b594e5ccbeede1d4d99ef0faa854c80 ))
2022-11-16 15:05:15 +01:00
### Improvements
2022-11-16 19:49:19 +01:00
- add sort none option [#128 ](https://github.com/WDaan/VueTorrent/issues/128 ) ([bf406e5 ](https://github.com/WDaan/VueTorrent/commit/bf406e5cfdda039f09add706c121db049328e65e ))
- extra add button for mobile [#466 ](https://github.com/WDaan/VueTorrent/issues/466 )
([e2dcb8e ](https://github.com/WDaan/VueTorrent/commit/e2dcb8e6f08e9f75f00276c0529af97a873d7e5b ))
- persist searchfilter + page [#462 ](https://github.com/WDaan/VueTorrent/issues/462 )
([67b1551 ](https://github.com/WDaan/VueTorrent/commit/67b1551b36c94849d46c0a0dd5dadfda181df589 ))
- sort dropdown in dashboard [#309 ](https://github.com/WDaan/VueTorrent/issues/309 ) ([b557db4 ](https://github.com/WDaan/VueTorrent/commit/b557db48e8ef33fb68fa802e35d9b77921c5a52d ))
- use quick-score instead of fuse.js [#306 ](https://github.com/WDaan/VueTorrent/issues/306 )
([f9434c3 ](https://github.com/WDaan/VueTorrent/commit/f9434c375663689f605e57e7749bd010fc87ad7a ))
2022-11-16 15:05:15 +01:00
2022-10-11 07:41:22 +02:00
### [0.19.1](https://github.com/WDaan/VueTorrent/compare/v0.19.0...v0.19.1) (2022-10-11)
### Bug Fixes
2022-11-15 09:36:54 +01:00
- login console error on refresh ([254d7c8 ](https://github.com/WDaan/VueTorrent/commit/254d7c8562e3fec5a16b4f65a4de0382ef7662c1 ))
- login prompt being displayed when whitelisted ([#511 ](https://github.com/WDaan/VueTorrent/issues/511 ))
([077cf54 ](https://github.com/WDaan/VueTorrent/commit/077cf54c6bb5ccc7e5ccf9b94731ec468bd17ecd ))
- refresh torrent detail data from store ([#509 ](https://github.com/WDaan/VueTorrent/issues/509 ))
([5270619 ](https://github.com/WDaan/VueTorrent/commit/5270619a5d27eba380a33a8f12632c2c61611886 ))
- temporarily disable render link feat for security ([#512 ](https://github.com/WDaan/VueTorrent/issues/512 ))
([13e6584 ](https://github.com/WDaan/VueTorrent/commit/13e6584c5d9a541d01e770d901c9a6266e7c9b24 ))
2022-10-11 07:41:22 +02:00
2022-10-10 12:51:10 +02:00
## [0.19.0](https://github.com/WDaan/VueTorrent/compare/v0.18.2...v0.19.0) (2022-10-10)
### Features
2022-11-15 09:36:54 +01:00
- Links in torrent details view are now clickable ([#506 ](https://github.com/WDaan/VueTorrent/issues/506 ))
([f1536cb ](https://github.com/WDaan/VueTorrent/commit/f1536cb010e2ebc8d7d026a62be491e8a3a04cfa ))
- support for renaming folders ([#500 ](https://github.com/WDaan/VueTorrent/issues/500 ))
([cf8f43a ](https://github.com/WDaan/VueTorrent/commit/cf8f43aac3c235cf616bed4c1ce1ceda0fad8fe4 ))
2022-10-10 12:51:10 +02:00
### Bug Fixes
2022-11-15 09:36:54 +01:00
- Cookies not sent with request for Web App manifest.json ([#504 ](https://github.com/WDaan/VueTorrent/issues/504 ))
([2efe73a ](https://github.com/WDaan/VueTorrent/commit/2efe73ad7e51c7b45ad65827503d4c3fcebd58a4 ))
- font-size difference in right click menu ([#505 ](https://github.com/WDaan/VueTorrent/issues/505 ))
([a8f28dd ](https://github.com/WDaan/VueTorrent/commit/a8f28dd5b468924f7dcf09d101e438a15e1269ba ))
2022-10-10 12:51:10 +02:00
2022-09-15 16:36:06 +02:00
### [0.18.2](https://github.com/WDaan/VueTorrent/compare/v0.18.1...v0.18.2) (2022-09-13)
### Bug Fixes
2022-11-15 09:36:54 +01:00
- anonymous mode [#362 ](https://github.com/WDaan/VueTorrent/issues/362 ) ([27a0717 ](https://github.com/WDaan/VueTorrent/commit/27a07179f08225292e2e26fb57bbfa6f846b272b ))
- connection password type [#456 ](https://github.com/WDaan/VueTorrent/issues/456 ) ([a8616cc ](https://github.com/WDaan/VueTorrent/commit/a8616cce545ed579e39db9e64c0005a74eee63d5 ))
- connection status [#482 ](https://github.com/WDaan/VueTorrent/issues/482 ) ([e047467 ](https://github.com/WDaan/VueTorrent/commit/e0474671042dc7b1c4f2490018c5484e4730ccf1 ))
- no autocapitalize on login form [#489 ](https://github.com/WDaan/VueTorrent/issues/489 )
([e352de0 ](https://github.com/WDaan/VueTorrent/commit/e352de0643dec66256f5565be6a686ee00f040e5 ))
- Russian language ([#494 ](https://github.com/WDaan/VueTorrent/issues/494 )) ([72548fa ](https://github.com/WDaan/VueTorrent/commit/72548fac4ad7e5002a83b80c0b9cdb6b2d82e075 ))
- torrent search ([#478 ](https://github.com/WDaan/VueTorrent/issues/478 )) @Anteus ([baba4ac ](https://github.com/WDaan/VueTorrent/commit/baba4acda4adcc2414d0a0cab6e7b13446152050 ))
- Update Paramaters Sent to /torrents/renameFile ([#470 ](https://github.com/WDaan/VueTorrent/issues/470 ))
([1ccdf08 ](https://github.com/WDaan/VueTorrent/commit/1ccdf08b606bfff9e9e016765c0d03ed0e2e7715 ))
2022-09-15 16:36:06 +02:00
### Improvements
2022-11-15 09:36:54 +01:00
- add Russian translations ([#493 ](https://github.com/WDaan/VueTorrent/issues/493 )) [@reysonk ](https://github.com/reysonk )
([9b6deb9 ](https://github.com/WDaan/VueTorrent/commit/9b6deb90371ac4e56ac2691002bda578e25758ea ))
- Improved Ukrainian translation ([#457 ](https://github.com/WDaan/VueTorrent/issues/457 ))
([b56a16f ](https://github.com/WDaan/VueTorrent/commit/b56a16f7cebaf3b434f85c621b73e2d3e3385ba8 ))
- updated japanese translate file ([#491 ](https://github.com/WDaan/VueTorrent/issues/491 ))
([7e5cc48 ](https://github.com/WDaan/VueTorrent/commit/7e5cc4891a61d441429c155ec759d5a668c3498f ))
2022-09-15 16:36:06 +02:00
2022-07-05 14:18:09 +02:00
### [0.18.1](https://github.com/WDaan/VueTorrent/compare/v0.18.0...v0.18.1) (2022-07-05)
### Bug Fixes
2022-11-15 09:36:54 +01:00
- broken build [#453 ](https://github.com/WDaan/VueTorrent/issues/453 ) ([8f1a12d ](https://github.com/WDaan/VueTorrent/commit/8f1a12d15fa438e55194a9c807bbdc0115a3deda ))
- release build ([7a74275 ](https://github.com/WDaan/VueTorrent/commit/7a74275a4d15280205ec1e749415da1cb0cd7e41 ))
2022-07-05 14:18:09 +02:00
### Improvements
2022-11-15 09:36:54 +01:00
- lazy load pages for smaller chunk sizes ([abe909e ](https://github.com/WDaan/VueTorrent/commit/abe909e14d740f4a78267564d87e2d46ef3c08a8 ))
- Update Simplified Chinese translation. ([#454 ](https://github.com/WDaan/VueTorrent/issues/454 ))
([20f4a67 ](https://github.com/WDaan/VueTorrent/commit/20f4a67f4988629d1bc74ec18226cd858e2469e1 ))
2022-07-05 14:18:09 +02:00
2022-07-04 11:14:49 +00:00
## [0.18.0](https://github.com/WDaan/VueTorrent/compare/v0.17.1...v0.18.0) (2022-07-04)
### Features
2022-11-15 09:36:54 +01:00
- basic proxy support [#261 ](https://github.com/WDaan/VueTorrent/issues/261 ) ([71a09fc ](https://github.com/WDaan/VueTorrent/commit/71a09fc58a9c29037cfc87fa6c6f0cfdb645233e ))
- Basic rss interface ([#447 ](https://github.com/WDaan/VueTorrent/issues/447 )) ([732e519 ](https://github.com/WDaan/VueTorrent/commit/732e5193ec76d521249ac6fb73c4a6e975091476 ))
2022-07-04 11:14:49 +00:00
### Bug Fixes
2022-11-15 09:36:54 +01:00
- category download folder not showing correctly ([#448 ](https://github.com/WDaan/VueTorrent/issues/448 ))
([06579c8 ](https://github.com/WDaan/VueTorrent/commit/06579c8bbee5f991f195df596054da8751d0ea72 ))
- favicon [#441 ](https://github.com/WDaan/VueTorrent/issues/441 ) ([745376c ](https://github.com/WDaan/VueTorrent/commit/745376c02be7a1d9398feb5181bebe9026d22638 ))
- favicon [#441 ](https://github.com/WDaan/VueTorrent/issues/441 ) ([b7e7de1 ](https://github.com/WDaan/VueTorrent/commit/b7e7de1e9095228d9207845201c0ceff814623a4 ))
2022-07-04 11:14:49 +00:00
### Improvements
2022-11-15 09:36:54 +01:00
- add ukranian ([e063168 ](https://github.com/WDaan/VueTorrent/commit/e06316812134df15ac1f5fbb73034436eb7d519c ))
- use pages instead of modals [#398 ](https://github.com/WDaan/VueTorrent/issues/398 ) ([#450 ](https://github.com/WDaan/VueTorrent/issues/450 ))
([fcb0219 ](https://github.com/WDaan/VueTorrent/commit/fcb021972ae62ee36e91bbbf5cba0ee6dc87725a ))
2022-07-04 11:14:49 +00:00
2022-06-11 10:40:11 +02:00
### [0.17.1](https://github.com/WDaan/VueTorrent/compare/v0.17.0...v0.17.1) (2022-06-11)
### Bug Fixes
2022-11-15 09:36:54 +01:00
- add progress border + percentage [#430 ](https://github.com/WDaan/VueTorrent/issues/430 )
([acc0733 ](https://github.com/WDaan/VueTorrent/commit/acc07335d31b027cd7ca989959c6d450a957010e ))
- category download folder [#435 ](https://github.com/WDaan/VueTorrent/issues/435 ) ([5a0ec26 ](https://github.com/WDaan/VueTorrent/commit/5a0ec26ddb7b9c7fc1a03102684fd2268b2ae33f ))
- non-capital words ([#432 ](https://github.com/WDaan/VueTorrent/issues/432 )) ([ce1e7c3 ](https://github.com/WDaan/VueTorrent/commit/ce1e7c3546c150243fede941bd8b4b724e4a5c27 ))
- white scrollbar [#433 ](https://github.com/WDaan/VueTorrent/issues/433 ) ([db86506 ](https://github.com/WDaan/VueTorrent/commit/db86506c5e493e2bb69e441e56d86d78667df54b ))
2022-06-11 10:40:11 +02:00
### Improvements
2022-11-15 09:36:54 +01:00
- complete French translation ([#438 ](https://github.com/WDaan/VueTorrent/issues/438 ))
([3a8ec90 ](https://github.com/WDaan/VueTorrent/commit/3a8ec90ca20dd20bf22d4af468031d347de7f686 ))
2022-06-11 10:40:11 +02:00
2022-06-05 11:07:51 +02:00
## [0.17.0](https://github.com/WDaan/VueTorrent/compare/v0.16.3...v0.17.0) (2022-06-05)
### Features
2022-11-15 09:36:54 +01:00
- add dialog missing options [#418 ](https://github.com/WDaan/VueTorrent/issues/418 ) ([68223f5 ](https://github.com/WDaan/VueTorrent/commit/68223f5f45da3a4819b43398707fed1e172468e8 ))
- piece states progress bar ([#426 ](https://github.com/WDaan/VueTorrent/issues/426 ))
([1722a14 ](https://github.com/WDaan/VueTorrent/commit/1722a14dba74dafca3b373d50c6dcd94814ab074 ))
2022-06-05 11:07:51 +02:00
### Bug Fixes
2022-11-15 09:36:54 +01:00
- allow native context menu in input elements ([#428 ](https://github.com/WDaan/VueTorrent/issues/428 ))
([b8ad965 ](https://github.com/WDaan/VueTorrent/commit/b8ad965763fd647b230f7fcbd9798d182cefd762 ))
- load default folder [#417 ](https://github.com/WDaan/VueTorrent/issues/417 ) ([c63d0a4 ](https://github.com/WDaan/VueTorrent/commit/c63d0a403939c99a442a10563789cb8753d67771 ))
2022-06-05 11:07:51 +02:00
2022-05-19 15:51:48 +02:00
### [0.16.3](https://github.com/WDaan/VueTorrent/compare/v0.16.2...v0.16.3) (2022-05-14)
### Bug Fixes
2022-11-15 09:36:54 +01:00
- speed limit dialog incorrect text display and zh-hant fix ([#425 ](https://github.com/WDaan/VueTorrent/issues/425 ))
([45b244f ](https://github.com/WDaan/VueTorrent/commit/45b244fbcf1ed63ebb2757a821343ed384a832f4 ))
2022-05-19 15:51:48 +02:00
### Improvements
2022-11-15 09:36:54 +01:00
- update Traditional Chinese translations ([#422 ](https://github.com/WDaan/VueTorrent/issues/422 ))
([964b145 ](https://github.com/WDaan/VueTorrent/commit/964b1451a1758522856fae2c730af9db66e351a1 ))
2022-05-19 15:51:48 +02:00
2022-05-08 10:13:07 +02:00
### [0.16.2](https://github.com/WDaan/VueTorrent/compare/v0.16.1...v0.16.2) (2022-05-08)
### Bug Fixes
2022-11-15 09:36:54 +01:00
- magnet text area max size [#413 ](https://github.com/WDaan/VueTorrent/issues/413 ) ([4dd81f7 ](https://github.com/WDaan/VueTorrent/commit/4dd81f7cd49ab807fddeb50ff2e871364fd955e5 ))
2022-05-08 10:13:07 +02:00
### Improvements
2022-11-15 09:36:54 +01:00
- support more translations + add Simplified Chinese translations ([#415 ](https://github.com/WDaan/VueTorrent/issues/415 ))
([ddd28ae ](https://github.com/WDaan/VueTorrent/commit/ddd28ae6192862928ef26c1e1135565f6303095b ))
- translation fixes ([#419 ](https://github.com/WDaan/VueTorrent/issues/419 )) ([521ac58 ](https://github.com/WDaan/VueTorrent/commit/521ac5804a622c68d788de1f5730b0c43f49f0a1 ))
2022-05-08 10:13:07 +02:00
2022-04-17 16:36:27 +02:00
### [0.16.1](https://www.github.com/WDaan/VueTorrent/compare/v0.16.0...v0.16.1) (2022-04-17)
### Bug Fixes
2022-11-15 09:36:54 +01:00
- torrent progress color [#410 ](https://www.github.com/WDaan/VueTorrent/issues/410 )
([886bc13 ](https://www.github.com/WDaan/VueTorrent/commit/886bc13f10d82b8973d6ea63fa051ae873b8aea2 ))
2022-04-17 16:36:27 +02:00
### Improvements
2022-11-15 09:36:54 +01:00
- add all-time stats [#351 ](https://www.github.com/WDaan/VueTorrent/issues/351 ) ([a268e77 ](https://www.github.com/WDaan/VueTorrent/commit/a268e774def5875354129c06122898bad018d5ed ))
- better authenticated check ([#411 ](https://www.github.com/WDaan/VueTorrent/issues/411 ))
([ce698e3 ](https://www.github.com/WDaan/VueTorrent/commit/ce698e38a80fb7ba1dee01251451865df75f68d4 ))
- move notification banner to botton [#389 ](https://www.github.com/WDaan/VueTorrent/issues/389 )
([4b90d56 ](https://www.github.com/WDaan/VueTorrent/commit/4b90d56df5a43bf466acafd3c7bb43a960bffab8 ))
- topmenu tooltip delay [#399 ](https://www.github.com/WDaan/VueTorrent/issues/399 )
([2d5ad9d ](https://www.github.com/WDaan/VueTorrent/commit/2d5ad9d44227f2ffd3e180eff9740e82ba0281cb ))
2022-04-17 16:36:27 +02:00
2022-04-16 13:14:51 +02:00
## [0.16.0](https://www.github.com/WDaan/VueTorrent/compare/v0.15.4...v0.16.0) (2022-04-16)
### Features
2022-11-15 09:36:54 +01:00
- add support for setting global speed limits ([#406 ](https://www.github.com/WDaan/VueTorrent/issues/406 ))
([23fee41 ](https://www.github.com/WDaan/VueTorrent/commit/23fee419fd1561f440f88e4b354ac3745ed813cd ))
2022-04-16 13:14:51 +02:00
2022-04-04 21:57:23 +02:00
### [0.15.4](https://www.github.com/WDaan/VueTorrent/compare/v0.15.3...v0.15.4) (2022-04-04)
### Bug Fixes
2022-11-15 09:36:54 +01:00
- low visibility text in dark theme ([#390 ](https://www.github.com/WDaan/VueTorrent/issues/390 ))
([84750af ](https://www.github.com/WDaan/VueTorrent/commit/84750af3d4d584f5fc0fd8f3cbabd1b0ecfa2e9f ))
- PWA manifest [#405 ](https://www.github.com/WDaan/VueTorrent/issues/405 ) ([94727a1 ](https://www.github.com/WDaan/VueTorrent/commit/94727a142a1822c533c665d558ad4af6c207d5b9 ))
- search results not loading until stopped ([#391 ](https://www.github.com/WDaan/VueTorrent/issues/391 ))
([8b126d8 ](https://www.github.com/WDaan/VueTorrent/commit/8b126d8df5607f1c31174fec81f86091f4ad47cf ))
2022-04-04 21:57:23 +02:00
### Improvements
2022-11-15 09:36:54 +01:00
- add Japanese language support ([#401 ](https://www.github.com/WDaan/VueTorrent/issues/401 ))
([a178205 ](https://www.github.com/WDaan/VueTorrent/commit/a1782058c8417e6a8c06acd22ce56418b4fe9419 ))
- add Spanish Language ([#385 ](https://www.github.com/WDaan/VueTorrent/issues/385 ))
([d0f7055 ](https://www.github.com/WDaan/VueTorrent/commit/d0f7055148b6e88bb00c1c8cd58ec1fa123488e9 ))
- add Vietnamese ([#392 ](https://www.github.com/WDaan/VueTorrent/issues/392 )) ([6019759 ](https://www.github.com/WDaan/VueTorrent/commit/6019759260d6561af29dbeb1a95497028b2b8b87 ))
2022-04-04 21:57:23 +02:00
2022-02-28 11:36:34 +01:00
### [0.15.3](https://www.github.com/WDaan/VueTorrent/compare/v0.15.2...v0.15.3) (2022-02-28)
### Bug Fixes
2022-11-15 09:36:54 +01:00
- spelling mistake in README and "qBittorrent" casing ([#368 ](https://www.github.com/WDaan/VueTorrent/issues/368 ))
([90d6623 ](https://www.github.com/WDaan/VueTorrent/commit/90d66237115f50828a38edec7b10caf817a55b66 ))
2022-02-28 11:36:34 +01:00
2022-01-13 20:20:21 +01:00
### [0.15.2](https://www.github.com/WDaan/VueTorrent/compare/v0.15.1...v0.15.2) (2022-01-13)
### Bug Fixes
2022-11-15 09:36:54 +01:00
- Qbittorrent title on tab ([05bcc9e ](https://www.github.com/WDaan/VueTorrent/commit/05bcc9e58783e4de49d698cfd25c902fad7776de ))
2022-01-13 20:20:21 +01:00
### Improvements
2022-11-15 09:36:54 +01:00
- Chinese translations ([#363 ](https://www.github.com/WDaan/VueTorrent/issues/363 ))
([6c7372b ](https://www.github.com/WDaan/VueTorrent/commit/6c7372b41ef72387c7781e0dcfd51fb046fb7881 ))
2022-01-13 20:20:21 +01:00
2022-01-13 17:53:49 +01:00
### [0.15.1](https://www.github.com/WDaan/VueTorrent/compare/v0.15.0...v0.15.1) (2022-01-13)
### Bug Fixes
2022-11-15 09:36:54 +01:00
- mention QBittorent [#356 ](https://www.github.com/WDaan/VueTorrent/issues/356 ) ([bbc31fb ](https://www.github.com/WDaan/VueTorrent/commit/bbc31fb8c5be1cc1189000e53f90ba7886e05ba8 ))
2022-01-13 17:53:49 +01:00
### Improvements
2022-11-15 09:36:54 +01:00
- add French translations ([#337 ](https://www.github.com/WDaan/VueTorrent/issues/337 ))
([30d5dc0 ](https://www.github.com/WDaan/VueTorrent/commit/30d5dc01c4349e0f52c5c58ec8f602ded16e706d ))
- add Indonesian ([#361 ](https://www.github.com/WDaan/VueTorrent/issues/361 )) ([908af5b ](https://www.github.com/WDaan/VueTorrent/commit/908af5b3faaa07a327665df51f296a977ddef9e6 ))
- add Portugese ([#350 ](https://www.github.com/WDaan/VueTorrent/issues/350 )) ([abb4c5b ](https://www.github.com/WDaan/VueTorrent/commit/abb4c5ba69a779b729d99bb404fd59d25afb8b72 ))
- more translations ([4f8c697 ](https://www.github.com/WDaan/VueTorrent/commit/4f8c697757d818eeaf70d1c6970cd1f6000d6497 ))
2022-01-13 17:53:49 +01:00
2021-11-27 14:20:13 +01:00
## [0.15.0](https://www.github.com/WDaan/VueTorrent/compare/v0.14.0...v0.15.0) (2021-11-27)
### Features
2022-11-15 09:36:54 +01:00
- 1st torrent progress in title [#166 ](https://www.github.com/WDaan/VueTorrent/issues/166 )
([5faa248 ](https://www.github.com/WDaan/VueTorrent/commit/5faa248395e6edd4e892717fcd0ce41ae27efe08 ))
- add uploaded property ([#145 ](https://www.github.com/WDaan/VueTorrent/issues/145 ))
([0a58d98 ](https://www.github.com/WDaan/VueTorrent/commit/0a58d98b9f50affee99f05fb4f93d9b37d38ac76 ))
- auto install search plugins when none installed ([abc5457 ](https://www.github.com/WDaan/VueTorrent/commit/abc5457882892ce4840ae0eef7a438e5ea4c7c90 ))
- auto refresh peers ([dfd10be ](https://www.github.com/WDaan/VueTorrent/commit/dfd10beeab4c757ff1ac0c3eecbdc4e740573a75 ))
- auto releasing ci ([#146 ](https://www.github.com/WDaan/VueTorrent/issues/146 ))
([d217627 ](https://www.github.com/WDaan/VueTorrent/commit/d217627d9ad15535bfe67116790a78414c44c673 ))
- basic limit share ratio [#308 ](https://www.github.com/WDaan/VueTorrent/issues/308 )
([2c1fc34 ](https://www.github.com/WDaan/VueTorrent/commit/2c1fc34ebdc6f096628d23a6072ea1970764b267 ))
- basic multilang support ([#320 ](https://www.github.com/WDaan/VueTorrent/issues/320 ))
([a7cc03c ](https://www.github.com/WDaan/VueTorrent/commit/a7cc03c3ba60f7dbc2d18fff78a0b5f5c6db4b1a ))
- bypass authentication ([#310 ](https://www.github.com/WDaan/VueTorrent/issues/310 ))
([b069ce4 ](https://www.github.com/WDaan/VueTorrent/commit/b069ce490e74baf003c9c92cd780c51414702c13 ))
- checkbox + button with color feedback for TorrentDeleteModal ([a83ea14 ](https://www.github.com/WDaan/VueTorrent/commit/a83ea144cf1daac09fc76feff5d03347c8ea87ca ))
- copy name/hash/magnet [#277 ](https://www.github.com/WDaan/VueTorrent/issues/277 )
([42afd92 ](https://www.github.com/WDaan/VueTorrent/commit/42afd921274c0be3fc122a4d5b8d2aeae5fe0c13 ))
- drawer on right side [#276 ](https://www.github.com/WDaan/VueTorrent/issues/276 )
([a18bded ](https://www.github.com/WDaan/VueTorrent/commit/a18bded9cb9792b3301008cc717b52053191c8f9 ))
- fullscreen toggle on torrent info modal (desktop) ([1de9e64 ](https://www.github.com/WDaan/VueTorrent/commit/1de9e6459657c386332d146352c3ed765f70fa3c ))
- improved per-torrent speed limits modal ([#172 ](https://www.github.com/WDaan/VueTorrent/issues/172 ))
([7bed9ee ](https://www.github.com/WDaan/VueTorrent/commit/7bed9eef12321e06bb143d96f02326d967e6f739 ))
- New Logo ([b2858a4 ](https://www.github.com/WDaan/VueTorrent/commit/b2858a4f68238867996cfe5e61e0947dae3af022 ))
- New select mode color ([8f8d3db ](https://www.github.com/WDaan/VueTorrent/commit/8f8d3dbb765d950baa9c5e7654a356e2d300ed28 ))
- open addmodal when dragging a file into the dashboard ([5807db5 ](https://www.github.com/WDaan/VueTorrent/commit/5807db5e99ac84436261e9d0e2b9a6767d851ba2 ))
- PWA splash & bar color ([dfbed5c ](https://www.github.com/WDaan/VueTorrent/commit/dfbed5cb05c0b6974c09c86c6e82e1478f1100d6 ))
- remember delete with files preference [#291 ](https://www.github.com/WDaan/VueTorrent/issues/291 )
([684bbec ](https://www.github.com/WDaan/VueTorrent/commit/684bbecff0f7fe239f0ee05dfb5392b4a6401069 ))
- remove torrent files with checkbox [#199 ](https://www.github.com/WDaan/VueTorrent/issues/199 )
([0eddf64 ](https://www.github.com/WDaan/VueTorrent/commit/0eddf6458ea3b72ce19282fbcd07e19ff96fd3f8 ))
- run external program on torrent completion [#258 ](https://www.github.com/WDaan/VueTorrent/issues/258 )
([99fa1c4 ](https://www.github.com/WDaan/VueTorrent/commit/99fa1c419d47516a1e265e753c127fedf370ffec ))
- Show connection status at the bottom of Navbar ([#255 ](https://www.github.com/WDaan/VueTorrent/issues/255 ))
([204d74c ](https://www.github.com/WDaan/VueTorrent/commit/204d74c4e84df5404819796e9e5078c01106990a ))
- show created by info [#279 ](https://www.github.com/WDaan/VueTorrent/issues/279 )
([7a7562e ](https://www.github.com/WDaan/VueTorrent/commit/7a7562e54e66aebbf782baefa89b1f17e5119afa ))
- Speed cards as pills with icon in first column and speed on top of the unit in second column ([#169 ](https://www.github.com/WDaan/VueTorrent/issues/169 ))
([354fe4f ](https://www.github.com/WDaan/VueTorrent/commit/354fe4f5f870bb48613ef390341c4c1971e2936e ))
- torrent detail infinity sign for unlimited speeds ([#173 ](https://www.github.com/WDaan/VueTorrent/issues/173 ))
([6f9a5d5 ](https://www.github.com/WDaan/VueTorrent/commit/6f9a5d5fefd9c0a2622ce62588ee717f762b7eee ))
- use confirmation modal when deleting from context menu [#191 ](https://www.github.com/WDaan/VueTorrent/issues/191 )
([53c548b ](https://www.github.com/WDaan/VueTorrent/commit/53c548b502bacc95bab59026b836eb2bb2b785ec ))
2021-11-27 14:20:13 +01:00
### Bug Fixes
2022-11-15 09:36:54 +01:00
- 0 speed when no speed data returned ([a7b8ed9 ](https://www.github.com/WDaan/VueTorrent/commit/a7b8ed9da3dbca8d2f3be0665880d3cda5f5a50b ))
- add tracker dialog bug [#187 ](https://www.github.com/WDaan/VueTorrent/issues/187 )
([7c7e40d ](https://www.github.com/WDaan/VueTorrent/commit/7c7e40d4a5105ce3e0e9422551ad6cd2673da932 ))
- altspeed value ([aadb3f2 ](https://www.github.com/WDaan/VueTorrent/commit/aadb3f2171d38d5a94f9ca9847c50137669055b3 ))
- always fetch full data (more reliable) ([89cf6ba ](https://www.github.com/WDaan/VueTorrent/commit/89cf6ba32c7a4b24cd0ea4d358e56e1d859d4665 ))
- application version getter ([#222 ](https://www.github.com/WDaan/VueTorrent/issues/222 ))
([6535ac5 ](https://www.github.com/WDaan/VueTorrent/commit/6535ac56265d3062c877f35fa5e44b9635e26fcd ))
- Context menu placement ([ed08c91 ](https://www.github.com/WDaan/VueTorrent/commit/ed08c914ebde9fba53e8b24f58c0a80918569b26 ))
- double click opens info [#287 ](https://www.github.com/WDaan/VueTorrent/issues/287 )
([c8ffce5 ](https://www.github.com/WDaan/VueTorrent/commit/c8ffce59b1ebb7b72575f8797d35942bdfe62ef4 ))
- Establish Service WalkerRules ([#227 ](https://www.github.com/WDaan/VueTorrent/issues/227 ))
([04971dc ](https://www.github.com/WDaan/VueTorrent/commit/04971dcf874c2f952f57c3abef94d8d92337e488 ))
- Global Speed Title (upload & download were switched) ([#218 ](https://www.github.com/WDaan/VueTorrent/issues/218 ))
([906f6d5 ](https://www.github.com/WDaan/VueTorrent/commit/906f6d5f872b848fc7b3c5071c51a9696ce7c734 ))
- interrupted divider in torrenfinfo [#151 ](https://www.github.com/WDaan/VueTorrent/issues/151 )
([d362aef ](https://www.github.com/WDaan/VueTorrent/commit/d362aef27574bb6a60c3675eef52655f1a57bebe ))
- invisble close button on modal [#314 ](https://www.github.com/WDaan/VueTorrent/issues/314 ) [#297 ](https://www.github.com/WDaan/VueTorrent/issues/297 )
([8001dc9 ](https://www.github.com/WDaan/VueTorrent/commit/8001dc91c738e4b9bfa9dd8a6b6b52249e727f5a ))
- issue where 'torrent details' modal does not work properly on iOS ([a83ea14 ](https://www.github.com/WDaan/VueTorrent/commit/a83ea144cf1daac09fc76feff5d03347c8ea87ca ))
- layout issues + remove vue-perfect-scrollbar + refactor context menu ([a83ea14 ](https://www.github.com/WDaan/VueTorrent/commit/a83ea144cf1daac09fc76feff5d03347c8ea87ca ))
- logout [#286 ](https://www.github.com/WDaan/VueTorrent/issues/286 ) ([9121230 ](https://www.github.com/WDaan/VueTorrent/commit/912123098e5fca6193ebb6f66ad06c8442d07861 ))
- margin when freespace card is disabled ([6be41e3 ](https://www.github.com/WDaan/VueTorrent/commit/6be41e33cfb0eb365df18e53c396cd4a36d4b8e5 ))
- mobile search [#156 ](https://www.github.com/WDaan/VueTorrent/issues/156 ) - maybe redesign in future
([463dabd ](https://www.github.com/WDaan/VueTorrent/commit/463dabde00a34c495d238aff4fd82ea65acc9e54 ))
- mobile search [#156 ](https://www.github.com/WDaan/VueTorrent/issues/156 ) - maybe redesign in future
([0f62f4d ](https://www.github.com/WDaan/VueTorrent/commit/0f62f4df6763e4449b1ceab946092f9b67b06411 ))
- Persistent add modal ([d517d9f ](https://www.github.com/WDaan/VueTorrent/commit/d517d9f3341e59de572118922b43a9e1adb8c9ad ))
- push precompiled release in a public folder ([adfc6a0 ](https://www.github.com/WDaan/VueTorrent/commit/adfc6a00f2e0b2e09f7f4e67a2efc3dc1db50194 ))
- remove black box on iOS PWA [#180 ](https://www.github.com/WDaan/VueTorrent/issues/180 )
([f918ff5 ](https://www.github.com/WDaan/VueTorrent/commit/f918ff5ee5c0ddd1c288caa261bbd95e40de4d24 ))
- remove device darkmode because its unreliable [#285 ](https://www.github.com/WDaan/VueTorrent/issues/285 )
([e6c0863 ](https://www.github.com/WDaan/VueTorrent/commit/e6c0863545c4a6a24ecc57158ff61421d17f9070 ))
- remove gesture feature on tabs (buggy anyway) ([0960962 ](https://www.github.com/WDaan/VueTorrent/commit/0960962441e424c28c8ad6014a79f733f495b881 ))
- remove vue-context import ([edcd825 ](https://www.github.com/WDaan/VueTorrent/commit/edcd825969f6876b1962dc8875be4b9447704820 ))
- scrollbar ([c460e29 ](https://www.github.com/WDaan/VueTorrent/commit/c460e29d95eb034266b3ae1006ebb57001f5aa83 ))
- searchmodal pagination layout ([a9a9aff ](https://www.github.com/WDaan/VueTorrent/commit/a9a9aff74f1310df724b0661011c97f798cdfaf6 ))
- selection list not cleared when closing deletemodal without button press ([80573f4 ](https://www.github.com/WDaan/VueTorrent/commit/80573f436498def7edae86e161535ef378c538e7 ))
- Settings>VueTorrent>Dashboard layout & UX ([d93e540 ](https://www.github.com/WDaan/VueTorrent/commit/d93e540a71c72bb274da14f36ae5fd72404bc65d ))
- show torrent comment [#292 ](https://www.github.com/WDaan/VueTorrent/issues/292 )
([4c3c2d3 ](https://www.github.com/WDaan/VueTorrent/commit/4c3c2d36d713c5f5fda2393a4cfc14b68b09244f ))
- speedcard value cutoff [#141 ](https://www.github.com/WDaan/VueTorrent/issues/141 )
([a81b1ea ](https://www.github.com/WDaan/VueTorrent/commit/a81b1ea2e878b7e890b1c01037b54abba514f969 ))
- Torrent Detail modal with multiple tags shows only one tag selected [#167 ](https://www.github.com/WDaan/VueTorrent/issues/167 )
([1973b5d ](https://www.github.com/WDaan/VueTorrent/commit/1973b5dc520ed23682b7788a1ace3905d55c36d8 ))
- torrent done color to similar to seeding [#162 ](https://www.github.com/WDaan/VueTorrent/issues/162 )
([bd71906 ](https://www.github.com/WDaan/VueTorrent/commit/bd7190685fd598d08ced9af9923e7cd3cfe50c5a ))
- torrent search on enter [#149 ](https://www.github.com/WDaan/VueTorrent/issues/149 )
([51fbec1 ](https://www.github.com/WDaan/VueTorrent/commit/51fbec13240f57dccd0177ee8e435f6aba290540 ))
- tweak search treshold [#250 ](https://www.github.com/WDaan/VueTorrent/issues/250 )
([bdbc87b ](https://www.github.com/WDaan/VueTorrent/commit/bdbc87b72423891a04a9c8c7a5de69e1d4ccd755 ))
- Update registerServiceWorker.js (delete all cache on when new version is released)
([d846c92 ](https://www.github.com/WDaan/VueTorrent/commit/d846c924937c99746cbf5a102b0de8ed27381a5d ))
- wrong tempPathEnabled state [#284 ](https://www.github.com/WDaan/VueTorrent/issues/284 )
([d8e2610 ](https://www.github.com/WDaan/VueTorrent/commit/d8e26104196120fdbb3475b36f4976c3619ba464 ))
2021-11-27 14:20:13 +01:00
### Improvements
2022-11-15 09:36:54 +01:00
- 'Vue2-perfect-scrollbar' is no longer dependent ([a83ea14 ](https://www.github.com/WDaan/VueTorrent/commit/a83ea144cf1daac09fc76feff5d03347c8ea87ca ))
- better share limit modal ([#316 ](https://www.github.com/WDaan/VueTorrent/issues/316 ))
([9f2ca42 ](https://www.github.com/WDaan/VueTorrent/commit/9f2ca4230da46431965d6ed0777f465554926494 ))
- Context (right click) menu refactor! Works way better on mobile ([a83ea14 ](https://www.github.com/WDaan/VueTorrent/commit/a83ea144cf1daac09fc76feff5d03347c8ea87ca ))
- more chinese translations ([65943ae ](https://www.github.com/WDaan/VueTorrent/commit/65943aea02b1a349719a704492f2905b1f8f2f81 ))
- only update changed data + code cleanup ([664e4db ](https://www.github.com/WDaan/VueTorrent/commit/664e4dbe2ff9bf04a2ef766fe2726d5f994b1228 ))
- Remove redundant dialog code, use Modal Mixin ([33cf62f ](https://www.github.com/WDaan/VueTorrent/commit/33cf62ff9b6ea671dc1022e345a65705bd814640 ))
- softer red color [#155 ](https://www.github.com/WDaan/VueTorrent/issues/155 ) ([cbf845a ](https://www.github.com/WDaan/VueTorrent/commit/cbf845a8a407895e8d6093c584ea96497c45cac0 ))
2021-11-27 14:20:13 +01:00
2021-11-01 14:49:09 +01:00
## [0.13.0](https://www.github.com/WDaan/VueTorrent/compare/v0.12.0...v0.13.0) (2021-11-01)
### Features
2022-11-15 09:36:54 +01:00
- basic limit share ratio [#308 ](https://www.github.com/WDaan/VueTorrent/issues/308 )
([2c1fc34 ](https://www.github.com/WDaan/VueTorrent/commit/2c1fc34ebdc6f096628d23a6072ea1970764b267 ))
- bypass authentication ([#310 ](https://www.github.com/WDaan/VueTorrent/issues/310 ))
([b069ce4 ](https://www.github.com/WDaan/VueTorrent/commit/b069ce490e74baf003c9c92cd780c51414702c13 ))
2021-11-01 14:49:09 +01:00
2021-08-29 11:27:41 +02:00
## [0.12.0](https://www.github.com/WDaan/VueTorrent/compare/v0.11.0...v0.12.0) (2021-08-29)
### Features
2022-11-15 09:36:54 +01:00
- remember delete with files preference [#291 ](https://www.github.com/WDaan/VueTorrent/issues/291 )
([684bbec ](https://www.github.com/WDaan/VueTorrent/commit/684bbecff0f7fe239f0ee05dfb5392b4a6401069 ))
2021-08-29 11:27:41 +02:00
### Bug Fixes
2022-11-15 09:36:54 +01:00
- double click opens info [#287 ](https://www.github.com/WDaan/VueTorrent/issues/287 )
([c8ffce5 ](https://www.github.com/WDaan/VueTorrent/commit/c8ffce59b1ebb7b72575f8797d35942bdfe62ef4 ))
- logout [#286 ](https://www.github.com/WDaan/VueTorrent/issues/286 ) ([9121230 ](https://www.github.com/WDaan/VueTorrent/commit/912123098e5fca6193ebb6f66ad06c8442d07861 ))
- remove device darkmode because its unreliable [#285 ](https://www.github.com/WDaan/VueTorrent/issues/285 )
([e6c0863 ](https://www.github.com/WDaan/VueTorrent/commit/e6c0863545c4a6a24ecc57158ff61421d17f9070 ))
- show torrent comment [#292 ](https://www.github.com/WDaan/VueTorrent/issues/292 )
([4c3c2d3 ](https://www.github.com/WDaan/VueTorrent/commit/4c3c2d36d713c5f5fda2393a4cfc14b68b09244f ))
- wrong tempPathEnabled state [#284 ](https://www.github.com/WDaan/VueTorrent/issues/284 )
([d8e2610 ](https://www.github.com/WDaan/VueTorrent/commit/d8e26104196120fdbb3475b36f4976c3619ba464 ))
2021-08-29 11:27:41 +02:00
2021-08-14 12:31:46 +02:00
## [0.11.0](https://www.github.com/WDaan/VueTorrent/compare/v0.10.0...v0.11.0) (2021-08-14)
### Features
2022-11-15 09:36:54 +01:00
- copy name/hash/magnet [#277 ](https://www.github.com/WDaan/VueTorrent/issues/277 )
([42afd92 ](https://www.github.com/WDaan/VueTorrent/commit/42afd921274c0be3fc122a4d5b8d2aeae5fe0c13 ))
- drawer on right side [#276 ](https://www.github.com/WDaan/VueTorrent/issues/276 )
([a18bded ](https://www.github.com/WDaan/VueTorrent/commit/a18bded9cb9792b3301008cc717b52053191c8f9 ))
- Show connection status at the bottom of Navbar ([#255 ](https://www.github.com/WDaan/VueTorrent/issues/255 ))
([204d74c ](https://www.github.com/WDaan/VueTorrent/commit/204d74c4e84df5404819796e9e5078c01106990a ))
- show created by info [#279 ](https://www.github.com/WDaan/VueTorrent/issues/279 )
([7a7562e ](https://www.github.com/WDaan/VueTorrent/commit/7a7562e54e66aebbf782baefa89b1f17e5119afa ))
2021-08-14 12:31:46 +02:00
### Bug Fixes
2022-11-15 09:36:54 +01:00
- Persistent add modal ([d517d9f ](https://www.github.com/WDaan/VueTorrent/commit/d517d9f3341e59de572118922b43a9e1adb8c9ad ))
2021-08-14 12:31:46 +02:00
2021-05-02 09:02:24 +02:00
## [0.10.0](https://www.github.com/WDaan/VueTorrent/compare/v0.9.0...v0.10.0) (2021-05-02)
### Features
2022-11-15 09:36:54 +01:00
- New select mode color ([8f8d3db ](https://www.github.com/WDaan/VueTorrent/commit/8f8d3dbb765d950baa9c5e7654a356e2d300ed28 ))
- open addmodal when dragging a file into the dashboard ([5807db5 ](https://www.github.com/WDaan/VueTorrent/commit/5807db5e99ac84436261e9d0e2b9a6767d851ba2 ))
2021-05-02 09:02:24 +02:00
### Bug Fixes
2022-11-15 09:36:54 +01:00
- application version getter ([#222 ](https://www.github.com/WDaan/VueTorrent/issues/222 ))
([6535ac5 ](https://www.github.com/WDaan/VueTorrent/commit/6535ac56265d3062c877f35fa5e44b9635e26fcd ))
- Context menu placement ([ed08c91 ](https://www.github.com/WDaan/VueTorrent/commit/ed08c914ebde9fba53e8b24f58c0a80918569b26 ))
- Establish Service WalkerRules ([#227 ](https://www.github.com/WDaan/VueTorrent/issues/227 ))
([04971dc ](https://www.github.com/WDaan/VueTorrent/commit/04971dcf874c2f952f57c3abef94d8d92337e488 ))
- Global Speed Title (upload & download were switched) ([#218 ](https://www.github.com/WDaan/VueTorrent/issues/218 ))
([906f6d5 ](https://www.github.com/WDaan/VueTorrent/commit/906f6d5f872b848fc7b3c5071c51a9696ce7c734 ))
- remove vue-context import ([edcd825 ](https://www.github.com/WDaan/VueTorrent/commit/edcd825969f6876b1962dc8875be4b9447704820 ))
- scrollbar ([c460e29 ](https://www.github.com/WDaan/VueTorrent/commit/c460e29d95eb034266b3ae1006ebb57001f5aa83 ))
- tweak search treshold [#250 ](https://www.github.com/WDaan/VueTorrent/issues/250 )
([bdbc87b ](https://www.github.com/WDaan/VueTorrent/commit/bdbc87b72423891a04a9c8c7a5de69e1d4ccd755 ))
2021-05-02 09:02:24 +02:00
### Performance Improvements
2022-11-15 09:36:54 +01:00
- Remove redundant dialog code, use Modal Mixin ([33cf62f ](https://www.github.com/WDaan/VueTorrent/commit/33cf62ff9b6ea671dc1022e345a65705bd814640 ))
2021-05-02 09:02:24 +02:00
2021-04-15 18:01:35 +02:00
## [0.9.0](https://www.github.com/WDaan/VueTorrent/compare/v0.8.0...v0.9.0) (2021-04-15)
### Features
2022-11-15 09:36:54 +01:00
- checkbox + button with color feedback for TorrentDeleteModal ([a83ea14 ](https://www.github.com/WDaan/VueTorrent/commit/a83ea144cf1daac09fc76feff5d03347c8ea87ca ))
- New Logo ([b2858a4 ](https://www.github.com/WDaan/VueTorrent/commit/b2858a4f68238867996cfe5e61e0947dae3af022 ))
- remove torrent files with checkbox [#199 ](https://www.github.com/WDaan/VueTorrent/issues/199 )
([0eddf64 ](https://www.github.com/WDaan/VueTorrent/commit/0eddf6458ea3b72ce19282fbcd07e19ff96fd3f8 ))
2021-04-15 18:01:35 +02:00
### Bug Fixes
2022-11-15 09:36:54 +01:00
- altspeed value ([aadb3f2 ](https://www.github.com/WDaan/VueTorrent/commit/aadb3f2171d38d5a94f9ca9847c50137669055b3 ))
- issue where 'torrent details' modal does not work properly on iOS ([a83ea14 ](https://www.github.com/WDaan/VueTorrent/commit/a83ea144cf1daac09fc76feff5d03347c8ea87ca ))
- layout issues + remove vue-perfect-scrollbar + refactor context menu ([a83ea14 ](https://www.github.com/WDaan/VueTorrent/commit/a83ea144cf1daac09fc76feff5d03347c8ea87ca ))
- selection list not cleared when closing deletemodal without button press ([80573f4 ](https://www.github.com/WDaan/VueTorrent/commit/80573f436498def7edae86e161535ef378c538e7 ))
2021-04-15 18:01:35 +02:00
### Performance Improvements
2022-11-15 09:36:54 +01:00
- 'Vue2-perfect-scrollbar' is no longer dependent ([a83ea14 ](https://www.github.com/WDaan/VueTorrent/commit/a83ea144cf1daac09fc76feff5d03347c8ea87ca ))
- Context (right click) menu refactor! Works way better on mobile ([a83ea14 ](https://www.github.com/WDaan/VueTorrent/commit/a83ea144cf1daac09fc76feff5d03347c8ea87ca ))
2021-04-15 18:01:35 +02:00
2021-04-06 14:58:54 +02:00
## [0.8.0](https://www.github.com/WDaan/VueTorrent/compare/v0.7.0...v0.8.0) (2021-04-06)
### Features
2022-11-15 09:36:54 +01:00
- auto install search plugins when none installed ([abc5457 ](https://www.github.com/WDaan/VueTorrent/commit/abc5457882892ce4840ae0eef7a438e5ea4c7c90 ))
- auto refresh peers ([dfd10be ](https://www.github.com/WDaan/VueTorrent/commit/dfd10beeab4c757ff1ac0c3eecbdc4e740573a75 ))
- fullscreen toggle on torrent info modal (desktop) ([1de9e64 ](https://www.github.com/WDaan/VueTorrent/commit/1de9e6459657c386332d146352c3ed765f70fa3c ))
- PWA splash & bar color ([dfbed5c ](https://www.github.com/WDaan/VueTorrent/commit/dfbed5cb05c0b6974c09c86c6e82e1478f1100d6 ))
- use confirmation modal when deleting from context menu [#191 ](https://www.github.com/WDaan/VueTorrent/issues/191 )
([53c548b ](https://www.github.com/WDaan/VueTorrent/commit/53c548b502bacc95bab59026b836eb2bb2b785ec ))
2021-04-06 14:58:54 +02:00
### Bug Fixes
2022-11-15 09:36:54 +01:00
- 0 speed when no speed data returned ([a7b8ed9 ](https://www.github.com/WDaan/VueTorrent/commit/a7b8ed9da3dbca8d2f3be0665880d3cda5f5a50b ))
- add tracker dialog bug [#187 ](https://www.github.com/WDaan/VueTorrent/issues/187 )
([7c7e40d ](https://www.github.com/WDaan/VueTorrent/commit/7c7e40d4a5105ce3e0e9422551ad6cd2673da932 ))
- always fetch full data (more reliable) ([89cf6ba ](https://www.github.com/WDaan/VueTorrent/commit/89cf6ba32c7a4b24cd0ea4d358e56e1d859d4665 ))
- remove gesture feature on tabs (buggy anyway) ([0960962 ](https://www.github.com/WDaan/VueTorrent/commit/0960962441e424c28c8ad6014a79f733f495b881 ))
- Settings>VueTorrent>Dashboard layout & UX ([d93e540 ](https://www.github.com/WDaan/VueTorrent/commit/d93e540a71c72bb274da14f36ae5fd72404bc65d ))
- Update registerServiceWorker.js (delete all cache on when new version is released)
([d846c92 ](https://www.github.com/WDaan/VueTorrent/commit/d846c924937c99746cbf5a102b0de8ed27381a5d ))
2021-04-06 14:58:54 +02:00
### Performance Improvements
2022-11-15 09:36:54 +01:00
- only update changed data + code cleanup ([664e4db ](https://www.github.com/WDaan/VueTorrent/commit/664e4dbe2ff9bf04a2ef766fe2726d5f994b1228 ))
2021-04-06 14:58:54 +02:00
2021-03-27 08:19:30 +01:00
## [0.7.0](https://www.github.com/WDaan/VueTorrent/compare/v0.6.0...v0.7.0) (2021-03-25)
### Features
2022-11-15 09:36:54 +01:00
- 1st torrent progress in title [#166 ](https://www.github.com/WDaan/VueTorrent/issues/166 )
([5faa248 ](https://www.github.com/WDaan/VueTorrent/commit/5faa248395e6edd4e892717fcd0ce41ae27efe08 ))
- global pause/resume [#158 ](https://www.github.com/WDaan/VueTorrent/issues/158 )
([28cdd0f ](https://www.github.com/WDaan/VueTorrent/commit/28cdd0ff735f797d94c7b216990560c22030d101 ))
- improved per-torrent speed limits modal ([#172 ](https://www.github.com/WDaan/VueTorrent/issues/172 ))
([7bed9ee ](https://www.github.com/WDaan/VueTorrent/commit/7bed9eef12321e06bb143d96f02326d967e6f739 ))
- select all toggle [#161 ](https://www.github.com/WDaan/VueTorrent/issues/161 ) ([d3a5ac8 ](https://www.github.com/WDaan/VueTorrent/commit/d3a5ac8f978177e3cb69261c01e279e9615da2f4 ))
- Speed cards as pills with icon in first column and speed on top of the unit in second column ([#169 ](https://www.github.com/WDaan/VueTorrent/issues/169 ))
([354fe4f ](https://www.github.com/WDaan/VueTorrent/commit/354fe4f5f870bb48613ef390341c4c1971e2936e ))
- torrent detail infinity sign for unlimited speeds ([#173 ](https://www.github.com/WDaan/VueTorrent/issues/173 ))
([6f9a5d5 ](https://www.github.com/WDaan/VueTorrent/commit/6f9a5d5fefd9c0a2622ce62588ee717f762b7eee ))
2021-03-27 08:19:30 +01:00
### Bug Fixes
2022-11-15 09:36:54 +01:00
- push precompiled release in a public folder ([adfc6a0 ](https://www.github.com/WDaan/VueTorrent/commit/adfc6a00f2e0b2e09f7f4e67a2efc3dc1db50194 ))
- remove black box on iOS PWA [#180 ](https://www.github.com/WDaan/VueTorrent/issues/180 )
([f918ff5 ](https://www.github.com/WDaan/VueTorrent/commit/f918ff5ee5c0ddd1c288caa261bbd95e40de4d24 ))
- searchmodal pagination layout ([a9a9aff ](https://www.github.com/WDaan/VueTorrent/commit/a9a9aff74f1310df724b0661011c97f798cdfaf6 ))
- Torrent Detail modal with multiple tags shows only one tag selected [#167 ](https://www.github.com/WDaan/VueTorrent/issues/167 )
([1973b5d ](https://www.github.com/WDaan/VueTorrent/commit/1973b5dc520ed23682b7788a1ace3905d55c36d8 ))
- torrent done color to similar to seeding [#162 ](https://www.github.com/WDaan/VueTorrent/issues/162 )
([bd71906 ](https://www.github.com/WDaan/VueTorrent/commit/bd7190685fd598d08ced9af9923e7cd3cfe50c5a ))
2021-03-27 08:19:30 +01:00
2021-02-17 08:36:24 +01:00
## [0.6.0](https://www.github.com/WDaan/VueTorrent/compare/0.5.6...v0.6.0) (2021-02-17)
### Features
2022-11-15 09:36:54 +01:00
- add uploaded property ([#145 ](https://www.github.com/WDaan/VueTorrent/issues/145 ))
([0a58d98 ](https://www.github.com/WDaan/VueTorrent/commit/0a58d98b9f50affee99f05fb4f93d9b37d38ac76 ))
- auto releasing ci ([#146 ](https://www.github.com/WDaan/VueTorrent/issues/146 ))
([d217627 ](https://www.github.com/WDaan/VueTorrent/commit/d217627d9ad15535bfe67116790a78414c44c673 ))
2021-02-17 08:36:24 +01:00
### Bug Fixes
2022-11-15 09:36:54 +01:00
- interrupted divider in torrenfinfo [#151 ](https://www.github.com/WDaan/VueTorrent/issues/151 )
([d362aef ](https://www.github.com/WDaan/VueTorrent/commit/d362aef27574bb6a60c3675eef52655f1a57bebe ))
- margin when freespace card is disabled ([6be41e3 ](https://www.github.com/WDaan/VueTorrent/commit/6be41e33cfb0eb365df18e53c396cd4a36d4b8e5 ))
- mobile search [#156 ](https://www.github.com/WDaan/VueTorrent/issues/156 ) - maybe redesign in future
([463dabd ](https://www.github.com/WDaan/VueTorrent/commit/463dabde00a34c495d238aff4fd82ea65acc9e54 ))
- mobile search [#156 ](https://www.github.com/WDaan/VueTorrent/issues/156 ) - maybe redesign in future
([0f62f4d ](https://www.github.com/WDaan/VueTorrent/commit/0f62f4df6763e4449b1ceab946092f9b67b06411 ))
- speedcard value cutoff [#141 ](https://www.github.com/WDaan/VueTorrent/issues/141 )
([a81b1ea ](https://www.github.com/WDaan/VueTorrent/commit/a81b1ea2e878b7e890b1c01037b54abba514f969 ))
- torrent search on enter [#149 ](https://www.github.com/WDaan/VueTorrent/issues/149 )
([51fbec1 ](https://www.github.com/WDaan/VueTorrent/commit/51fbec13240f57dccd0177ee8e435f6aba290540 ))
2021-02-17 08:36:24 +01:00
### Performance Improvements
2022-11-15 09:36:54 +01:00
- softer red color [#155 ](https://www.github.com/WDaan/VueTorrent/issues/155 ) ([cbf845a ](https://www.github.com/WDaan/VueTorrent/commit/cbf845a8a407895e8d6093c584ea96497c45cac0 ))