Skip to content

Releases: Waterboy1602/Addarr

V0.8 - New features and some small changes Latest

16 Oct 20:51
Compare
Choose a tag to compare
  • 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

Full Changelog: V0.7...V0.8

V0.7 - Fixed breaking changes of PTB V20

02 Oct 14:09
Compare
Choose a tag to compare
  • 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

New Contributors

Full Changelog: V0.6...V0.7

V0.6 - A lot of new (requested) features and bugfixes

10 Mar 08:54
271c0b5
Compare
Choose a tag to compare

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 and Delete 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

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 the all* 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

17 Feb 21:43
Compare
Choose a tag to compare

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

10 Aug 19:14
Compare
Choose a tag to compare

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

05 Aug 23:03
Compare
Choose a tag to compare

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

07 Jul 21:41
ed66723
Compare
Choose a tag to compare

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

23 Apr 22:26
Compare
Choose a tag to compare

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

23 Mar 10:38
081d8b2
Compare
Choose a tag to compare

Added support for other entrypoints than /start (#13). You can change it in the config file.

Authentication with audit

23 Jan 20:26
Compare
Choose a tag to compare

Timestamp, @username and tried password will be saved to the logfile when a wrong password has been entered.