forked from pool/bottom
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
This commit is contained in:
parent
6499772746
commit
045405857d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6194357517080cd76b21850a6d4547eb9c95bd2019d41e2866c80d6858e7ec87
|
||||
size 2984359
|
3
bottom-0.5.3.tar.gz
Normal file
3
bottom-0.5.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a22e60518f0875e25e36fc420ebd5d9b354bd9994201aed36694c7b620ff243
|
||||
size 10084240
|
@ -1,3 +1,56 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 28 16:27:52 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- 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 <mardnh@gmx.de>
|
||||
|
||||
|
@ -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 <<EOF
|
||||
[source.crates-io]
|
||||
registry = 'https://github.com/rust-lang/crates.io-index'
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc1e8b17ac36fc7e2a3d04225a5a7321c5ca2da47485b3f68ac4d479deb1312c
|
||||
size 9538308
|
||||
oid sha256:512c6f0020061ef3ecb49692097f4646264222ec6d31f7a3aba33257cce3ac91
|
||||
size 9424336
|
||||
|
Loading…
Reference in New Issue
Block a user