Tags give the ability to mark specific points in history as being important
-
v1.0.47
9be7250a · ·Changelog * Added: Testing, by @ErwinJunge * Added: Theme matcha-dark-sea, by @TheCynicalLiger * Fixed: New type errors for mypy v 0.790 * Added: pylint and mypy test with tox, by @ErwinJunge
-
v1.0.46
e711d35a · ·Changelog * Changed: psutil update to 5.7.3 in pypi package * Fixed: Better sensor and temperature detection
-
v1.0.45
925e39cd · ·Changelog * Fixed: Missing temps if high or crit is None, by @TheComputerGuy96 * Changed: Some refactoring by @dpshelio * Added: Proper mapping for correct coretemp display and added toggle for coretemp * Fixed: Cleanup of escaped characters in process argument string
-
v1.0.44
71c0f6b6 · ·Changelog * Added: Spread CPUs accross columns evenly if possible, by @ErwinJunge * Added: Additional crash fixes for graph and swap toggles
-
v1.0.43
504a0ed3 · ·Changelog * Fixed: Battery meter not clearing properly when disabled * Fixed: Correction for broken cpu high and cpu critical temps * Fixed: get_cpu_name() function for some Xeon cpus * Fixed: Additional error handling to prevent crashes from graph and swap toggles
-
v1.0.42
adee413e · ·Changelog * Fixed: Battery status not using same sensors as psutil * Added: Stripping of .local from /host clock format * Fixed: Battery clear if removed
-
v1.0.41
079b8e71 · ·Changelog * Fixed: Battery status not using same sensors as psutil * Added: Stripping of .local from /host clock format * Fixed: Battery clear if removed
-
v1.0.40
935c4e5d · ·Changelog * Fixed: Title leading whitespace * Fixed: Battery meter crash on non Linux systems
-
v1.0.39
45b103ad · ·Changelog * Fixed: Manual sensor selection screen refresh * Fixed: Rare swap toggle crash * Fixed: Clock and battery placement and sizing
-
v1.0.38
90f16246 · ·Changelog * Fixed: Cpu sensor check when changing from manual sensor to Auto * Fixed: Menu collection timeout and menu background update stall * Added: Custom options for clock formatting: hostname and username
-
v1.0.37
c4fa23e8 · ·Changelog * Fixed: Swap toggle rare crash * Fixed: Cpu sensor option to trigger temp toggle if check temp is true
-
v1.0.36
d1328891 · ·Changelog * Added: Rounding for floating_humanizer() short option * Fixed: Cpu temp not showing when manually selected and not auto detected * Fixed Crash during theme change
-
-
v1.0.34
4aaba397 · ·Changelog * Changed: Improvement on cpu name detection * Added: Option to choose cpu temperature sensor * Fixed: Battery meter adaptation
-
v1.0.33
34208f2e · ·Changelog * Changed: Improvement on osx cpu temperature collection with coretemp * Fixed: Battery stats crash and better battery status detection * README: coretemp install instructions by @hacker1024 * README: Added notice about font problems and possible solutions
-
v1.0.32
8f9e8e85 · ·Changelog * Added: Symbol for battery inactive * Fixed: Cpu model name exception for certain xeon cpus * Fixed: Exception when sending signal using uppercase T, K, I * Fixed: Battery meter placement calculation correction * Added: Support for OSX cpu core temperatures via coretemp program
-
v1.0.31
9244b43b · ·Changelog * Fixed: Battery meter redraw after terminal resize * Fixed: Battery meter additional fixes * Fixed: Cpu temp color wrong on small sizes
-
v1.0.30
96ffae43 · ·Changelog * Changed: Argument parsing using argparse * Fixed: Hide battery time when not known
-
v1.0.29
95183128 · ·Changelog * Fixed: Battery percent converted to integer and battery time hidden at 100% level
-
v1.0.28
e12a3e2b · ·Changelog * Fixed: Battery meter causing crash when connecting/disconnecting battery * README: Added more repositories