Skip to content

Commit

Permalink
prepare changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jan 23, 2022
1 parent 482b54f commit a7a58c0
Showing 1 changed file with 31 additions and 13 deletions.
44 changes: 31 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### New Features (BREAKING)

- <csr-id-482b54f9c584b0e2d22c53622c9f7ad45b79ad2c/> upgrade to tui 0.17

### Commit Statistics

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

- 1 commit contributed to the release.
- 19 days passed between releases.
- 1 commit where understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' where seen in commit messages

### Commit Details

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

<details><summary>view details</summary>

* **Uncategorized**
- upgrade to tui 0.17 ([`482b54f`](https://github.com/byron/prodash/commit/482b54f9c584b0e2d22c53622c9f7ad45b79ad2c))
</details>

## 17.0.0 (2022-01-03)

### New Features (BREAKING)
Expand All @@ -17,7 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

- 1 commit contributed to the release.
- 2 commits contributed to the release.
- 1 commit where understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' where seen in commit messages

Expand All @@ -28,6 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>

* **Uncategorized**
- Release prodash v17.0.0 ([`9085aaa`](https://github.com/byron/prodash/commit/9085aaaa0a7844c1d4b4afcec4b688f5c398ba87))
- Add `MessageLevel` parameter to `Progress::show_throughput_with(…, level)` ([`46214a3`](https://github.com/byron/prodash/commit/46214a306793a6a9f304f854dfd7396ceaf433d3))
</details>

Expand Down Expand Up @@ -665,9 +691,7 @@ Add missing trailing paranthesis in throughput display
* Turn `ProgressStep` type into usize to allow for a broader range of values. Specifically, this enables counting bytes read and written
of files or streams bigger than 2^32-1
* A new example program: **units**
* Add methods to help determine key hierarchy, useful for writing custom renderers:
* `Key::shares_parent_with(…)`
* `Key::adjecency(…)`
* Add methods to help determine key hierarchy, useful for writing custom renderers: `Key::shares_parent_with(…)`,`Key::adjecency(…)`
* `Key::adjecency(…)`

### Breaking
Expand Down Expand Up @@ -803,9 +827,6 @@ Add missing trailing paranthesis in throughput display
- Actually only a few lines are needed to drive multi-task ([`d19a1db`](https://github.com/byron/prodash/commit/d19a1db08305abb77505868cc237b1c71491960d))
</details>

<csr-unknown>
Key::adjecency(…)<csr-unknown/>

## v7.1.1 (2020-07-22)

* dependency update: smol 0.2
Expand Down Expand Up @@ -969,9 +990,9 @@ Add new render-line, change feature flag names.
### New Features

* **line**
* There is a new line renderer as neat trade off between bare logs and full-blown tui. It will work best with 'simple' and not
too dynamically changing progress trees.
* Activate it with the `render-line` + one of `render-line-crossterm` or `render-line-termion` feature flags.
There is a new line renderer as neat trade off between bare logs and full-blown tui. It will work best with 'simple' and not
too dynamically changing progress trees.
Activate it with the `render-line` + one of `render-line-crossterm` or `render-line-termion` feature flags.
* Activate it with the `render-line` + one of `render-line-crossterm` or `render-line-termion` feature flags.

### Breaking Changes
Expand Down Expand Up @@ -1082,9 +1103,6 @@ Add new render-line, change feature flag names.
- Fix Cargo.toml to allow 'cargo test' to work without specifying features ([`748ab4b`](https://github.com/byron/prodash/commit/748ab4be6aa5fc975fcdcacbd92a2fa388103734))
</details>

<csr-unknown>
Activate it with the render-line + one of render-line-crossterm or render-line-termion feature flags.<csr-unknown/>

## v6.0.0 (2020-07-05)

Factor terminal input into the new `crosstermion` crate.
Expand Down

0 comments on commit a7a58c0

Please sign in to comment.