2020-04-28 16:53:04 +00:00
|
|
|
# Changelog
|
|
|
|
|
2020-05-02 01:01:05 +00:00
|
|
|
## v0.8.20
|
|
|
|
|
|
|
|
* Fixed: Update slowdown when not sorting by cpu
|
|
|
|
* Added: New version desktop notification
|
|
|
|
|
2020-05-01 22:17:44 +00:00
|
|
|
## v0.8.19
|
|
|
|
|
|
|
|
* Added: Disks read and write stats, requires new optional dependency "iostat (part of sysstat)"
|
|
|
|
* Fixed: Ctrl-C not working when showing resize error message
|
|
|
|
* Fixed: Network download/upload offset auto switched off if /proc/net/dev resets
|
|
|
|
* Fixed: Removed trailing whitespace in script
|
|
|
|
|
2020-04-30 18:10:34 +00:00
|
|
|
## v0.8.18
|
2020-05-01 22:17:44 +00:00
|
|
|
|
2020-04-30 18:10:34 +00:00
|
|
|
* Added: Pagination for help and options windows if items don't fit
|
|
|
|
* Added: Option to turn off color gradient in process list
|
|
|
|
* Changed: bash version check to use $BASH_VERSINFO array
|
|
|
|
* Added: Filter for shown disks
|
|
|
|
* Added: Option to reset network totals in options menu
|
|
|
|
|
2020-04-29 23:16:11 +00:00
|
|
|
## v0.8.17
|
|
|
|
|
|
|
|
* Fixed: Not showing CPU temperatures when "Package" temp is missing
|
|
|
|
* Added: CPU temperature support for AMD Ryzen
|
|
|
|
* Changed: Minimum size changed from 80x25 to 80x24
|
|
|
|
* Fixed: High cpu usage on systems with a lot of mounted disks
|
|
|
|
|
2020-04-28 16:53:04 +00:00
|
|
|
## v0.8.16
|
|
|
|
|
|
|
|
* Added: Bash version check, by Calinou
|
|
|
|
* Added: OS check, by kpucynski
|
|
|
|
* Fixed: number of themes reported in options when theme folder is empty, by deluxe
|
|
|
|
* Fixed: README.md typos, by lucaskim1233
|
|
|
|
* Added: CHANGELOG.md
|
|
|
|
|
|
|
|
## v0.8.15
|
|
|
|
|
|
|
|
* Added: deb build script by Jukoo
|
|
|
|
* Fixed: load avarage and uptime not showing
|
|
|
|
* Fixed: freeze on reverse process order when showing detailed information
|
|
|
|
* Fixed: single quotes on associative arrays
|
|
|
|
|
|
|
|
## v0.8.14
|
|
|
|
|
|
|
|
* Fixed: disks usage runaway array
|
|
|
|
* Fixed: disks used not reporting new values
|
2020-04-29 23:16:11 +00:00
|
|
|
* Changed: memory and disks update frequency increased
|
2020-04-28 16:53:04 +00:00
|
|
|
|
|
|
|
## v0.8.13
|
|
|
|
|
|
|
|
* Fixed: get_value() regex
|
|
|
|
* Added: 2 new themes, flat-remix and flat-remix-light, by Daniel Ruiz de Alegría
|
|
|
|
* Other: general cleanup and formatting
|
|
|
|
|
|
|
|
## v0.8.12
|
|
|
|
|
|
|
|
* Fixed: changed remaining ps thcount flags to nlwp
|
|
|
|
|
|
|
|
## v0.8.11
|
|
|
|
|
|
|
|
* Fixed: ps flag thcount changed to nlwp for greater compability
|
|
|
|
* Fixed: regex and float to int rounding in get_value()
|
|
|
|
|
|
|
|
## v0.8.10
|
|
|
|
|
|
|
|
* Fixed: erroneous regular expressions
|
|
|
|
|
|
|
|
## v0.8.9
|
|
|
|
|
|
|
|
* Added: functions is_int, is_float, is_hex
|
|
|
|
* Fixes: error checking on internal functions
|
|
|
|
|
|
|
|
## v0.8.8
|
|
|
|
|
|
|
|
* Fixed: load average max length
|
|
|
|
|
|
|
|
## v0.8.7
|
|
|
|
|
|
|
|
* Fixed: load average clipping
|
|
|
|
* Fixed: cpu box calculations error
|
|
|
|
|
|
|
|
## v0.8.6
|
|
|
|
|
|
|
|
* Added: load average and uptime
|
|
|
|
* Fixed: cohesive window size representation
|
|
|
|
* Added: unset LC_ALL to not override wanted locale
|
|
|
|
* Fixed: cpu box calculation errors
|
|
|
|
|
|
|
|
## v0.8.5
|
|
|
|
|
|
|
|
* Fixed: cpu frequency and /proc/stat error checks
|