Releases: Dictionarry-Hub/profilarr
v1.0.1
What's Changed
- fix: resolve sonarr remux mappings in quality groups by @santiagosayshey in #174
Full Changelog: v1.0.0...v1.0.1
v1.0.0
🎉 Profilarr 1.0 - First Stable Release!
Profilarr has been completely rebuilt and is now available in open beta as version 1.0.0! We've jumped directly from 0.3
to 1.0.0
to signify the substantial breaking changes from the deprecated scripts. This release marks an important milestone as we transition to a more structured development workflow.
Release Channels
Going forward, our development process follows a standard GitFlow workflow:
- Stable: Use
santiagosayshey/profilarr:latest
or version tags likesantiagosayshey/profilarr:v1.0.0
- Beta: Use
santiagosayshey/profilarr:beta
for early access to upcoming features
What's Changed
Note: This changelog covers all changes since the last development commits. Future release notes will cover changes from the previous stable release.
- feat: Rename / Status Improvements by @santiagosayshey in #142
- feature: Include Format when Renaming by @santiagosayshey in #143
- chore: add build workflows for beta/release by @santiagosayshey in #144
- removal: tweaks system by @santiagosayshey in #145
- fix/improve: arr config modal by @santiagosayshey in #146
- feat: sort / description improvements on scoring page by @santiagosayshey in #147
- feat: format view improvements by @santiagosayshey in #148
- feat: search dropdown by @santiagosayshey in #150
- fix: merge/delete conflicts by @santiagosayshey in #151
- feat: add format selection and scoring customization options by @santiagosayshey in #153
- feat: various styling improvements + simple language processing by @santiagosayshey in #154
- feat: update release notification workflow to trigger on published re… by @santiagosayshey in #155
- Stable v0.5.0 by @santiagosayshey in #156
Full Changelog: https://github.com/Dictionarry-Hub/profilarr/commits/v1.0.0
v0.3.2.4
- fix: Update legacy Sonarr quality profiles with Bluray-576p
v0.3.2.2
Fixes:
- Add compatability support for "minUpgradeFormatScore" to radarr and sonarr quality profiles
v0.3.2.1
v0.3.2
v0.3.1
Fixes
- Fixed an issue whereby files could not be imported on unix operating system due to inconsistencies with path capitalisation.
- Fixed issue where added / updated counts were swapped during import
v0.3
- added AMiABLE and PiGNUS to scene groups #25
- Major Code Refactor #27
- Improve code reusability
- Improved import functionality. Users now only need to pick which profile(s) they want to import. Custom Formats are now imported automatically
- fixed 2160 remux bug #28
This is a bit of a premature release. I decided to get this one out a bit early because I caught a bug in the 2160p Optimal profiles making them prioritse incorrectly.
v0.2.4
Features
- Implemented #12
- Enhanced message formatting and user prompts for deletions.
Additions
- ETHEL SCENE release group added.
- FLiGHTS group to missing HDR10.
- Overhauled h265 custom formats and added new h265 4k format.
- MAX WEB source added to custom formats.
Improvements
- Script to generate initial config file.
- Removed tracking of config.yml for security.
- Updated README for install process and new delete feature.
v0.2.3
- changed from json to yaml for config
- added export_path setting to set where exported files go : fixes #5
- exports now save to {export_path}/{app_type}/{app_name}
- can choose which instance to manually import to
- sync automatically chooses correct custom formats / quality profiles for the app type
- updated readme with usage examples
- added install requirements