xmtop/CHANGELOG.md
2020-02-18 13:27:38 -06:00

4.3 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

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.

[3.3.1] - 2020-02-18

  • Fixed: Fixes a layout bug where, if columns filled up early, widgets would be consumed but not displayed.
  • Fixed: Rolled back dependency update on github.com/shirou/gopsutil; the new version has a bug that causes cores to not be seen.

[3.3.0] - 2020-02-17

  • Added: Logs are now rotated. Settings are currently hard-coded at 4 files of 5MB each, so logs shouldn't take up more than 20MB. I'm going to see how many complain about wanting to configure these settings before I add code to do that.
  • Added: Config file support. $XDG_CONFIG_HOME/gotop/gotop.conf can now contain any field in Config. Syntax is simply KEY=VALUE. Values in config file are overridden by command-line arguments (although, there's a weakness in that there's no way to disable boolean fields enabled in the config).
  • Changed: Colorscheme registration is changed to be less hard-coded. Colorschemes can now be created and added to the repo, without having to also add hard-coded references elsewhere.
  • Changed: Minor code refactoring to support Config file changes has resulted in better isolation.

[3.2.0] - 2020-02-14

Bug fixes & pull requests

  • Fixed: Rowspan in a column loses widgets in later columns
  • Fixed: Merged pull request for README clean-ups (theverything:add-missing-option-to-readme)
  • Added: Merge Nord color scheme (jrswab:nordColorScheme)
  • Added: Merge support for multiple (and filtering) network interfaces (mattLLVW:feature/network_interface_list)
  • Added: Merge filtering subprocesses by substring (rephorm:filter)

[3.1.0] - 2020-02-13

Re-homed the project after the original fork (trunk?) was marked as unmaintained by cjbassi.

  • Changed: Merges @HowJMay spelling fixes
  • Added: Merges @markuspeloquin solarized themes
  • Added: Merges @jrswab additional kill terms
  • Added: Adds the ability to lay out the UI using a text file
  • Changed: the project filesystem layout to be more idiomatic

Unreleased

Added

Fixed

  • Fix process localization issues on macOS #124
  • Fix miscellaneous issues on FreeBSD #134 #145
  • Fix spelling of "Tx" to "TX" #129
  • Rerender statusbar on every tick #128

3.0.0 - 2019-02-22

Added

  • Add vice colorscheme #115

Changed

  • Change -v cli option to -V for version
  • Revert back to using the XDG spec on macOS

Fixed

2.0.2 - 2019-02-16

Fixed

  • Fix processes on macOS not showing when there's a space in the command name #107 #109