Releases: Waterboy1602/Addarr
V0.8 - New features and some small changes Latest
- Approved a lot of Pull Request of some amazing contributors
- Clarified that Addarr isn't compatible anymore with Sonarr V3 in README
- Cleaned up the codebase
- Small changes to the translation files
- Fine-tuned the season selection process
Auto generated release notes
What's Changed
- Add concrete season selection, narrow rootFolder names, notify admin in different chat and add requester user tag to sonarr/radarr by @anast20sm in #143
- Update sonarr v3>v4 languageProfile removal by @anast20sm in #147
- Created helm chart for deploying Addarr on Kubernetes by @templehasfallen in #163
New Contributors
- @templehasfallen made their first contribution in #163
Full Changelog: V0.7...V0.8
V0.7 - Fixed breaking changes of PTB V20
- Python Telegram Bot released a new version (V20) which brought some breaking changes with it. Addarr stopped working because of these changes. With this latest release of Addarr everything should be fixed.
- Had to make some small changes to let Addarr work with Python 3.11.5
- English translation got some improvements
Auto generated release notes
What's Changed
- fix: Getting chat last name during auth by @alexfu in #120
- Issue #123 - French translation by @ValentinM27 in #124
- Issue #113 - Russian translation by @ptath in #125
- Add Francais and Russian options cause it doesnt works by @ptath in #126
- Correct spelling mistakes in german translation file by @hurdurderp in #127
- Update docker-compose.yml to restart unless-stopped by @heisenberg2980 in #140
New Contributors
- @alexfu made their first contribution in #120
- @ValentinM27 made their first contribution in #124
- @ptath made their first contribution in #125
- @hurdurderp made their first contribution in #127
- @heisenberg2980 made their first contribution in #140
Full Changelog: V0.6...V0.7
V0.6 - A lot of new (requested) features and bugfixes
After a long time and a huge contribution (#110) of @anast20sm - thank you for this!! - it is time to release a new version of Addarr. The main functionalities stayed the same, but the process has become more streamlined.
New features
delete
command (only for admins)- Messages are updated after a selection, instead of sending new messages all the time. (Less chaotic)
- Season selection when adding a series to Sonarr (#16)
- QualityProfiles by name for Sonarr/Radarr (#49)
- Possibility to exclude some QualityProfiles (#49)
- QualityProfiles selection when adding a movie/series (#92)
- Tag selection when adding a movie/series (#105)
- Define default tags and default language by name in
config.yaml
(#87) allMovies
,allSeries
andDelete
can be restricted to only admins (#85)- Allowlist option to define an allowlist by usernames/ids (more secure, but take in mind that is very restrictive) (#75)
New translations
- Portuguese - Portugal (#61) @signorecello
- Italian - Italy (#79) @ElDavoo
- Polish - Poland (#86) @sevospl
- German - Germany (#93) @ywattenberg
Worth mentioning
chatid.txt
now also saves some identification string (username, chatname...) next to the authenticated id. (#35)- Files have been moved to
/src
to lighten the parent folder delete
and theall*
commands have their own.py
file now- Radarr V4 enforced stricter naming on the api. Fixed with the PR of @Seblat5ch (#97)
P.S. Almost at half a million of Docker pulls. Thanks all of you for using Addarr! Never thought that my hobby project would reach that far
P.S.S. I've finally took the time to enable Sponsors on my profile. Feel try to support me with buying a beer. You would make me a happy student with that one extra pint of Stella Artois
From ReplyKeyboard to InlineKeyboard, and other changes
One of the bigger releases. In the meantime has Addarr changed from a ReplyKeyboard to InlineKeyboard (#18). There is also a new command /help
. This one gives you a short explanation of all the commands.
Some smaller additions:
- Transmission has moved to a separate file.
- Config is now a module and has default_settings build in
This all thanks to @tedvdb!
Also closed some bug issues:
- Transmission does now work in a Docker container (#40)
start
triggers only the bot if their are no other words in the message (#42)
The README has been updated to represent all these new features
Bugfix /allSeries
There was a problem with the /allSeries
command. If the message is longer then 4096 characters, it needs to be split in multiple messages. I've pushed a new commit with some changes to the code which will fix this.
New command /allSeries and fix handling no results
There is a new command: /allSeries
or allSeries
. With this command you receive a list of all the series on Sonarr together with their status and if they are monitored or not. This after feature request #28.
Because of #26 I've looked into a way to better handle no results. Now if Sonarr/Radarrr doesn't find a result, you will get a message which clarifies that.
The README page is also updated to mention the new allSeries
command.
Multiple rootFolders support and /movies, /series command
Because of @toddrob99 we have a new release of Addarr. Thank you!
- Support for multiple rootFolders
- Now you can directly add a movie or series with respectively the commands /movie and /series. If you use these commands you don't have to select anymore if it's a movie or a series
- New standardized logging in the
logs
folder
Also a lot of code standardizing, small README update and Wiki Page update of Installation on Docker
Transmission command and admin function
Two new functions added to Addarr.
- Transmission: change its down-/upload speed
- Only enable Transmission command for admins
Also a lot of code polishing, language updates and rebuild of the README file.
Different entrypoints in config
Added support for other entrypoints than /start (#13). You can change it in the config file.
Authentication with audit
Timestamp, @username and tried password will be saved to the logfile when a wrong password has been entered.