CHANGELOG 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. 1.2
  2. - Store the initial governor state on mode enter
  3. - Config now supports defaultgov and desiredgov
  4. - Add soft real-time scheduling support on kernels supporting SCHED_ISO
  5. (softrealtime config option) and support for renice-ing games to a higher
  6. priority (renice config option) (contributed by Kai Krakow)
  7. - Make service D-Bus activated rather than requiring it to be explicitly
  8. enabled in systemd (contributed by Christian Kellner)
  9. - Make libraries properly versioned (contributed by Christian Kellner)
  10. 1.1
  11. - Cascaded config file loading
  12. - gamemode_query_status function
  13. - '-r' (request) and '-s' (status) for gamemoded
  14. - User defined script plugins in the config file
  15. - User defined reaper thread frequency
  16. - Various code refactors and fixes
  17. - systemd status messages
  18. - release management scripts
  19. - inih moved to a git submodule
  20. 1.0
  21. - Fixed and cleaned up README file
  22. - Config file parsing
  23. - Man page
  24. - Example PKGBUILD file
  25. - Bug fix for missing pthread_rwlock_init
  26. 0.2
  27. - Updated meson build to improve compatibility, configuration and development
  28. - cpugovctl now uses polkit
  29. - Fixed potential threading issues
  30. - Added option to use the system d-bus for the daemon rather than systemd
  31. - Various code style and standards related improvements
  32. 0.1
  33. - Initial release