Fix incorrect changelog

This commit is contained in:
ClementTsang 2020-04-18 18:08:05 -04:00
parent bc571588e4
commit 92315ea1d7

View File

@ -20,12 +20,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Changed default colours for highlighted borders and table headers to cyan - this is mostly to deal with Powershell colour conflicts. - Changed default colours for highlighted borders and table headers to cyan - this is mostly to deal with Powershell colour conflicts.
- Updated the widget type keyword list to accept the following keywords as existing types: - Updated the widget type keyword list to accept the following keywords as existing types:
- `"memory"` - `"memory"`
- `"network"` - `"network"`
- `"process"` - `"process"`
- `"processes"` - `"processes"`
- `"temperature"` - `"temperature"`
- [#117](https://github.com/ClementTsang/bottom/issues/117): Update tui to 0.9:
- Use custom legend-hiding to stop hiding legends for memory and network widgets.
### Bug Fixes ### Bug Fixes
- Fixed `dd` not working on non-first entries. - Fixed `dd` not working on non-first entries.
@ -61,10 +66,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#109](https://github.com/ClementTsang/bottom/issues/109): Sorting processes by name is case-insensitive. - [#109](https://github.com/ClementTsang/bottom/issues/109): Sorting processes by name is case-insensitive.
- [#117](https://github.com/ClementTsang/bottom/issues/117): Update tui to 0.9:
- Use custom legend-hiding to stop hiding legends for memory and network widgets.
### Bug Fixes ### Bug Fixes
- [#33](https://github.com/ClementTsang/bottom/issues/33): Fix bug with search and graphemes bigger than a byte crashing due to the cursor. - [#33](https://github.com/ClementTsang/bottom/issues/33): Fix bug with search and graphemes bigger than a byte crashing due to the cursor.