Skip to content

0.9.5

Latest
Compare
Choose a tag to compare
@rowanfuchs rowanfuchs released this 20 Jan 12:23
· 17 commits to main since this release

I am excited to share a nice set of new features and improvements in this update! With over 33 commits and 162 files changed, this release introduces personal statistics to enhance your dashboard experience, along with support for the SubStation Alpha (SSA/ASS) subtitle format. A dedicated release is now available for our ARM users, and the app has been localized in English and Dutch, with support for additional languages. Last but not least, I've implemented a tasks page that provides clearer insights and better management of scheduled tasks.

Features

  • Introduced personal statistics, which also improve the dashboard experience.
  • Added support for the SubStation Alpha (SSA/ASS) subtitle format.
  • Introduced an ARM build. Use latest-arm64 instead of latest to access this version.
  • The app is now localized and available in English and Dutch.
  • Added a tasks page where users can manage scheduled tasks.
  • Added support for settings via environment variables. More details here
  • Added support for PUID and PGID. This feature is experimental, so please ensure you fully understand its functionality before using it.

Bug fixes and Improvements

  • Gracefully handle missing media
  • Improved foreign key support and record removal functionality within SQLite.
  • Subtitle collection now supports accessibility features and language codes like es-MX and pt-BR.
  • Improved overal subtitle collection of splintered directories.
  • Introduced rate limiting to handle 429 Too Many Requests errors gracefully.
  • Merged subtitle lines for better translation quality. Special thanks to Jaspu for the suggestion!
  • Resolved an issue where scheduled updates wouldn’t occur without restarting the application.
  • Added /api/generate endpoint for Ollama/local AI integrations. Thank you, Tem, for the idea!
  • WebSockets now correctly close when the user exits the application.
  • Removed the mapping screen due to its limited utility and confusion among users.