Skip to content

Releases: GitoxideLabs/prodash

v30.0.1

14 Jun 06:11
171a83d
Compare
Choose a tag to compare

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

view details
  • Uncategorized
    • Merge pull request #42 from EliahKagan/update-doc-next (0f261de)
    • Don't describe progress-tree-log as a default feature in readme (901359a)
    • Merge pull request #41 from EliahKagan/update-doc (cf70e4a)
    • Don't describe progress-tree-log as a default feature (b1e26fe)

v30.0.0

12 Jun 06:45
85003b1
Compare
Choose a tag to compare

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 to GitoxideLabs/prodash, since the repo
      was moved (though the old URL will still work as a redirect).
  • Add a SECURITY.md file with the same wording as in gitoxide
    and cargo-smart-release, with a hyperlink to draft a prodash
    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
      ...

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

13 Apr 09:31
964a86b
Compare
Choose a tag to compare

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

view details
  • Uncategorized
    • Update changelog prior to release (2216036)
    • Merge pull request #33 from EliahKagan/bump-bytesize (4ff81bf)
    • Bump bytesize from major version 1 to 2 (61dfa7d)

v29.0.1

11 Mar 07:32
58ea133
Compare
Choose a tag to compare

Other

  • switch from humantime to jiff
    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

view details
  • Uncategorized

v29.0.0

29 Jul 13:52
4583a59
Compare
Choose a tag to compare

Chore

  • update ratatui to 0.26.0
    Requires an update to tui-react / crosstermion to work

Other

  • switch from time to jiff
    This swaps out time in favor of jiff 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 like EDT along with the local datetime
    itself. The time 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 to jiff (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 and crosstermion (0cca41f)
    • Update ratatui to 0.26.0 (5f066f2)

v28.0.0

29 Dec 08:20
986909c
Compare
Choose a tag to compare

Chore (BREAKING)

  • upgrade ratatui and crosstermion 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 and crosstermion to latest versions. (18686db)

v27.0.0

07 Dec 17:21
967e99a
Compare
Choose a tag to compare

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)

v26.2.2

09 Sep 09:22
bb1eadf
Compare
Choose a tag to compare

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

view details
  • Uncategorized
    • Prepare next release (414506d)
    • Merge pull request #24 from NobodyXu/fix/dyn (c905d5c)
    • Relax bound of Progress, Count impl for DynNestedProgressToNestedProgress (967ea46)
    • Fix use of DynNestedProgress as trait object (7eb69ac)

v26.2.1

06 Sep 14:35
f37161f
Compare
Choose a tag to compare

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

05 Sep 14:38
8f26902
Compare
Choose a tag to compare

New Features

  • add BoxedProgress type that implements Progress.
    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 implements Progress. (b3cae19)