2.1 KiB
2.1 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.
v0.2.2 (2024-11-06)
Fix
- handler: Fixed a bug in the movie details handler that would allow key events to be processed before the data was finished loading
- ui: Fixed a bug that would freeze all user input while background network requests were running
- radarr_ui: Fixed a race condition bug in the movie details UI that would panic if the user changes tabs too quickly
Perf
- network: Improved performance and reactiveness of the UI by speeding up network requests and clearing the channel whenever a request is cancelled/the UI is routing
v0.2.1 (2024-11-06)
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