xmtop/CHANGELOG.md
2020-02-14 07:00:39 -06:00

2.9 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.2.0] -

Bug fixes & pull requests

  • FIX Rowspan in a column loses widgets in later columns

[3.1.0] - 2020-02-13

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

  • Merges @HowJMay spelling fixes
  • Merges @markuspeloquin solarized themes
  • Merges @jrswab additional kill terms
  • 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