2019-07-20 02:36:20 +02:00
|
|
|
# Changelog
|
|
|
|
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).
|
|
|
|
|
|
|
|
> **Types of changes**:
|
|
|
|
>
|
|
|
|
> - **Added**: for new features.
|
|
|
|
> - **Changed**: for changes in existing functionality.
|
|
|
|
> - **Deprecated**: for soon-to-be removed features.
|
|
|
|
> - **Removed**: for now removed features.
|
|
|
|
> - **Fixed**: for any bug fixes.
|
|
|
|
> - **Security**: in case of vulnerabilities.
|
|
|
|
|
|
|
|
## [Unreleased]
|
2020-01-13 20:13:50 +01:00
|
|
|
|
2020-02-05 23:07:45 +01:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- fix several 'overflow when subtracting durations' panics
|
2020-02-06 08:42:32 +01:00
|
|
|
- [cpu] fix CPUs overflowing widget
|
2020-02-06 16:42:27 +01:00
|
|
|
- [temp][linux] fix panic due to 'not implemented'
|
2020-02-05 23:07:45 +01:00
|
|
|
|
2020-02-05 02:25:48 +01:00
|
|
|
## [0.4.1] - 2020-02-04
|
|
|
|
|
2020-01-28 21:42:51 +01:00
|
|
|
### Fixed
|
|
|
|
|
2020-01-28 21:53:17 +01:00
|
|
|
- [battery] fix battery percent
|
2020-01-28 21:42:51 +01:00
|
|
|
- [disk][unix] fix compilation on arm
|
2020-02-05 01:45:19 +01:00
|
|
|
- [disk] fix crash due to escaped partition mountpoint
|
2020-02-05 00:42:24 +01:00
|
|
|
- [proc] fix crash due to overflow when subtracting durations
|
2020-01-28 21:42:51 +01:00
|
|
|
|
2020-01-25 18:22:34 +01:00
|
|
|
## [0.4.0] - 2020-01-25
|
|
|
|
|
2020-01-24 20:25:43 +01:00
|
|
|
### Added
|
|
|
|
|
2020-01-24 20:43:20 +01:00
|
|
|
- add better-panic
|
2020-01-24 20:55:52 +01:00
|
|
|
- ignore mio trace logs in logfile
|
2020-01-24 20:43:20 +01:00
|
|
|
- [disk] fix panic if io counters not found
|
|
|
|
- [disk] fix mountpoint when partition mounted multiple times
|
2020-01-24 20:25:43 +01:00
|
|
|
- [disk][macos] add partition and disk usage support
|
2020-01-24 20:43:20 +01:00
|
|
|
- [mem] handle swap being disabled
|
|
|
|
- [temp] add degree symbol
|
2020-01-24 20:25:43 +01:00
|
|
|
|
2020-01-23 16:16:17 +01:00
|
|
|
## [0.3.0] - 2020-01-23
|
|
|
|
|
2020-01-23 16:13:51 +01:00
|
|
|
### Added
|
|
|
|
|
|
|
|
- Add preliminary macOS support
|
|
|
|
|
2020-01-21 02:46:29 +01:00
|
|
|
## [0.2.0] - 2020-01-20
|
|
|
|
|
2020-01-14 20:24:27 +01:00
|
|
|
### Added
|
|
|
|
|
|
|
|
- Color temperatures based on value
|
2020-01-14 20:25:18 +01:00
|
|
|
- Add sorting arrow to process header
|
|
|
|
- Show baseline spanning the bottom of the net sparklines
|
2020-01-14 20:35:48 +01:00
|
|
|
- Add sensor label to temperature identifier
|
2020-01-14 21:55:45 +01:00
|
|
|
- Process cpu percents are now working
|
2020-01-14 22:59:26 +01:00
|
|
|
- Draw the proc cursor
|
2020-01-18 21:35:41 +01:00
|
|
|
- Implement all keybinds except for proc filtering
|
2020-01-15 18:03:51 +01:00
|
|
|
- Add pausing with `Space`
|
2020-01-18 21:35:41 +01:00
|
|
|
- Add ability to sort processes by command
|
2020-01-14 20:24:27 +01:00
|
|
|
|
2020-01-14 01:55:29 +01:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Group processes by default
|
2020-01-14 20:25:18 +01:00
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
2020-01-14 18:50:17 +01:00
|
|
|
- Linecharts now also draw points
|
2020-01-14 21:55:45 +01:00
|
|
|
- Fix process memory percent calculation
|
2020-01-14 01:55:29 +01:00
|
|
|
|
2020-01-13 20:13:50 +01:00
|
|
|
## 0.1.0 - 2020-01-13
|
|
|
|
|
|
|
|
Initial release!
|
|
|
|
|
2020-02-05 02:25:48 +01:00
|
|
|
[Unreleased]: https://github.com/cjbassi/ytop/compare/0.4.1...HEAD
|
|
|
|
[0.4.1]: https://github.com/cjbassi/ytop/compare/0.4.0...0.4.1
|
2020-01-25 18:22:34 +01:00
|
|
|
[0.4.0]: https://github.com/cjbassi/ytop/compare/0.3.0...0.4.0
|
2020-01-23 16:16:17 +01:00
|
|
|
[0.3.0]: https://github.com/cjbassi/ytop/compare/0.2.0...0.3.0
|
2020-01-21 02:46:29 +01:00
|
|
|
[0.2.0]: https://github.com/cjbassi/ytop/compare/0.1.0...0.2.0
|