Gammy Versions Save

Adaptive screen brightness/temperature for Windows, Linux, FreeBSD

v0.9.55

4 years ago
  • Fixed a rare regression where brightness would drop to unintended levels
  • Optimized RAM usage when automatic brightness is off
  • Various stability improvements
  • Small UI adjustments

v0.9.54

4 years ago
  • Added basic adaptive temperature implementation
  • Configure it by clicking the '...' button next to the second 'Auto' checkbox
  • Only allows a fixed time range for now. The plan is to add sunrise/sunset dection in the future, as well as more configuration (e.g. adaption speed)
  • Various optimizations to screenshot and brightness adjustment process
  • App uses a new way of storing settings
  • If you are having issues delete the config file (~/.config/gammy)
  • Fixed a compilation error (#13)
  • Fixed some compiler warnings
  • Lots of under the hood changes. Let me know of any bugs I didn't catch

v0.9.54-pre

4 years ago
  • Added initial adaptive temperature implementation
  • Temperature will gradually decrease and increase after certain time periods (no speed setting yet)
  • It can be configured by clicking the '...' button next to the second 'Auto' checkbox

Any bug reports and feedback welcome.

v0.9.53

4 years ago
  • Fixed manual brightness not getting saved
  • Renamed "Speed" to "Adaptation speed" to avoid confusion

v0.9.52a

4 years ago

Tiny release to remove unneeded memory allocations in the log output.

v0.9.52

4 years ago
  • Implemented Plog logging library
  • Logging levels can be enabled by changing the "debug" value in the config file to:
  • 0: none, 1: fatal, 2: errors, 3: warnings, 4: info, 5: debug, 6: verbose
  • Values above 5 will save logs to "gammylog.txt", and show a console on Windows
  • Fixed startup crash on Windows (#10)
  • More robust fix for cases where brightness appeared lower than intended (#5)
  • Fixed brightness indicator not updating when showing the window (again)

v0.9.51

4 years ago
  • Speculative fix for brightness appearing lower than intended (#5)
  • Window should now appear and stay on top if it's in a hidden state
  • Icons should now look less pixelated on Linux
  • Re-added frame around the window (Windows)
  • Removed the ability to drag inside the window (Windows)

v0.9.5

4 years ago
  • Color temperature now uses Ingo Thies' color ramp from Redshift

Known issue: temperature is not interpolated (only available in steps of 100 K)

v0.9.49

4 years ago
  • Fixed speed, threshold and screenshot rate labels not updating

v0.9.48

4 years ago
  • Extended temperature slider range (WIP)
  • Fixed long quit time when manual brightness was enabled
  • Fixed SIGINT & co not working when manual brightness was enabled
  • Config file now gets saved when closing the window and on shutdown