Skip to content

Releases: Blobfolio/fyi

v2.0.0

03 Apr 19:29
Compare
Choose a tag to compare

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, and Msg::with_prefix now work for either prefix type;
    • Msg::custom, Msg::plain, Msg::set_custom_prefix, and Msg::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 returns Cow<str> instead of Cow<[u8]>
  • Msg::fitted also preserves all ANSI sequences from cut regions, instead of just appending a generic reset
  • length_width and width now take &str instead of &[u8]
  • MsgKind::prefix_color now returns Option<AnsiColor> instead of Option<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

13 Mar 04:23
Compare
Choose a tag to compare

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

12 Mar 04:01
Compare
Choose a tag to compare

New

  • MsgFlags
  • MsgKind::prefix
  • MsgKind::prefix_color
  • <MsgKind as fmt::Display>

Breaking

  • Removed <MsgKind as ops::Deref>
  • Msg::with_flags now takes MsgFlags instead of u8

Changed

  • Bump argyle to 0.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

26 Feb 03:57
Compare
Choose a tag to compare

Changed

  • Bump brunch to 0.9
  • Bump dactyl to 0.10
  • Bump utc2k to 0.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

24 Feb 07:34
Compare
Choose a tag to compare

New

  • Progless::set_title_msg
  • Progless::try_reset

Changed

  • Bump argyle to 0.11
  • Bump MSRV to 1.85
  • Bump Rust edition to 2024, resolver to 3
  • Allow titles to be set for inactive Progless instances
  • Miscellaneous code/docs changes and lints
  • Progless::reset is now infallible and takes a NonZeroU32

Removed

  • Msg::die (just use Msg::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

17 Jan 08:22
Compare
Choose a tag to compare

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

14 Jan 03:27
Compare
Choose a tag to compare

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

09 Jan 18:16
Compare
Choose a tag to compare

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

02 Jan 06:28
Compare
Choose a tag to compare

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

10 Dec 18:25
Compare
Choose a tag to compare

Changed

  • Bump brunch to 0.8 (dev)
  • Bump dactyl to 0.9
  • Bump terminal_size to 0.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.