Skip to content

Releases: ironthree/fedora-update-feedback

2.1.4

27 Apr 21:37
2f94f0b
Compare
Choose a tag to compare
  • 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

15 Nov 20:00
6b154b3
Compare
Choose a tag to compare
  • 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"

15 Nov 19:59
66b163c
Compare
Choose a tag to compare

Apply a workaround to fix repository queries with DNF 4.15.

2.1.1 "Simple"

15 Nov 19:58
22d08c4
Compare
Choose a tag to compare
  • Simplify code for printing server messages.
  • Revert back to using rpassword v5 for now.

2.1.0 "Pretty"

15 Nov 19:58
1f7a474
Compare
Choose a tag to compare

This release makes some console output prettier and updates some dependencies to the latest versions.

2.0.2 "Invert"

15 Nov 19:57
5ab56e8
Compare
Choose a tag to compare

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"

15 Nov 19:57
3ae8c38
Compare
Choose a tag to compare

This release includes some minor changes, including:

  • bumped bodhi dependency to 2.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"

15 Nov 19:57
6db233f
Compare
Choose a tag to compare

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"

15 Nov 19:56
494e101
Compare
Choose a tag to compare
Pre-release

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"

15 Nov 19:56
2cec1a1
Compare
Choose a tag to compare
Pre-release

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.