SHA256
1
0
forked from pool/bottom
bottom/bottom.changes
Michael Vetter 6499772746 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
2020-08-31 08:11:13 +00:00

88 lines
3.5 KiB
Plaintext

-------------------------------------------------------------------
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>
- Update to version 0.4.3
* Minor update to update a dependency to avoid an overflow.
-------------------------------------------------------------------
Tue May 12 19:21:43 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.4.2
Changes
* Automatically hide time axis labels if the widget gets too
small.
* Automatically hide table gap if the widget gets too small.
Bugs
* The <Space> character can be used as an "AND" again (properly)
in queries. For example:
* Fixed an issue where if the drive I/O label didn't match any
disk, the entire disk widget would display no results.
* Display SWAP and MEM legends even if the total amount is 0 to
avoid a weird blank spot in the legend.
-------------------------------------------------------------------
Sat May 9 19:17:50 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Initial package, version 0.4.1