2019-02-16 17:37:21 +08: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).
|
|
|
|
|
|
|
|
## [Unreleased]
|
|
|
|
|
2019-02-22 13:09:31 +08:00
|
|
|
### Added
|
|
|
|
|
|
|
|
- Add vice colorscheme [#115]
|
|
|
|
|
2019-02-16 17:56:35 +08:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Change `-v` cli option to `-V` for version
|
2019-02-16 18:11:05 +08:00
|
|
|
- Revert back to using the XDG spec on macOS
|
2019-02-16 17:56:35 +08:00
|
|
|
|
2019-02-22 13:09:31 +08:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Fix disk I/O [#114] [#116]
|
|
|
|
|
2019-02-16 17:41:00 +08:00
|
|
|
## [2.0.2] - 2019-02-16
|
|
|
|
|
|
|
|
### Fixed
|
2019-02-16 17:37:21 +08:00
|
|
|
|
2019-02-22 13:09:31 +08:00
|
|
|
- Fix processes on macOS not showing when there's a space in the command name [#107] [#109]
|
|
|
|
|
|
|
|
[#107]: https://github.com/cjbassi/gotop/issues/107
|
|
|
|
[#114]: https://github.com/cjbassi/gotop/issues/114
|
|
|
|
|
|
|
|
[#109]: https://github.com/cjbassi/gotop/pull/109
|
|
|
|
[#115]: https://github.com/cjbassi/gotop/pull/115
|
|
|
|
[#116]: https://github.com/cjbassi/gotop/pull/116
|
2019-02-16 17:37:21 +08:00
|
|
|
|
2019-02-16 17:41:00 +08:00
|
|
|
[Unreleased]: https://github.com/cjbassi/gotop/compare/2.0.2...HEAD
|
|
|
|
[2.0.2]: https://github.com/cjbassi/gotop/compare/2.0.1...2.0.2
|