Releases: ironthree/fedora-update-feedback
Releases · ironthree/fedora-update-feedback
2.0.0-beta.1 "Modern Times"
New features:
- add possibility to permanently ignore updates for certain packages (
--add-ignored-package
CLI flag,[b]lock
action) - add
--print-ignored
flag to print ignored updates and packages - print a warning if the
updates-testing
repository is not enabled
1.1.0 "Cookie Monster"
Improvements:
- add "abort" action to stop providing update feedback
- don't print administrative comments by bodhi
- show progress through list of updates
Internal changes:
- add debug logging infrastructure
- refactored a lot of code from "main" into separate functions
1.0.4 "Face Lift"
Minor changes:
- fix output formatting issues caused by upgrading to
textwrap
version0.14
1.0.3 "Moar Upgrade"
Internal changes:
- update
textwrap
to0.14
1.0.2 "The Fix"
- fix code style for 2021 edition changes (
panic!
macro changes) - update
rustyline
to8
1.0.1 "Upgrade"
Internal changes:
- update
secret-service
to2.0
(with the newzbus
backend!) - update
textwrap
to `0.13
1.0.0 "Stability"
Internal changes:
- update
bodhi
to1.0
- update
dirs
to3.0.1
- update
rpassword
to5.0.0
0.6.0 "Lib Drop"
Breaking Changes:
- refactored code into a binary-only crate
- dropped unused
fedora_update_feedback
library component
0.5.5 "TL;DR"
Improvements:
- include package summaries when printing updates
0.5.4 "Dep Bump"
Improvements:
- bump bodhi dependency to ^0.6 for bodhi 5.4.0 server support