Skip to content

Releases: scakemyer/plugin.video.quasar

v0.9.58

22 Jan 10:48
Compare
Choose a tag to compare
  • Fixed race condition of resume data crashes 🔥 #653
  • Fixed writing changelogs
  • Removed built-in repository caching
  • Reliably show last available version in logs
  • Linked web UI header to itself
  • Added Made with ❤️ mention and linked to contributors

v0.9.57

20 Jan 08:59
Compare
Choose a tag to compare
  • 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

18 Jan 16:45
Compare
Choose a tag to compare
  • 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

15 Jan 23:07
Compare
Choose a tag to compare
  • 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

13 Jan 03:56
Compare
Choose a tag to compare
  • Hotfix for playing from library, #638

v0.9.53

13 Jan 00:12
Compare
Choose a tag to compare
  • Proper fix for tracker scraping results and crashes, #628
  • Possible fix for saveResumeData crashes
  • Name matching of active torrents using Aho-Corasick algorithm
    • No more having to select the same torrent again if it's
      already in your torrents list.
  • Updated translations

v0.9.52

10 Jan 14:38
Compare
Choose a tag to compare
  • 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'
  • 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
  • Fixed double-output logging for invoked providers

v0.9.51

07 Jan 11:34
Compare
Choose a tag to compare
  • 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

06 Jan 04:01
Compare
Choose a tag to compare
  • Switched libtorrent to RC_1_1 branch (see changelog)
    • Fixes torrent_error_alert and file_error_alert using
      internal storage on Android, #620
    • Seems to have fixed random crashes when seeding starts
    • Possible fix for fastresume files getting corrupted
  • Added tuned storage setting (uses more RAM), mostly for Android
    external storage and OS-mounted NAS setups
    • Enabled pool allocators on Android
    • read_cache and coalesce_reads/coalesce_write enabled
    • max_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 to Ask 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

04 Jan 08:29
Compare
Choose a tag to compare
  • 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 and Listen 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