From 6499772746c10b8aa4452eece3863d78db49d9de64ece8653337766379de7539 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 31 Aug 2020 08:11:13 +0000 Subject: [PATCH] Accepting request 830598 from home:mnhauke - Update to version 0.4.7 * Just a single bug fix, where searching by command name was broken. - Update to version 0.4.6 * Minor update, with some bug fixes, changes, and new features. Most of the work done was refactoring and updating old, weird code. Features * Allow using P to toggle between the processes' base name and the processes' full name * Added sorting capabilities for any column. Using s will open up a menu allowing you to select which column you want to sort by. * Added I to invert the current process sort. * Added the ability to toggle between mem% and actual memory values by using % in the process widget: * Support searching processes by state (i.e. state=sleeping). * Added WASD as an alternative method to moving between widgets. * Made e also escape expanded widgets (so e expands, then pressing e again will shrink the widget, like if you had pressed ESC). Changes * Dropped MSRV (for now), mainly supporting stable and newer versions of Rust. Bug fixes * Fixed bug in basic mode where the battery widget was placed incorrectly. * Fixed a bug caused by hitting Enter when a process kill fails, breaking future process kills. * Fix bug caused by incorrectly reading the /proc/{pid}/stats file. OBS-URL: https://build.opensuse.org/request/show/830598 OBS-URL: https://build.opensuse.org/package/show/utilities/bottom?expand=0&rev=7 --- bottom-0.4.3.tar.gz | 3 --- bottom-0.4.7.tar.gz | 3 +++ bottom.changes | 61 +++++++++++++++++++++++++++++++++++++++++++++ bottom.spec | 2 +- vendor.tar.xz | 4 +-- 5 files changed, 67 insertions(+), 6 deletions(-) delete mode 100644 bottom-0.4.3.tar.gz create mode 100644 bottom-0.4.7.tar.gz diff --git a/bottom-0.4.3.tar.gz b/bottom-0.4.3.tar.gz deleted file mode 100644 index e787788..0000000 --- a/bottom-0.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b8c4f03bf761932f89ef90296eebdfca4d94e70c36b25e1a9e43c33f2a36e17 -size 2846538 diff --git a/bottom-0.4.7.tar.gz b/bottom-0.4.7.tar.gz new file mode 100644 index 0000000..b308ff3 --- /dev/null +++ b/bottom-0.4.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6194357517080cd76b21850a6d4547eb9c95bd2019d41e2866c80d6858e7ec87 +size 2984359 diff --git a/bottom.changes b/bottom.changes index ad181e6..6a9430d 100644 --- a/bottom.changes +++ b/bottom.changes @@ -1,3 +1,64 @@ +------------------------------------------------------------------- +Sun Aug 30 13:10:51 UTC 2020 - Martin Hauke + +- Update to version 0.4.7 + * Just a single bug fix, where searching by command name was + broken. +- Update to version 0.4.6 + * Minor update, with some bug fixes, changes, and new features. + Most of the work done was refactoring and updating old, weird + code. + Features + * Allow using P to toggle between the processes' base name and + the processes' full name + * Added sorting capabilities for any column. Using s will open + up a menu allowing you to select which column you want to sort + by. + * Added I to invert the current process sort. + * Added the ability to toggle between mem% and actual memory + values by using % in the process widget: + * Support searching processes by state (i.e. state=sleeping). + * Added WASD as an alternative method to moving between widgets. + * Made e also escape expanded widgets (so e expands, then + pressing e again will shrink the widget, like if you had pressed + ESC). + Changes + * Dropped MSRV (for now), mainly supporting stable and newer + versions of Rust. + Bug fixes + * Fixed bug in basic mode where the battery widget was placed + incorrectly. + * Fixed a bug caused by hitting Enter when a process kill fails, + breaking future process kills. + * Fix bug caused by incorrectly reading the /proc/{pid}/stats file. +- Update to version 0.4.5 + * Minor update to match needing to update on crates.io. No changes. + +------------------------------------------------------------------- +Mon Jul 6 06:40:34 UTC 2020 - Martin Hauke + +- Update to version 0.4.4 + Features + * Added process states to the processes widget. + Bug Fixes + * Fixed a bug where bottom would incorrectly read the wrong + values to calculate the read/write columns for processes + in Linux. + * Fixed a bug where OR operations in the process query wouldn't + properly for some cases. + * Improved process query overall + Changes + * Showing average CPU is now on by default. Disable it via flag. + * Removed CPU filtering. I didn't like it and had planned on + rolling out this change with an alternative, more usable CPU + widget system. Note, if you liked it, let me know, it's easy + to add back in as an option but for now, I ripped it out since + it was causing more headaches. + * show_disabled_data flag and option are also removed as they + are now irrelevant. + * Made the CPU entry you're scrolling over highlight even when + you're not on the widget. + ------------------------------------------------------------------- Fri May 15 08:50:25 UTC 2020 - Martin Hauke diff --git a/bottom.spec b/bottom.spec index 1ede9ca..36e3372 100644 --- a/bottom.spec +++ b/bottom.spec @@ -18,7 +18,7 @@ Name: bottom -Version: 0.4.3 +Version: 0.4.7 Release: 0 Summary: Yet another graphical process/system monitor License: MIT diff --git a/vendor.tar.xz b/vendor.tar.xz index 680509c..b19a9d6 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bc5c9b1bee2c41787bf0976c1b352390cf5d06d5a9906b559d9811dbd6d3736c -size 9432368 +oid sha256:cc1e8b17ac36fc7e2a3d04225a5a7321c5ca2da47485b3f68ac4d479deb1312c +size 9538308