Releases: scakemyer/plugin.video.quasar
Releases · scakemyer/plugin.video.quasar
v0.9.58
v0.9.57
- Fixed adding invalid magnet links and torrent files causing crash, #654
- Fixed multi-file torrents not downloading only selected file, #647
- Fixed checking available space of chosen file only, #510, #647
- Fixed checking for valid magnet links and torrent files, #654
- Fixed showing choose stream dialog when selecting previous choice, #643
- Added configurable initial buffering timeout, #253
- Added 'Delete torrent and files' context menu, #423
- Added toggle to delete files with torrent in web UI
- Added dimmer in web UI for error messages
Again a possible fix for resume data crashes🔥 #653
v0.9.56
- Added Quasar Burst to the built-in repository
- Added seamless backup repository
- Added context menu to Enable all/Disable all providers, #493
- Removed redundant "pre-release" option from settings
- Prevent whole cache from being flushed when adding
Trakt lists to library - Updated Hebrew translations
v0.9.55
- Global search now using the same 'Choose stream' dialog, #204
- Another possible fix for saveResumeData crashes 🔥
- At least double-checking we don't get corrupted data...
- Uncheck item in web UI after deleting
- Mark overlay status offset as subsetting
- Use https for TheMovieDB API calls
- Updated translations
v0.9.54
v0.9.53
v0.9.52
- Fixed crash on Android due to large opened port range after the v0.9.49 upgrade, #626
- We're now picking one or two random ports in the range of
'listen_port_min' and 'listen_port_max'
- We're now picking one or two random ports in the range of
- Fixed crash when writing strm of a movie that can't be found, #625
- Torrent files are now saved in a temp folder when resolving results
- Also sets the result's torrent URI to that saved torrent file,
solving numerous issues with private trackers and speeding up
opening streams
- Also sets the result's torrent URI to that saved torrent file,
- Fixed double-output logging for invoked providers
v0.9.51
- Fixed adding local torrent files causing crash
- Added saving
.torrent
files and resuming session from them instead of using
fastresume files only, #357 - Web UI can now add torrents without starting to stream
- Hovering over the progress bar in web UI shows the percentage
- Fixed memory leak when adding a torrent file from a URI
- Properly fixed wrong resolution in choose stream dialog, #261 🔥
- Check available space when resuming torrents or adding from web UI
v0.9.50
- Switched libtorrent to RC_1_1 branch (see changelog)
- Fixes
torrent_error_alert
andfile_error_alert
using
internal storage on Android, #620 - Seems to have fixed random crashes when seeding starts
- Possible fix for fastresume files getting corrupted
- Fixes
- Added tuned storage setting (uses more RAM), mostly for Android
external storage and OS-mounted NAS setups- Enabled pool allocators on Android
read_cache
andcoalesce_reads
/coalesce_write
enabledmax_queued_disk_bytes
at 10MB instead of 1MB- automatic
cache_size
(1/8 of RAM) instead of 16MB
- Fixed background progress dialog not properly closed or reset when
changing settings or shutting down Ask to keep the files
switched toAsk to delete the files
Sidenote: It's recommended to update Listen port min
and Listen port max
settings to 6881 and 6885 respectively (libtorrent default is 6881 only, we
open more ports by default in case the user is running other torrent clients,
but feel free to set both settings to 6881 if you only run Quasar)
v0.9.49
- Upgraded to libtorrent 1.1.1
- All your settings should work just as before
- Please double-check if you were using the SOCKS5 proxy,
since all proxy types that libtorrent supports are now
also available (SOCK4, SOCKS5[w/pw], HTTP[w/pw], I2PSAM) - Android users might be able to use external storage with
the much improved disk operations, and OS-mounted NAS
might even work too, please report on this (#51, #72,
#98, #131, #233, #481, #482, #608, ...) Listen port min
andListen port max
settings should be reduced
to 6881 and 6885 respectively (libtorrent default is 6881 only)- All fixes and improvements since 1.1.0
- Added encryption policy and proxy type settings
- Added Play button in web UI, nicer favicon
- Added user-agent spoofing setting (highly inadvisable)
- Cache no longer needs clearing after changing settings or upgrading #616
- Exclude excessive /torrents/list logging from web UI calls
- Fixed memory leaks in fast resume saving and loading #441
- Fixed upgrade loop when GitHub API failed to return last tag #591
- Fixed wrong resolution of combined results with different names #261
- Show all provider names of combined results
- Separate private tracker results for same infohash
- Prevent updating add-on repositories twice
- Fixed alert mask not being re-applied on reconfigure
- Fixed invalid fastresume files preventing subsequent ones from loading
- Fixed regression introduced in v0.9.7 (that's right) where
LSD/DHT/UPNP/NATPMP never started unless user applied a
settings change on each session - Other stability fixes