Skip to content

Releases: Dictionarry-Hub/profilarr

v1.0.1

19 Mar 00:43
f7589a5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

08 Mar 14:42
9692703
Compare
Choose a tag to compare

🎉 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 like santiagosayshey/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.

Full Changelog: https://github.com/Dictionarry-Hub/profilarr/commits/v1.0.0

v0.3.2.4

02 Nov 01:34
Compare
Choose a tag to compare
  • fix: Update legacy Sonarr quality profiles with Bluray-576p

v0.3.2.2

23 Sep 12:55
Compare
Choose a tag to compare

Fixes:

  • Add compatability support for "minUpgradeFormatScore" to radarr and sonarr quality profiles

v0.3.2.1

13 Feb 07:16
9ff99d5
Compare
Choose a tag to compare

Changes

  • Fixed Issue #33, by changing ansi_colors to Boolean instead of string.

v0.3.2

07 Feb 22:16
a82e8d3
Compare
Choose a tag to compare

Changes

  • Fixed ANSI output issues #33

-- Notes --
If updating to this version, please run py setup.py again as the config file has been updated (sorry)

v0.3.1

06 Feb 04:33
63aeded
Compare
Choose a tag to compare

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

05 Feb 06:54
ff79de7
Compare
Choose a tag to compare
  • 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

03 Feb 01:03
2e5cabe
Compare
Choose a tag to compare

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

27 Jan 04:48
Compare
Choose a tag to compare
  • 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