summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2019-05-15 17:46:02 -0700
committerCaleb Bassi <calebjbassi@gmail.com>2019-05-15 17:46:02 -0700
commit235c386a6ceef38522da6ef80983fda94ed679fa (patch)
treee2bd43185317c1159ad56d4fd8fa373712e3aa5e
parentf6994e843dd00a873f36e60dee9eb9944c69431f (diff)
Update changelog
-rw-r--r--CHANGELOG.md25
1 files changed, 22 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb2b768..af73f1a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+### 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]
+
## [3.0.0] - 2019-02-22
### Added
@@ -27,12 +40,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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
+[#107]: https://github.com/cjbassi/gotop/issues/107
-[#109]: https://github.com/cjbassi/gotop/pull/109
-[#115]: https://github.com/cjbassi/gotop/pull/115
+[#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
[#116]: https://github.com/cjbassi/gotop/pull/116
+[#115]: https://github.com/cjbassi/gotop/pull/115
+[#112]: https://github.com/cjbassi/gotop/pull/112
+[#109]: https://github.com/cjbassi/gotop/pull/109
[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