Releases: bill-ahmed/qbit-matUI
Releases · bill-ahmed/qbit-matUI
v1.16.4
v1.16.4
New
- #161 - Add a "More Info" button when right-clicking a row in the table
Fixes
- #180 - "Active" torrents weren't calculated correctly (thanks to @HanabishiRecca!)
- Torrent contents preview disappearing for Linux users
- Updated
README.md
with to include Docker Mods support, and misc. changes
v1.16.3
v1.16.3
A possible fix for the missing /
at the start of the path when running on a linux-based system. Not sure if this will break compatibility in other use-cases.
v1.16.2
v1.16.2
New:
- #152 - Filter torrents by trackers
- #153 - Add tracker column inside the table
- Also view detailed tracker information for each torrent inside the more info modal
- #155 - Detailed statistics such as all-time download, upload, etc.
- #156 - List all previously saved locations in a drop-down when uploading a torrent
- Toggle whether status or tracker filters are shown, changes persisted
Fixes:
- A random typo in the upload speed info
- Other minor UI changes and improvements
v1.16.1
v1.16.1
New
- Settings modal got a slight facelift
- More consistent styles for all the modals
Fixes
- A bunch of overflow issues (side nav, fs explorer, info modal, etc.)
- More responsive styles in smaller displays
v1.16.0
v1.16.0
New
- #144 - A bunch more torrent table columns
- #135 - Filter torrents by status such as Downloading, Paused, Error, etc.
- [BETA] Resizable columns!
- Change size of any column except for checkboxes and quick actions
- All changes are persisted on the device
- Note: It's recommended to refresh the page after resizing
- Several UI and layout improvements
- Torrent table has more horizontal space following a more traditional layout
- File explorer is more compact and sleek
- More responsive styles for mobile users
Fixes
- Overflowing and clipping issues on smaller displays
- Misc. cleanup and improvements
v1.15.0
v1.15.0
New
- Mobile UI
- Visiting through mobile browser show much simpler UI
- Allow for basic actions such as upload/download/view torrent info/etc.
- Can revert to traditional UI by enabling "Desktop site" in your mobile browser
Fixes
- #128 - Torrent list wouldn't remove deleted torrents sometimes
- Other minor improvements
v1.14.0
v1.14.0
Broken
- [Dev] The mock backend no longer works out-of-the-box when running with
ng s -o
, use the provided docker-compose setup instead
New
-
Set file priority for torrents (#118 , #138)
- Can choose from "Don't download", "Normal", "High", "Maximum"
- Checkboxes allow quickly ignoring files/folders you don't want
- Accessed by clicking the "i" icon in the torrent table
-
Show number of files chosen under Torrent Contents during upload
Fixes
- #139 - Progress bar might show more than 100%
- Prevent some overflow when exploring torrent contents
- Various other styling improvements
v1.13.0
v1.13.0
Broken
- Torrent table pagination
- This feature has been entirely removed in favour of a new implementation which is much faster. See below for more details!
New
-
A better torrent table (#65)
- Mostly rewritten with the help of virtual scrolling
- Loads much faster and is generally more stable with larger number of open torrents
- Should easily be able to handle thousands of torrents at the same time
-
Register to handle magnet URLs (#130)
- Clicking magnet URLs can quickly open the torrent upload dialog
- Located under:
Settings > Web UI > General > Events
-
Quickly choose which table columns to show on the top-right
Fixes
- #131 - Selecting all torrents via button could change the sort order
- Less glitchy when re-ordering table columns and choosing which to appear
- Various other styling improvements
v1.12.0
v1.12.0
New
-
Context Menus (#108)
- Support for right-clicking a row in the torrent table to bring up certain actions (see screenshot in #117)
- Can select multiple rows and right-click action will apply to all of them
-
Remove all 3rd-party network calls (#115)
- Network requests for fonts/images are only made to origin server
-
Snackbar notifications
- Now enabled by default (can be disabled in settings)
- Will show for actions such as pausing/resuming, moving, etc.
-
Re-check torrent(s) via right-click context menu
Fixes
- After searching for torrents, clearing the search field immediately resets torrent table
- Force torrent
[F]
label shown separately now - Prevent text wrapping on
Status
column - Various styling improvements
v1.11.0
v1.11.0
New
- Feature #104 - Update alternate speed limits
- PR #105 - More configurable settings for:
- Downloads
- Speed
- PR #106 - Move general info (bottom-bar) to the side for larger displays
- Allows directly setting/viewing global & alt speed limits
- Toggle alt limit on/off
Fixes
- Global limit would show in bits instead of kibibits
- Various minor styling improvements for settings modal