Releases: Blobfolio/fyi
v2.0.0
Binary
The fyi
binary has two new prefix types: aborted
and found
.
Library
The underlying fyi_msg
library has been heavily refactored. The public API is mostly the same as it was before, but some changes may be required when updating to this release.
New
AnsiColor
MsgKind::Aborted
MsgKind::Found
fit_to_width
(fitted
feature)
Changed
- Prefix handling — built-in vs custom — is now unified via a trait;
Msg::new
,Msg::set_prefix
, andMsg::with_prefix
now work for either prefix type;Msg::custom
,Msg::plain
,Msg::set_custom_prefix
, andMsg::with_custom_prefix
have been removed;
Msg::set_indent
/Msg::with_indent
now support up to 8 tabs- ANSI/width operations are faster and more accurate;
Msg::fitted
is now multi-line aware (each line will be fitted separately) and returnsCow<str>
instead ofCow<[u8]>
Msg::fitted
also preserves all ANSI sequences from cut regions, instead of just appending a generic resetlength_width
andwidth
now take&str
instead of&[u8]
MsgKind::prefix_color
now returnsOption<AnsiColor>
instead ofOption<u8>
;
Removed
Msg::with_flags
MsgFlags
MsgKind::prefix
NoAnsi
Note: The attached .deb
package requires an x86-64-v3
-capable CPU. You can use this script from the XanMod Kernel project to verify your system's support level if you're unsure.
v1.8.1
Changed
- Loosen version constraints on
terminal_size
- Miscellaneous code cleanup
Note: The attached .deb
package requires an x86-64-v3
-capable CPU. You can use this script from the XanMod Kernel project to verify your system's support level if you're unsure.
v1.8.0
New
MsgFlags
MsgKind::prefix
MsgKind::prefix_color
<MsgKind as fmt::Display>
Breaking
- Removed
<MsgKind as ops::Deref>
Msg::with_flags
now takesMsgFlags
instead ofu8
Changed
- Bump
argyle
to0.12
- Miscellaneous code cleanup and lints
Note: The attached .deb
package requires an x86-64-v3
-capable CPU. You can use this script from the XanMod Kernel project to verify your system's support level if you're unsure.
v1.7.1
Changed
- Bump
brunch
to0.9
- Bump
dactyl
to0.10
- Bump
utc2k
to0.12
Note: The attached .deb
package requires an x86-64-v3
-capable CPU. You can use this script from the XanMod Kernel project to verify your system's support level if you're unsure.
v1.7.0
New
Progless::set_title_msg
Progless::try_reset
Changed
- Bump
argyle
to0.11
- Bump MSRV to
1.85
- Bump Rust edition to
2024
, resolver to3
- Allow titles to be set for inactive
Progless
instances - Miscellaneous code/docs changes and lints
Progless::reset
is now infallible and takes aNonZeroU32
Removed
Msg::die
(just useMsg::eprint
and exit yourself)
Note: The attached .deb
package requires an x86-64-v3
-capable CPU. You can use this script from the XanMod Kernel project to verify your system's support level if you're unsure.
v1.6.1
Changed
This release has no user-facing changes, just some minor internal code changes and documentation improvements.
Note: The attached .deb
package requires an x86-64-v3
-capable CPU. You can use this script from the XanMod Kernel project to verify your system's support level if you're unsure.
v1.6.0
Changed
This release re-refactors the Progless
/signal handling, pushing all related material behind experimental feature gates.
Note: The attached .deb
package requires an x86-64-v3
-capable CPU. You can use this script from the XanMod Kernel project to verify your system's support level if you're unsure.
v1.5.0
New
Progless::hide_cursor
(lib)
Changed
- Various progress-related improvements (lib)
- Miscellaneous code changes and lints (lib)
Note: The attached .deb
package requires an x86-64-v3
-capable CPU. You can use this script from the XanMod Kernel project to verify your system's support level if you're unsure.
v1.4.1
Changed
- Various progress rendering improvements (lib);
- Drop
bytecount
dependency (lib);
Note: The attached .deb
package requires an x86-64-v3
-capable CPU. You can use this script from the XanMod Kernel project to verify your system's support level if you're unsure.
v1.4.0
Changed
- Bump
brunch
to0.8
(dev) - Bump
dactyl
to0.9
- Bump
terminal_size
to0.4.1
- Bump MSRV to
1.83
(lib) - Various performance/sanity improvements to
Progless
(lib) - Improve CI test coverage (lib)
Note: The attached .deb
package requires an x86-64-v3
-capable CPU. You can use this script from the XanMod Kernel project to verify your system's support level if you're unsure.