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-05-16 08:46:02 +08:00
|
|
|
### Added
|
|
|
|
|
|
|
|
- Preliminary OpenBSD support [#112]
|
|
|
|
- Process list scroll indicator [#130]
|
|
|
|
- Add snap package
|
|
|
|
- Add cli option to select network interface [#144]
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Fix process list on FreeBSD [#143]
|
|
|
|
- Rerender statusbar on every tick [#128]
|
|
|
|
- Fix spelling of "Tx" to "TX" [#129]
|
|
|
|
|
2019-02-23 03:53:36 +08:00
|
|
|
## [3.0.0] - 2019-02-22
|
|
|
|
|
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]
|
|
|
|
|
|
|
|
[#114]: https://github.com/cjbassi/gotop/issues/114
|
2019-05-16 08:46:02 +08:00
|
|
|
[#107]: https://github.com/cjbassi/gotop/issues/107
|
2019-02-22 13:09:31 +08:00
|
|
|
|
2019-05-16 08:46:02 +08:00
|
|
|
[#144]: https://github.com/cjbassi/gotop/pull/144
|
|
|
|
[#143]: https://github.com/cjbassi/gotop/pull/143
|
|
|
|
[#130]: https://github.com/cjbassi/gotop/pull/130
|
|
|
|
[#129]: https://github.com/cjbassi/gotop/pull/129
|
|
|
|
[#128]: https://github.com/cjbassi/gotop/pull/128
|
2019-02-22 13:09:31 +08:00
|
|
|
[#116]: https://github.com/cjbassi/gotop/pull/116
|
2019-05-16 08:46:02 +08:00
|
|
|
[#115]: https://github.com/cjbassi/gotop/pull/115
|
|
|
|
[#112]: https://github.com/cjbassi/gotop/pull/112
|
|
|
|
[#109]: https://github.com/cjbassi/gotop/pull/109
|
2019-02-16 17:37:21 +08:00
|
|
|
|
2019-02-23 04:01:50 +08:00
|
|
|
[Unreleased]: https://github.com/cjbassi/gotop/compare/3.0.0...HEAD
|
|
|
|
[3.0.0]: https://github.com/cjbassi/gotop/compare/2.0.2...3.0.0
|
2019-02-16 17:41:00 +08:00
|
|
|
[2.0.2]: https://github.com/cjbassi/gotop/compare/2.0.1...2.0.2
|