From 045405857d3f714b850fcd2f94db4d583ef22fd94eb43ef5934ea868115ba11d Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 2 Dec 2020 09:14:32 +0000 Subject: [PATCH] Accepting request 851544 from home:mnhauke - Update to version 0.5.3 * Fixes custom battery colour levels being inverted. - Update to version 0.5.2 * Fixes hide_avg_cpu being inverted in config files. - Update to version 0.5.1 * Patch for some bugs that were spotted in the 0.5.0 release. - Update to version 0.5.0 Features * Adaptive network graphs: the network widget's y-axis will now adjust based on your current usage. * Mouse support for tables and moving to widgets. * The ability to hide specific temperature and disk entries via config. * Added a tree mode, you can access this with the t key. * A simple indicator for when data updating is frozen. * Built-in colour themes. Changes * Updated help descriptions, added auto-complete generation. * Changed how we do battery theming. We now only set high, medium, and low colours and we deal with the ratios. Bug Fixes * Fixes a bug where you could move down in the process widget even if the process widget search was closed. * Add labels to Linux temperature values. * Implements sorting by count. It previously did absolutely nothing. * Fix being able to cause an index out-of-bounds by resizing to a smaller terminal just after the program got the terminal size, but right before the terminal started drawing. * Fixed not clearing screen before drawing, which caused issues OBS-URL: https://build.opensuse.org/request/show/851544 OBS-URL: https://build.opensuse.org/package/show/utilities/bottom?expand=0&rev=9 --- bottom-0.4.7.tar.gz | 3 --- bottom-0.5.3.tar.gz | 3 +++ bottom.changes | 53 +++++++++++++++++++++++++++++++++++++++++++++ bottom.spec | 4 ++-- vendor.tar.xz | 4 ++-- 5 files changed, 60 insertions(+), 7 deletions(-) delete mode 100644 bottom-0.4.7.tar.gz create mode 100644 bottom-0.5.3.tar.gz diff --git a/bottom-0.4.7.tar.gz b/bottom-0.4.7.tar.gz deleted file mode 100644 index b308ff3..0000000 --- a/bottom-0.4.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6194357517080cd76b21850a6d4547eb9c95bd2019d41e2866c80d6858e7ec87 -size 2984359 diff --git a/bottom-0.5.3.tar.gz b/bottom-0.5.3.tar.gz new file mode 100644 index 0000000..c6caef7 --- /dev/null +++ b/bottom-0.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a22e60518f0875e25e36fc420ebd5d9b354bd9994201aed36694c7b620ff243 +size 10084240 diff --git a/bottom.changes b/bottom.changes index 6a9430d..6b14af9 100644 --- a/bottom.changes +++ b/bottom.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Sat Nov 28 16:27:52 UTC 2020 - Martin Hauke + +- Update to version 0.5.3 + * Fixes custom battery colour levels being inverted. +- Update to version 0.5.2 + * Fixes hide_avg_cpu being inverted in config files. +- Update to version 0.5.1 + * Patch for some bugs that were spotted in the 0.5.0 release. +- Update to version 0.5.0 + Features + * Adaptive network graphs: the network widget's y-axis will now + adjust based on your current usage. + * Mouse support for tables and moving to widgets. + * The ability to hide specific temperature and disk entries + via config. + * Added a tree mode, you can access this with the t key. + * A simple indicator for when data updating is frozen. + * Built-in colour themes. + Changes + * Updated help descriptions, added auto-complete generation. + * Changed how we do battery theming. We now only set high, + medium, and low colours and we deal with the ratios. + Bug Fixes + * Fixes a bug where you could move down in the process widget + even if the process widget search was closed. + * Add labels to Linux temperature values. + * Implements sorting by count. It previously did absolutely + nothing. + * Fix being able to cause an index out-of-bounds by resizing to + a smaller terminal just after the program got the terminal + size, but right before the terminal started drawing. + * Fixed not clearing screen before drawing, which caused issues + for some environments. + * Fix highlighted entries being stuck in another colour when the + widget is not selected. + * Expanding a widget no longer overrides the widget/dialog title + colour. + * Fixed process names occasionally showing up as truncated, due + to only using /proc//stat as our data source. + * Fixed missing thread termination steps as well as improper + polling causing blocking in input thread. + * Fixed the CPU basic widget showing incorrect data due to an + incorrect offset when displaying the data. + * Fixed an incorrect offset affecting the CPU colour when + scrolling. + * Fixed spacing problems in basic CPU mode. + * Fixed an incorrect offset affecting the graph CPU colour + mismatching the legend. + * Removes an accidental extra comma in one of the headers in the + disk widget. + * Removes the automatically generated CPU colours method. + ------------------------------------------------------------------- Sun Aug 30 13:10:51 UTC 2020 - Martin Hauke diff --git a/bottom.spec b/bottom.spec index 36e3372..020e627 100644 --- a/bottom.spec +++ b/bottom.spec @@ -18,7 +18,7 @@ Name: bottom -Version: 0.4.7 +Version: 0.5.3 Release: 0 Summary: Yet another graphical process/system monitor License: MIT @@ -35,7 +35,7 @@ customizable interface and a multitude of features. %prep %setup -qa1 -mkdir .cargo +mkdir -p .cargo cat >.cargo/config <