Skip to content

v27.0.0

Compare
Choose a tag to compare
@Byron Byron released this 07 Dec 17:21
· 12 commits to main since this release
967e99a

New Features

  • Change duration formatting to be more human readable.
    Note that this changes duration output from something like 69d10h40m
    to 69d 10h 40m.

Reverted (BREAKING)

  • All termion-related features are now removed and obsolete.
    After the most recent update, certion event-related features in crosstermion
    stopped working in the context of the GUI, so it's probably best to let it go.

    By now, crosstermion is also very much a more portable replacement.

Commit Statistics

  • 7 commits contributed to the release over the course of 44 calendar days.
  • 89 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Thanks Clippy

Clippy helped 1 time to make code idiomatic.

Commit Details

view details
  • Uncategorized
    • Merge branch 'replace-ansi_term' (3a50a18)
    • All termion-related features are now removed and obsolete. (b1fd37d)
    • Thanks clippy (3c28eb0)
    • Upgrade to crossterm v0.27. (34397f1)
    • Change duration formatting to be more human readable. (6acf6fe)
    • Refactor (d032106)
    • Replace compound_duration with humantime This is the humantime part of PR #25 (f5143c9)