Skip to content

Commit 967e99a

Browse files
committed
Release prodash v27.0.0
1 parent 3a50a18 commit 967e99a

File tree

2 files changed

+50
-2
lines changed

2 files changed

+50
-2
lines changed

CHANGELOG.md

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,53 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 27.0.0 (2023-12-07)
9+
10+
### New Features
11+
12+
- <csr-id-6acf6fe22a9ec4f7a16626db556c051c2084ccb2/> Change duration formatting to be more human readable.
13+
Note that this changes duration output from something like `69d10h40m`
14+
to `69d 10h 40m`.
15+
16+
### Reverted (BREAKING)
17+
18+
- <csr-id-b1fd37d272c59249c151e1dbf498d5e2767f5507/> All `termion`-related features are now removed and obsolete.
19+
After the most recent update, certion event-related features in crosstermion
20+
stopped working in the context of the GUI, so it's probably best to let it go.
21+
22+
By now, `crosstermion` is also very much a more portable replacement.
23+
24+
### Commit Statistics
25+
26+
<csr-read-only-do-not-edit/>
27+
28+
- 7 commits contributed to the release over the course of 44 calendar days.
29+
- 89 days passed between releases.
30+
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
31+
- 0 issues like '(#ID)' were seen in commit messages
32+
33+
### Thanks Clippy
34+
35+
<csr-read-only-do-not-edit/>
36+
37+
[Clippy](https://github.com/rust-lang/rust-clippy) helped 1 time to make code idiomatic.
38+
39+
### Commit Details
40+
41+
<csr-read-only-do-not-edit/>
42+
43+
<details><summary>view details</summary>
44+
45+
* **Uncategorized**
46+
- Merge branch 'replace-ansi_term' ([`3a50a18`](https://github.com/byron/prodash/commit/3a50a18551c98cb3e0fa8362062e0f6fd41d5d34))
47+
- All `termion`-related features are now removed and obsolete. ([`b1fd37d`](https://github.com/byron/prodash/commit/b1fd37d272c59249c151e1dbf498d5e2767f5507))
48+
- Thanks clippy ([`3c28eb0`](https://github.com/byron/prodash/commit/3c28eb04e42cf0b2d47e4a6538c2436e8abac274))
49+
- Upgrade to `crossterm` v0.27. ([`34397f1`](https://github.com/byron/prodash/commit/34397f1b39dca0d585326728681a70b654db7118))
50+
- Change duration formatting to be more human readable. ([`6acf6fe`](https://github.com/byron/prodash/commit/6acf6fe22a9ec4f7a16626db556c051c2084ccb2))
51+
- Refactor ([`d032106`](https://github.com/byron/prodash/commit/d0321067244ed3d76eedc0078c881af2ea603c5b))
52+
- Replace compound_duration with humantime This is the humantime part of PR https://github.com/Byron/prodash/pull/25 ([`f5143c9`](https://github.com/byron/prodash/commit/f5143c98be0f2f2267c4574805f81a61cd8d613a))
53+
</details>
54+
855
## 26.2.2 (2023-09-09)
956

1057
This release relaxes trait-bounds of `Count`, `Progress` and `NestedProgress` to allow `?Sized` as well.
@@ -13,7 +60,7 @@ This release relaxes trait-bounds of `Count`, `Progress` and `NestedProgress` to
1360

1461
<csr-read-only-do-not-edit/>
1562

16-
- 4 commits contributed to the release.
63+
- 5 commits contributed to the release.
1764
- 2 days passed between releases.
1865
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
1966
- 0 issues like '(#ID)' were seen in commit messages
@@ -25,6 +72,7 @@ This release relaxes trait-bounds of `Count`, `Progress` and `NestedProgress` to
2572
<details><summary>view details</summary>
2673

2774
* **Uncategorized**
75+
- Release prodash v26.2.2 ([`bb1eadf`](https://github.com/byron/prodash/commit/bb1eadfc9042cc27b346cc064115a69163f10c05))
2876
- Prepare next release ([`414506d`](https://github.com/byron/prodash/commit/414506df859584d17eb8ec755534040b813fa953))
2977
- Merge pull request #24 from NobodyXu/fix/dyn ([`c905d5c`](https://github.com/byron/prodash/commit/c905d5cb8d62368bb4891cc732ce613d09d6498b))
3078
- Relax bound of `Progress`, `Count` impl for `DynNestedProgressToNestedProgress` ([`967ea46`](https://github.com/byron/prodash/commit/967ea46b71c2bb44f7cd75524d101c4bfd2df0bf))

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "prodash"
3-
version = "26.2.2"
3+
version = "27.0.0"
44
authors = ["Sebastian Thiel <[email protected]>"]
55
description = "A dashboard for visualizing progress of asynchronous and possibly blocking tasks"
66
edition = "2021"

0 commit comments

Comments
 (0)