mirror of https://github.com/aristocratos/bpytop
parent
42cab9869d
commit
8d3d5ea5dc
|
@ -1,5 +1,13 @@
|
|||
#Changelog
|
||||
|
||||
## v1.0.2
|
||||
|
||||
* Added: IndexError catch for cpu temperature collection
|
||||
* Fixed: net_io_counters() not iterating over itself
|
||||
* Fixed: Clear mouse queue to avoid accidental character interpretation
|
||||
* Added: "/etc/bpytop.conf" as default seed for config file creation if it exists.
|
||||
* Added: Error handling for exception in psutil.cpu_freq()
|
||||
|
||||
## v1.0.1
|
||||
|
||||
* Fixed: Bad assumption of cpu model name string contents.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||

|
||||

|
||||

|
||||

|
||||

|
||||
[](https://paypal.me/aristocratos)
|
||||
[](https://github.com/sponsors/aristocratos)
|
||||
[](https://ko-fi.com/aristocratos)
|
||||
|
@ -195,7 +195,9 @@ sudo make uninstall
|
|||
All options changeable from within UI.
|
||||
Config files stored in "$HOME/.config/bpytop" folder
|
||||
|
||||
#### bashtop.cfg: (auto generated if not found)
|
||||
#### bpytop.cfg: (auto generated if not found)
|
||||
|
||||
"/etc/bpytop.conf" will be used as default seed for config file creation if it exists.
|
||||
|
||||
```bash
|
||||
#? Config file for bpytop v. 1.0.0
|
||||
|
|
Loading…
Reference in New Issue