Releases: ironthree/fedora-update-feedback
2.1.4
- Port from deprecated the deprecated term_size crate to terminal_size.
- Update the env_logger dependency from 0.10 to 0.11.
Thanks to @pendulum-project, @elementary, @tweedegolf, @Conan-Kudo, @sdroege, @Best-HeyGman, and a mystery sponsor for supporting my work.
2.1.3
- Update various dependencies.
- Bump MSRV from 1.64.0 to 1.70.0 due to transitive dependencies.
Thanks to @pendulum-project, @elementary, @tweedegolf, @Conan-Kudo, @sdroege, @quot, and a mystery sponsor for supporting my work.
2.1.2 "Werk Around"
Apply a workaround to fix repository queries with DNF 4.15.
2.1.1 "Simple"
- Simplify code for printing server messages.
- Revert back to using rpassword v5 for now.
2.1.0 "Pretty"
This release makes some console output prettier and updates some dependencies to the latest versions.
2.0.2 "Invert"
This release only includes a fix for a minor logic error: Previously, any server messages that were returned when posting a comment to bodhi were always ignored, but lists of empty server messages were printed. This release inverts the behaviour to the correct one (server messages are printed if - and only if - the server actually returned messages).
2.0.1 "Optimize"
This release includes some minor changes, including:
- bumped
bodhi
dependency to2.0.1
to improve compatibility with future releases of the bodhi server (including 6.0.0) - improved heuristics for determining whether an update is ready for feedback (again) after karma was reset
- skip printing update details that only contain wrong / garbage data
2.0.0 "Finally"
This release contains only minor code changes compared to the previous beta:
- slightly improved progress reporting
- use custom User-Agent header for HTTP requests
Additionally, some crate dependencies were updated to match the versions that are available from Fedora repositories (at the time of publishing).
For a complete list of changes since v1.1.0
, read the release notes for the last three beta releases.
2.0.0-beta.3 "Fix the Fix"
This beta release only changes the way bash completions are generated to un-break cargo package
and cargo publish
.
2.0.0-beta.2 "Spring Cleaning"
This beta release mostly consists of minor code cleanups, and small improvements for error messages and output formatting.
One notable change is the introduction of a build script that generates bash completions for the fedora-update-feedback CLI during the build process.