Releases: GitoxideLabs/prodash
v30.0.1
Documentation
- Don't describe
progress-tree-log
as a default feature
Since it is no longer a default feature as of version 30.0.0 (#39).
Commit Statistics
- 4 commits contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
v30.0.0
Breaking change: the default feature progress-tree-log
was removed. Those in need of
progress-by-logging will have to add the feature themselves.
Documentation
- Update project URL and add security policy
- Update the project URL in
Cargo.toml
, as well as a badge URL in
the readme, to point toGitoxideLabs/prodash
, since the repo
was moved (though the old URL will still work as a redirect).
- Update the project URL in
- Add a
SECURITY.md
file with the same wording as ingitoxide
andcargo-smart-release
, with a hyperlink to draft aprodash
advisory.
Other
-
bump actions/checkout in the github-actions group
Bumps the github-actions group with 1 update: actions/checkout.Updates
actions/checkout
from 1 to 4
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
- dependency-name: actions/checkout
Commit Statistics
- 15 commits contributed to the release.
- 59 days passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Merge pull request #39 from elijah629/patch-1 (427f168)
- Bump major version and write changelog to document breaking change. (1bea21c)
- Progress-tree-log should not be default (8e5986d)
- Merge pull request #38 from atouchet/badge (5f2c06d)
- Fix CI badge (3f0cce7)
- Merge pull request #37 from EliahKagan/doc (0a272f0)
- Update project URL and add security policy (f59460e)
- Merge pull request #36 from EliahKagan/run-ci/workflow-permissions (cff2029)
- Set explicit
contents: read
permissions in CI workflow (0ad0fa2) - Merge pull request #35 from Byron/dependabot/github_actions/github-actions-8a9da2b879 (6c8261a)
- Bump actions/checkout in the github-actions group (25f8851)
- Merge pull request #34 from EliahKagan/run-ci/gha (3b4998b)
- Keep action versions up to date with Dependabot (12addb4)
- Make CI easier to run in forks (fc6cce5)
- Use more consistent indentation in CI workflow (db0f01e)
v29.0.2
Update bytesize
from v1 to v2.
Commit Statistics
- 3 commits contributed to the release.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
v29.0.1
Other
- switch from
humantime
tojiff
Since prodash switched over to Jiff, Jiff has grown support for the
"friendly" duration format. It is meant to be a replacement for
humantime
formatting of durations. - bump jiff to 0.2
Commit Statistics
- 5 commits contributed to the release.
- 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
v29.0.0
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)
v28.0.0
Chore (BREAKING)
- upgrade
ratatui
andcrosstermion
to latest versions.
Commit Statistics
- 1 commit contributed to the release.
- 21 days passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Upgrade
ratatui
andcrosstermion
to latest versions. (18686db)
- Upgrade
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)
v26.2.2
This release relaxes trait-bounds of Count
, Progress
and NestedProgress
to allow ?Sized
as well.
Commit Statistics
- 4 commits contributed to the release.
- 2 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
v26.2.1
Bug Fixes
- Add missing forwardings for various methods.
Not having these could lead to incorrect thoughput display.
Commit Statistics
- 1 commit contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Add missing forwardings for various methods. (53ea2b8)
v26.2.0
New Features
- add
BoxedProgress
type that implementsProgress
.
This makes working with boxed progress even more flexible.
Commit Statistics
- 1 commit contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Commit Details
view details
- Uncategorized
- Add
BoxedProgress
type that implementsProgress
. (b3cae19)
- Add