Files
managarr/CHANGELOG.md
github-actions[bot] f9789ecc9b chore: release v0.2.1
2024-11-06 01:20:33 +00:00

1.6 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.2.1 - 2024-11-06

Other

  • Removed the need for use_ssl to indicate SSL usage; instead just use the ssl_cert_path
  • Applied bug fix to the downloads tab as well as the context [skip ci]
  • Updated the README to not include the GitHub downloads badge since all binary releases are on crates.io [skip ci]
  • Set all releases as manually triggered instead of automatic [skip ci]
  • Updated dockerfile to no longer use the --disable-terminal-size-checks flag [skip ci]

0.1.5 - 2024-11-03

Other

  • Added HTTPS support for all Servarrs

0.1.4 - 2024-11-01

Other

  • Added the ability to fetch host configs and security configs to the CLI
  • Updated README to be more clear about what features are supported [skip ci]

0.1.2 - 2024-10-30

Other

  • Updated README to a more polished format for the alpha release

0.1.1 - 2024-10-30

Other

  • Final dependency update
  • Updated serde version to get minimal_versions job to pass
  • Updated strum_macros dependency