TYPESCRIPT
- The extension has been ported to Typescript. This transition enables the writing of better code and fosters a more stable codebase. It also lowers the barrier for new contributors to join the project. This is a major change, so, although thorough testing has been conducted, there are likely still some bugs to address. This significant update marks a milestone, and the assistance in identifying any bugs is greatly appreciated. Reporting discovered issues will be invaluable in enhancing the project. Thank you in advance for your valuable contributions and support.
New features
- Initial AMD GPU monitoring support through
amdgpu_top
- Initial NVIDIA GPU monitoring support through
nvidia-smi
- Storage Devices can be ignored selectively or with a regex (just like Network Interfaces) [#45]
- New experimental feature to add a left/right margin to the headers panel [#49]
- New source selection for Cpu Usage and Cores Usage: now you can choose between GTop and /proc (GTop is the default if available)
Bug fixes
- Fixed a bug where an header bar could be rendered heigher than expected when a fullscreen app is opened [#50]