1
0
mirror of https://github.com/danog/ytop.git synced 2024-11-26 20:15:03 +01:00
ytop/CHANGELOG.md

153 lines
3.8 KiB
Markdown
Raw Permalink Normal View History

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-05-17 00:01:17 +02:00
## [0.6.2] - 2020-05-16
2020-05-11 20:15:40 +02:00
### Added
- [process] add process count
2020-05-11 19:08:41 +02:00
### Fixed
- [help] fix crash when window is too small on help menu
2020-05-11 20:15:40 +02:00
- [process] align process CPU and MEM columns to the right
- [process] add left padding to process count/PID column
2020-05-11 19:08:41 +02:00
2020-05-10 23:26:11 +02:00
## [0.6.1] - 2020-05-10
2020-05-10 23:23:55 +02:00
### Fixed
- [cpu/mem] fix line graph drawing
2020-04-22 03:03:19 +02:00
## [0.6.0] - 2020-04-21
2020-04-21 21:06:37 +02:00
### Added
- [temp] add temperature on macOS
### Fixed
2020-04-21 21:06:37 +02:00
- gracefully exit when nonexistent or invalid colorscheme is supplied
- [disk] fix crash due to insufficient permissions
2020-04-11 00:02:12 +02:00
- [temp] fix rendering of three digit temperatures
2020-02-17 01:45:45 +01:00
## [0.5.1] - 2020-02-16
2020-02-17 00:39:56 +01:00
### Fixed
- [process] fix process CPU calculation
- [process][linux] improve efficiency of process data collection
2020-02-16 17:00:22 +01:00
## [0.5.0] - 2020-02-16
2020-02-15 21:42:55 +01:00
### Added
- implement `interval` cli arg
- implement `interface` cli arg
2020-02-15 20:54:25 +01:00
### Changed
- Change `rate` cli arg to `interval`
2020-02-16 17:00:22 +01:00
- Change `interfaces` cli arg to `interface`
### Fixed
- [net] fix double-counting of IO counters when a VPN is enabled
2020-02-15 20:54:25 +01:00
2020-02-14 19:18:11 +01:00
## [0.4.3] - 2020-02-14
### Fixed
- [disk] fix disk widget constantly resizing
2020-02-11 07:18:18 +01:00
## [0.4.2] - 2020-02-10
### Fixed
- fix several 'overflow when subtracting durations' panics
- fix ytop not clearing the screen when run on a TTY
- [cpu] fix CPUs overflowing widget
2020-02-08 17:10:46 +01:00
- [cpu][linux] fix cpu_percent calculation
- [temp][linux] fix panic due to 'not implemented'
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
- [disk] fix crash due to escaped partition mountpoint
- [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
### 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
- [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-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
- 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
- Implement all keybinds except for proc filtering
- Add pausing with `Space`
- 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-05-17 00:01:17 +02:00
[Unreleased]: https://github.com/cjbassi/ytop/compare/0.6.2...HEAD
[0.6.2]: https://github.com/cjbassi/ytop/compare/0.6.1...0.6.2
2020-05-10 23:26:11 +02:00
[0.6.1]: https://github.com/cjbassi/ytop/compare/0.6.0...0.6.1
2020-04-22 03:03:19 +02:00
[0.6.0]: https://github.com/cjbassi/ytop/compare/0.5.1...0.6.0
2020-02-17 01:45:45 +01:00
[0.5.1]: https://github.com/cjbassi/ytop/compare/0.5.0...0.5.1
2020-02-16 17:00:22 +01:00
[0.5.0]: https://github.com/cjbassi/ytop/compare/0.4.3...0.5.0
2020-02-14 19:18:11 +01:00
[0.4.3]: https://github.com/cjbassi/ytop/compare/0.4.2...0.4.3
2020-02-11 07:18:18 +01:00
[0.4.2]: https://github.com/cjbassi/ytop/compare/0.4.1...0.4.2
2020-02-05 02:25:48 +01:00
[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