Releases: Maximilian118/Automatarr
Releases · Maximilian118/Automatarr
Release list
Automatarr v0.4.0
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
!downloadcommand now supports an optional quality argument. You can specify a resolution like1080p,4k,2160p,720p, oruhdand the bot will match it to the appropriate quality profile in Radarr/Sonarr. For example:!download Breaking Bad 2008 1080por!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.