File gammy.changes of Package gammy

-------------------------------------------------------------------
Fri Feb 19 12:46:57 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>

- Update to version 0.9.64
  New:
  * The tray icon now toggles the window
  Fixes:
  * make install will now make the app appear in your
    applications
  * make install's default path has been changed to /usr instead
    of /usr/local .
  version 0.9.63:
  * The window doesn't act as a dialog now, and can be minimized
    and resized in all directions
  * The window doesn't have a "stay on top" flag anymore
  * Window position is now saved
  * Added a new config option: "wnd_show_on_startup". Setting it
    to "true" will show the window on startup always. (duh)
  * On a first start, the window is now shown on startup
    regardless
  * When the window is small enough, the auto brightness-related
    sliders can be hidden (except for "Range" and "Offset") and
    scrollable.
  * The system default font is now used
  * Pressing Esc when the window is focused will close it
  Tray icon:
  * A middle click on the icon will toggle both auto brightness
    and temperature
  * They can also be toggled separately from the tray menu
  * "Show Gammy" becomes "Hide Gammy" if the window is shown
  Fixes:
  * Auto brightness not working when running at startup/resuming
    from sleep
  * Inconsistent UI look across different OSes/distros
  * Debug logs appearing with debug off
  version 0.9.62:
  New:
  * Auto brightness now uses a much lighter screen capture
    method, which eliminates stutters and reduces CPU and RAM usage
  * A new lib is required for building: libXext
  * Added process lock (you shouldn't be able to run the app
    multiple times now)
  * sudo make install default path now is /usr/local/bin
  Fixes:
  * Fixed tray icon bug on KDE
  * Fixed mousewheel and middle click not working properly on
    the brightness/temp sliders
  * Fixed a bunch of GUI visual inconsistencies on different
    distros
  * Fixed rounding error on the brightness range labels
  * Fixed clang build warning

-------------------------------------------------------------------
Mon Jan  4 09:34:05 UTC 2021 - aloisio@gmx.com

- Update to version 0.9.61
  * Removed unnecessary screen buffer allocations, reducing CPU
    and memory usage further.
  * Adaptation speed can now be adjusted with more precision and
    can go down to 0 ms
  * Important: it's represented in milliseconds now. If you are
    updating, move the slider to fix it
  * Screenshot rate range has been increased to 0 - 1000 ms
  * Brightness offset now takes into account the upper brightness
    limit
  * Fixed unreadable tray menu in some configurations
  * Fixed build warning

-------------------------------------------------------------------
Fri Jan  1 20:33:57 UTC 2021 - aloisio@gmx.com

- Update to version 0.9.60
  * Substantial CPU usage improvements when calculating image
    brightness.
  * Color changes now reset periodically to overwrite other
    apps' settings.
  * Temperature adaptation time is now applied before the sunset
    time.
  * Temperature adaptation time limit increased to 3 hours.
  * Fixed a potential config error.
  * Config has been renamed to "gammyconf"
    (~/.config/gammyconf). Settings have also been renamed (your
    old one won't work).
  * Minor UI changes.
  Known issues:
  * If you have a command to run the app on startup, the tray
    icon may not appear without a sleep command preceding it.

-------------------------------------------------------------------
Wed Oct  7 05:35:35 UTC 2020 - aloisio@gmx.com

- Update to version 0.9.59
  * The app will now detect when waking up from suspension, and
    attempt to restore the correct screen values
  * Time passed between the start time and adaptation time is
    taken into account when adjusting temperature
    + Previously, if you started the PC just a minute after the
      temperature start time, you would already get to the
      lowest temperature. This is now fixed, even when waking up
      from sleep.
  * App version can now be checked in the tray menu, or by
    passing the -v argument in the command line
  * Fixed a config error when the XDG_CONFIG_HOME environment
    variable was set

-------------------------------------------------------------------
Wed Apr  8 09:13:07 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>

- Update to version 0.9.58
  * Fixed incorrect temperature state at a certain interval
    (#28) (further testing needed)
  * Fixed abrupt temperature change (#27) *
  * Fixed crashes related to config file
  * Speculative fix for settings not always being saved
  * Added animation framerate settings to config. "brt_fps" and
    "temp_fps" for brightness and temperature respectively
  * Default is 60 FPS for brightness and 45 for temperature. Try
    lowering them if you have performance issues
  version 0.9.57:
  * Fixed crash when opening temperature schedule window (#22)
  * Potential build error fix (#23)
  * Small UI fixes
  version 0.9.56:
  * Improved brightness and temperature interpolation, resulting
    in smoother transitions
  * Improved adaptation behaviour (WIP)
  * Adaptation speed slider now allows more granular settings
  * Added adaptation speed setting for adaptive temperature (up
    to 60 min)
  * Auto mode now unchecks automatically when pressing the
    sliders
  * Redesigned settings window (WIP)
  * Window width can now be resized with no limits
  * Various misc. changes
  version 0.9.55:
  * 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
  version 0.9.54:
  * 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
  version 0.9.53:
  * Fixed manual brightness not getting saved
  * Renamed "Speed" to "Adaptation speed" to avoid confusion
  * Remove unneeded memory allocations in the log output.
  version 0.9.52:
  * 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
  * More robust fix for cases where brightness appeared lower
    than intended (#5)
  * Fixed brightness indicator not updating when showing the
    window (again)
  version 0.9.51:
  * 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

- Dropped Group tag

-------------------------------------------------------------------
Sun Oct 20 06:11:13 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>

- Update to version 0.9.5
  * Color temperature now uses Ingo Thies' color ramp from
    Redshift.
    Known issue: temperature is not interpolated (only available
    in steps of 100 K)

-------------------------------------------------------------------
Thu Oct  3 11:08:10 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>

- Update to version 0.9.49
  * Fixed speed, threshold and screenshot rate labels not updating

-------------------------------------------------------------------
Sat Sep 28 11:03:48 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>

- Update to version 0.9.48
  * 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

-------------------------------------------------------------------
Fri Sep 20 17:32:32 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>

- Update to version 0.9.47
  * Brightness can be upped to 200% by pressing the lock icon
  * Brightness values are now shown in percentage
  * Fixed ability to set min brightness slider higher than max
    and viceversa

-------------------------------------------------------------------
Mon Sep  2 08:34:21 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>

- Update to version 0.9.46a
  * Fixed icons not getting included in unix

-------------------------------------------------------------------
Sat Aug 31 13:41:31 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>

- Update to version 0.9.46
  * Added option to adjust brightness manually
  * If there is no system tray, closing the window will quit the
    app

-------------------------------------------------------------------
Tue Aug 27 09:08:02 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>

- Update to version 0.9.45
  * Quitting will now reset the gamma to how it was before the
    program started
  * Gamma can be set to a pure state by clicking on "Quit (set
    pure gamma)" in the tray menu, which behaves as the old quit
  * Closing the settings window will not quit the program
    anymore (linux)
  * Removed the frameless window flag, fixing an issue where the
    window could not be moved (linux)

-------------------------------------------------------------------
Thu Aug 22 17:12:03 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>

- Update to version 0.9.44
  * Fixed overflow on big screens
  * Moved configuration file to comply with XDG spec

-------------------------------------------------------------------
Wed Aug 21 13:49:25 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>

- Initial package (v0.943)
openSUSE Build Service is sponsored by