v27.0.0
New Features
- Change duration formatting to be more human readable.
Note that this changes duration output from something like69d10h40m
to69d 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)