You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+32-4
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,40 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## 16.1.0 (2021-12-27)
9
+
10
+
### New Features
11
+
12
+
- <csr-id-3886754817ac528178b8ea326d0b4d576168eb28/> Setting the progress value is now 9x faster
13
+
This is accomplished at the cost of not autoamtically setting the
14
+
progress to 'running' anymore when the progress is set.
15
+
16
+
### Commit Statistics
17
+
18
+
<csr-read-only-do-not-edit/>
19
+
20
+
- 2 commits contributed to the release.
21
+
- 1 commit where understood as [conventional](https://www.conventionalcommits.org).
22
+
- 0 issues like '(#ID)' where seen in commit messages
23
+
24
+
### Commit Details
25
+
26
+
<csr-read-only-do-not-edit/>
27
+
28
+
<details><summary>view details</summary>
29
+
30
+
***Uncategorized**
31
+
- Setting the progress value is now 9x faster ([`3886754`](https://github.com/byron/prodash/commit/3886754817ac528178b8ea326d0b4d576168eb28))
32
+
- An experiment to show we don't want to rely on dashmap for this ([`4f527c1`](https://github.com/byron/prodash/commit/4f527c12caa85018de293762194f9a2aed5daaea))
33
+
</details>
34
+
8
35
## 16.0.1 (2021-12-19)
9
36
10
37
### Commit Statistics
11
38
12
39
<csr-read-only-do-not-edit/>
13
40
14
-
-5 commits contributed to the release over the course of 47 calendar days.
41
+
-6 commits contributed to the release over the course of 47 calendar days.
15
42
- 1 commit where understood as [conventional](https://www.conventionalcommits.org).
16
43
- 1 unique issue was worked on: [#8](https://github.com/byron/prodash/issues/8)
17
44
@@ -30,6 +57,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Run `cargo changelog --write` for an improved changelog ([`a1054e8`](https://github.com/byron/prodash/commit/a1054e89b6f5bbdead1a5c2f975cdce0da0700e7))
@@ -824,8 +852,8 @@ Add new render-line, change feature flag names.
824
852
too dynamically changing progress trees.
825
853
* Activate it with the `render-line` + one of `render-line-crossterm` or `render-line-termion` feature flags.
826
854
* Activate it with the `render-line` + one of `render-line-crossterm` or `render-line-termion` feature flags.
827
-
*`copy_new_messages(…)` method, copying only messages seen since last time it was called
828
-
*`message_buffer_usage(…)` returns the amount of message we currently store, as well as the ring buffer capacity
855
+
*`copy_new_messages(…)` method, copying only messages seen since last time it was called
856
+
*`message_buffer_usage(…)` returns the amount of message we currently store, as well as the ring buffer capacity
829
857
830
858
### Breaking Changes
831
859
@@ -935,7 +963,7 @@ Add new render-line, change feature flag names.
935
963
</details>
936
964
937
965
<csr-unknown>
938
-
Activate it with the render-line + one of render-line-crossterm or render-line-termion feature flags.New methods in *Rootmessage_buffer_usage(…) returns the amount of message we currently store, as well as the ring buffer capacity<csr-unknown/>
966
+
Activate it with the render-line + one of render-line-crossterm or render-line-termion feature flags.<csr-unknown/>
0 commit comments