diff options
author | Jon Lund Steffensen <jonlst@gmail.com> | 2014-12-28 20:26:59 -0500 |
---|---|---|
committer | Jon Lund Steffensen <jonlst@gmail.com> | 2015-01-04 14:53:16 -0500 |
commit | b0587faf70602868559580b46f4e0ce710071abe (patch) | |
tree | 83fd49d8ef889d706f0ac3d98f8335cbfec17757 /NEWS.md | |
parent | NEWS: Rename to NEWS.md and markdown format (diff) | |
download | redshift-ng-b0587faf70602868559580b46f4e0ce710071abe.tar.gz redshift-ng-b0587faf70602868559580b46f4e0ce710071abe.tar.bz2 redshift-ng-b0587faf70602868559580b46f4e0ce710071abe.tar.xz |
NEWS: Update for 1.10 release
Diffstat (limited to '')
-rw-r--r-- | NEWS.md | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -1,6 +1,32 @@ News ==== +v1.10 (TBD) +----------- +* Fix #80: Add Geoclue2 location provider. +* Add CoreLocation (OSX) location provider and Quartz (OSX) gamma + adjustment method. +* Add hooks for user actions on period switch. +* Be less verbose when color values/period did not change. +* Add config setting to set gamma separately for day/night. +* Add support for custom transition start and end elevation (Mattias + Andrée). +* redshift-gtk: Show errors from child process in a dialog. +* Fix #95: Add AppData file for package managers. +* Use gettimeofday if POSIX timers not available (add support for + OSX). +* Fix #41: Do not jump to 0 % or 100 % when changing direction of + transition (Mattias Andrée). +* redshift-gtk: Relay USR1 signal to redshift process. +* redshift-gtk: Notify desktop about startup completion. +* Fix: systemd unit files were built from the wrong source. +* Fix #90: Print N/S and E/W in the location (Mattias Andrée). +* Fix #112: redshift-gtk: Do not buffer lines from child indefinitely. +* Fix #105: Limit decimals in displayed location to two. +* Update dependencies listed in HACKING.md (emilf, Kees Hink). +* Fix: Make desktop file translatable. +* Add Travis CI build script. + v1.9.1 (2014-04-20) ------------------- * Fix: Do not distribute redshift-gtk, only redshift-gtk.in. |