Skip to content

Releases: Maximilian118/Automatarr

Release list

Automatarr v0.4.0

Choose a tag to compare

@Maximilian118 Maximilian118 released this 10 Apr 08:29

Automatarr 0.4.0 Release Notes:

🐛 Bug Fixes:

  • Fixed an issue where users with expired tokens would see the app as if logged in but nothing would work. Automatarr now validates your session on load and redirects you to the login page if your tokens have expired.
  • Fixed a file casing issue (Footer.tsx) that caused builds to fail on case-sensitive Linux filesystems.

🌟 New Features:

  • The !download command now supports an optional quality argument. You can specify a resolution like 1080p, 4k, 2160p, 720p, or uhd and the bot will match it to the appropriate quality profile in Radarr/Sonarr. For example: !download Breaking Bad 2008 1080p or !download Breaking Bad 2008 4k future. If no quality is specified, the default profile from settings is used.
  • If a movie or series you download is already in the library but not in your pool, it will now be re-added to your pool automatically instead of just telling you it already exists.
  • Search results now prioritise the year you specified, so you're more likely to get the exact version you wanted.

🗒️ General Notes:

  • The Loops page has been redesigned. Loops are now separated into Core Loops and Utilities with clear descriptions explaining what each loop does. Core loops have been renamed to better reflect their purpose: Library Cleanup, Content Search, Queue Health, and Failed Cleanup. All backend logs reflect the new naming as well.
  • GitHub Actions CI now builds and publishes the Docker image automatically on every push to main.