summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2022-08-28 13:47:37 +0200
committeraristocratos <gnmjpl@gmail.com>2022-08-28 13:47:37 +0200
commit0c6a2f701d74cea7f5a4e2b59a10186920eb0733 (patch)
tree51aaf5315e7d184a59cd4398684f23377bdeabfd /CHANGELOG.md
parent90034156dd49ca4a330dc66a8fc82d5e241ea2f9 (diff)
v1.2.9 Bug fixes + new features and themesv1.2.9
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dacbb53..e0e8760 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,25 @@
+## v1.2.9
+
+* Fixed: Memory values not clearing properly when not in graph mode in mem box
+
+* Changed: kyli0x theme color update, by @kyli0x
+
+* Added: Elementarish theme, by @dennismayr
+
+* Added: key "?" to see help, by @mohi001
+
+* Added: solarized_light theme, by @Fingerzam
+
+* Changed: Made ZFS stats collection compatible with zfs_pools_only option, by @simplepad
+
+* Changed: Rewrite of process sorting and tree generation including fixes for tree sorting and mouse support
+
+* Added: Option to hide the small cpu graphs for processes
+
+* Changed: Small graphs now show colors for each character
+
+* Fixed: Getting selfpath on macos (fix for finding theme folder)
+
## v1.2.8
* Added: Support for ZFS pool io stats monitoring, by @simplepad