46 lines
1.6 KiB
Markdown
46 lines
1.6 KiB
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
## [0.2.1](https://github.com/Dark-Alex-17/managarr/compare/v0.2.0...v0.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](https://github.com/Dark-Alex-17/managarr/compare/v0.1.4...v0.1.5) - 2024-11-03
|
|
|
|
### Other
|
|
|
|
- Added HTTPS support for all Servarrs
|
|
|
|
## [0.1.4](https://github.com/Dark-Alex-17/managarr/compare/v0.1.3...v0.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](https://github.com/Dark-Alex-17/managarr/compare/v0.1.1...v0.1.2) - 2024-10-30
|
|
|
|
### Other
|
|
|
|
- Updated README to a more polished format for the alpha release
|
|
|
|
## [0.1.1](https://github.com/Dark-Alex-17/managarr/compare/v0.1.0...v0.1.1) - 2024-10-30
|
|
|
|
### Other
|
|
|
|
- Final dependency update
|
|
- Updated serde version to get minimal_versions job to pass
|
|
- Updated strum_macros dependency
|