Changelog:
- Added
- Add a daemon to handle privileged access
- Add basic completions for Bash/Fish/Zsh
- Add settings window in GUI
- Add "Driver" label in Graphics tab
- Add support for zenpower module
- Changed
- Patch dmidecode to version 3.2.5b3c8e9
- Uniform all units (byte and octet)
- Rewrite all CLI options
- Write output to /tmp/cpu-x.log and /tmp/cpu-x-daemon.log files when --issue-fmt is used
- Update databases
- Replace nvidia-settings command calls by nvidia-smi
- Support for L1 Instruction Cache information
- Removed
- Remove all privileged access in cpu-x binary (moved to cpu-x-daemon)
- Remove "CPU-X (Root)" desktop launcher
- Fixed
- Fix some awk regex
- Fix load_module() function
- Fix options parsing
- Various C fixes (unsafe functions and warnings)
- Fix with VFIO GPU driver
- Fix GUI switches appearance in Bench tab
- Various fixes in NCurses TUI
Signed-off-by: Algent Albrahimi <algent@protonmail.com>