Skip to content

[RELEASE] v0.1.4

Compare
Choose a tag to compare
@Josh5 Josh5 released this 17 Dec 10:45
· 269 commits to master since this release

Changes:

  • Always remove remote pending tasks on application startup
  • Improvements to the library scanner
    • Run file tests in a pool of threads to increase speed
    • Disable plugin reloading during a library scan
    • Pre-load all failed results from the database into memory rather than fetching them when testing each file
    • Improve logging for the library scanner

Docker

  • Ensure startup.sh line endings are always Unix line endings and not windows
  • Bump packages:
    • libgl1-mesa-dri '21.0.3-0ubuntu0.320.04.3' -> '21.0.3-0ubuntu0.320.04.5'
    • mesa-va-drivers '21.0.3-0ubuntu0.320.04.3' -> '21.0.3-0ubuntu0.320.04.5'
  • Added packages:
    • sqlite3

Front-end

  • Add configuration options for the number of threads to start for testing files during a library scan
  • Display warning message on the data panels screen when there are no data panel plugins installed
  • Update footer layout

Bug fixes:

  • If a link is removed in settings while a task was in progress, the remote task manager threads would not be stopped
  • Atomic file movements were not being picked up by the event monitor