1
0

CHANGELOG 828 B

123456789101112131415161718192021222324252627282930313233343536
  1. 1.2
  2. Store the initial governor state on mode enter
  3. Config now supports defaultgov and desiredgov
  4. 1.1
  5. Cascaded config file loading
  6. gamemode_query_status function
  7. '-r' (request) and '-s' (status) for gamemoded
  8. User defined script plugins in the config file
  9. User defined reaper thread frequency
  10. Various code refactors and fixes
  11. systemd status messages
  12. release management scripts
  13. inih moved to a git submodule
  14. 1.0
  15. Fixed and cleaned up README file
  16. Config file parsing
  17. Man page
  18. Example PKGBUILD file
  19. Bug fix for missing pthread_rwlock_init
  20. 0.2
  21. Updated meson build to improve compatibility, configuration and development
  22. cpugovctl now uses polkit
  23. Fixed potential threading issues
  24. Added option to use the system d-bus for the daemon rather than systemd
  25. Various code style and standards related improvements
  26. 0.1
  27. Initial release