2020-04-28 16:53:04 +00:00
|
|
|
# Changelog
|
|
|
|
|
2020-06-06 17:57:28 +00:00
|
|
|
## v0.9.9
|
|
|
|
|
|
|
|
* Fixed: Fixed theme downloader not reporting new themes and corrected comment in config
|
|
|
|
|
2020-06-06 17:37:22 +00:00
|
|
|
## v0.9.8
|
|
|
|
|
|
|
|
* Added: Nord theme by Justin Zobel
|
|
|
|
* Changed: Theme downloader now overwrites default themes, folder user_themes (safe from overwrites) added
|
|
|
|
* Changed: Cleaned up monokai theme variants
|
|
|
|
* Added: Base for testing with BATS by Maciek Swiech
|
|
|
|
|
2020-05-29 21:36:00 +00:00
|
|
|
## v0.9.7
|
|
|
|
|
|
|
|
* Changed: UTF-8 locale check, try to find UTF-8 for current language if LANG is set but not with "UTF-8" suffix
|
|
|
|
|
2020-05-26 19:44:54 +00:00
|
|
|
## v0.9.6
|
|
|
|
|
|
|
|
* Fixed: UTF-8 locale check
|
|
|
|
|
2020-05-26 16:43:51 +00:00
|
|
|
## v0.9.5
|
|
|
|
|
|
|
|
* Added: UTF-8 locale check and automatic LANG variable set if not UTF-8
|
|
|
|
* Fixed: Filter out zero sized disks and added some psutil error checks
|
|
|
|
|
2020-05-25 14:48:58 +00:00
|
|
|
## v0.9.4
|
|
|
|
|
|
|
|
* Fixed: Missing path for OSX df and correct swap usage reporting for OSX
|
|
|
|
|
2020-05-25 12:00:20 +00:00
|
|
|
## v0.9.3
|
|
|
|
|
|
|
|
* Fixed: Resizing problems in iTerm2
|
|
|
|
* Changed: Removed redundant error checking in print function for lower cpu usage
|
|
|
|
* Fixed: Memory in OSX now shows active memory usage and /private/var/vm as swap memory
|
|
|
|
* Fixed: Disks in OSX changed from using "GNU df" to "BSD df" for better compatibility
|
|
|
|
|
2020-05-25 07:30:41 +00:00
|
|
|
## v0.9.2
|
|
|
|
|
|
|
|
* Fixed: Correct prefixes for some missed GNU tools
|
|
|
|
* Added: Startup progress screen
|
|
|
|
* Changed: replaced tput commands with escape sequence commands
|
|
|
|
|
2020-05-23 16:26:57 +00:00
|
|
|
## v0.9.1
|
|
|
|
|
|
|
|
* Added: FreeBSD support with python3 psutil data collection
|
|
|
|
* Added: Check for gnu tools on non Linux platforms
|
|
|
|
* Fixed: Increased graph history to avoid cut off on high resolution graphs
|
|
|
|
|
2020-05-22 23:57:16 +00:00
|
|
|
## v0.9.0
|
|
|
|
|
|
|
|
* Added: Mac OS X support with python3 psutil data collection
|
|
|
|
* Added: Ability to switch between all available network devices
|
|
|
|
|
2020-05-21 09:35:39 +00:00
|
|
|
## v0.8.32
|
|
|
|
|
|
|
|
* Fixed: Error in theme error checking corrupting default theme
|
|
|
|
|
2020-05-16 15:53:32 +00:00
|
|
|
## v0.8.31
|
|
|
|
|
|
|
|
* Fixed: Theme 2-color gradient generation
|
|
|
|
* Fixed: Theme file error checking
|
|
|
|
|
|
|
|
## v0.8.30
|
2020-05-13 18:51:58 +00:00
|
|
|
|
|
|
|
* Fixed: Crash on missing net device
|
|
|
|
|
2020-05-11 18:05:11 +00:00
|
|
|
## v0.8.29
|
|
|
|
|
|
|
|
* Fixed: Cpu temperature colors not working when above high temp value
|
|
|
|
* Fixed: Unescaped "\" in process list and indent fixes
|
|
|
|
* Changed: Changes to net graph rescaling parameters
|
|
|
|
|
2020-05-10 00:59:29 +00:00
|
|
|
## v0.8.28
|
|
|
|
|
|
|
|
* Fixed: Ctrl-C and Ctrl-Z not registering after change to "dd"
|
|
|
|
* Added: Option to switch to high resolution graphs
|
|
|
|
* Added: Current peak value for download/upload graphs
|
|
|
|
|
2020-05-07 18:22:44 +00:00
|
|
|
## v0.8.27
|
|
|
|
|
|
|
|
* Fixed: Use value for "Inactive"+"MemFree" if "MemAvailable" is missing in /proc/meminfo
|
|
|
|
* Added: Option to toggle update check at start
|
|
|
|
|
2020-05-06 18:48:48 +00:00
|
|
|
## v0.8.26
|
|
|
|
|
2020-05-07 18:35:08 +00:00
|
|
|
* Fixed: Escaped delimiter for sed to fix config not saving "/" character
|
2020-05-06 18:48:48 +00:00
|
|
|
* Fixed: Detailed process view missing info and slowdown in certain cases
|
|
|
|
* Optimization: Fork cleanup
|
|
|
|
|
2020-05-05 19:37:55 +00:00
|
|
|
## v0.8.25
|
|
|
|
|
|
|
|
* Fixed: Backspace not registering when not set to send ascii delete
|
|
|
|
* Fixed: Broken cpu temperature graph when is value over cpu high temp
|
2020-05-07 18:35:08 +00:00
|
|
|
* Added: Possibility to run date through background fifo for bash <5
|
2020-05-05 19:37:55 +00:00
|
|
|
|
2020-05-04 17:36:41 +00:00
|
|
|
## v0.8.24
|
|
|
|
|
|
|
|
* Fixed: Input error freezes, by changing from using "read" command to using "dd" for reading keyboard input.
|
|
|
|
|
2020-05-03 13:25:59 +00:00
|
|
|
## v0.8.23
|
|
|
|
|
|
|
|
* Added: Support for Raspberry Pi cpu temperature reporting
|
|
|
|
* Fixed: Decreased chance of read command stalling on lower spec systems
|
|
|
|
* Added: Failover to nproc if lscpu are reporting 0 cpu cores
|
|
|
|
* Changed: Moved page display for options and help to bottom and changed to Page Up/Down for changing page
|
|
|
|
|
2020-05-02 23:00:24 +00:00
|
|
|
## v0.8.22
|
|
|
|
|
|
|
|
* Added: Sorting option "tree", shows processes in a tree structure
|
|
|
|
* Added: Option to toggle process cpu usage per core instead of total available cpu power
|
|
|
|
* Fixed: Possible fix for stalling read command
|
|
|
|
* Added: Multiple while loop fail safes
|
|
|
|
|
2020-05-02 10:58:12 +00:00
|
|
|
## v0.8.21
|
|
|
|
|
|
|
|
* Fixed: iostat flag compatibility for older iostat versions
|
|
|
|
* Fixed: possible fix for script stall on bash 4
|
|
|
|
|
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
|
2020-05-07 18:35:08 +00:00
|
|
|
* Fixed: load average and uptime not showing
|
2020-04-28 16:53:04 +00:00
|
|
|
* 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
|