Chore
- update ratatui to 0.26.0
Requires an update to tui-react / crosstermion to work
Other
-
switch from
time
tojiff
This swaps outtime
in favor ofjiff
for getting and formatting the
local time.Note that this does add the
%Z
to the format string, which will write
out time zone abbreviations likeEDT
along with the local datetime
itself. Thetime
crate doesn't support this, but jiff's tzdb
integration let's it do it.
New Features (BREAKING)
- upgrade
ratatui
to v0.26
Commit Statistics
- 8 commits contributed to the release over the course of 177 calendar days.
- 213 days passed between releases.
- 3 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Upgrade dependencies (a5dab6e)
- Merge branch 'ag/jiff' (87f66fb)
- Switch from
time
tojiff
(aab0986) - Fix CI (10800f3)
- Upgrade
ratatui
to v0.26 (f3c3122) - Avoid running benchmarks on CI for faster runs (73bce79)
- Update to latest versions of
tui-react
andcrosstermion
(0cca41f) - Update ratatui to 0.26.0 (5f066f2)