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
This commit is contained in:
Michael Vetter 2020-08-31 08:11:13 +00:00 committed by Git OBS Bridge
parent 8ded763973
commit 6499772746
5 changed files with 67 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b8c4f03bf761932f89ef90296eebdfca4d94e70c36b25e1a9e43c33f2a36e17
size 2846538

3
bottom-0.4.7.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6194357517080cd76b21850a6d4547eb9c95bd2019d41e2866c80d6858e7ec87
size 2984359

View File

@ -1,3 +1,64 @@
-------------------------------------------------------------------
Sun Aug 30 13:10:51 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- 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 <mardnh@gmx.de>
- 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 <mardnh@gmx.de>

View File

@ -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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc5c9b1bee2c41787bf0976c1b352390cf5d06d5a9906b559d9811dbd6d3736c
size 9432368
oid sha256:cc1e8b17ac36fc7e2a3d04225a5a7321c5ca2da47485b3f68ac4d479deb1312c
size 9538308