1.5.0 (2023-09-15)
Features
- rules: Add possibility to unmonitor shows & movies without removing the files (f41c2e8)
- rules: Added the ability to create rules for seasons & episodes (#474) (b6e8a6c)
- collections: Collection handling now triggers Overseerr's availability-sync if data was altered (b6e8a6c)
Fixes
- rules: Fixed an issue where Maintainerr would crash if a rulegroup was removed during rule handling (b6e8a6c)
- rules: Fixed an issue where 'EQUALS' would not work with dates (b6e8a6c)
- rules: Fixed an issue where *arr unmonitor would not always work (b6e8a6c)
- rules: Removed case sensitivity of text rules (b6e8a6c)
- rules: Fixed an issue where switching between boolean & number types could break the rule (b6e8a6c)
- collections: Fixed an issue where collection cards would directly fetch media from tmdb instead of going through the backend (b6e8a6c)
- ui: Improved lazy loading on feature & collection detail pages (b6e8a6c)
- logging: Improved some descriptions & logs throughout the app (b6e8a6c)
Misc
- documentation: Added season & episode rules to the documentation