Version 1.4.0
What's new
This version has a LOT of new features.
- When sources are removed mid-run, they become N/A instead of crashing the util
- The current performance governor is now shown in the sidebar
- The performance governor can be seleted on systems that support it (some options require root)
- A new built-in stress test, no more need for external stress support. Exteranl stress support is still an option, but no longer required for the stress test option to be available
- Hardening of application errors and failures that were reported by some users
- An extensive test suite, mocking psutil and various edge cases
What's Changed
- fix: Always specify '=' as delimiter in config parser, solve #252 by @gunchev in #254
- Add a test suite to test sources and e2e more extensivly by @amanusk in #257
- Handle issues #255 and #256, with NoneType returned by pstuil by @amanusk in #259
- Solve issue #263, more robust poser reads by @amanusk in #264
- Feat/dynamic source length by @amanusk in #262
- Update urwid AttrWrap to AttrMap by @amanusk in #265
- Feat/dynamic temp sensors by @amanusk in #266
- Harden stress test kill on exit by @amanusk in #267
- Fix/pyright by @amanusk in #269
- Feat/new stresser by @amanusk in #272
- Feat/governors by @amanusk in #273
- Feat/throttle detect by @amanusk in #274
New Contributors
Full Changelog: v1.3.0...v1.4.0