|
| 1 | +News |
| 2 | +==== |
| 3 | + |
| 4 | +v1.9.1 (2014-04-20) |
| 5 | +------------------- |
| 6 | +* Fix: Do not distribute redshift-gtk, only redshift-gtk.in. |
| 7 | +* Fix: Geoclue support should pull in Glib as dependency. |
| 8 | +* geoclue: Fix segfault when error is NULL (Mattias Andrée). |
| 9 | +* geoclue: Set DISPLAY=:0 to work around issue when outside X |
| 10 | + (Mattias Andrée). |
| 11 | +* redshift-gtk: Fix crash when toggling state using the status icon. |
| 12 | +* redshift-gtk: Fix line splitting logic (Maks Verver). |
| 13 | + |
| 14 | +v1.9 (2014-04-06) |
| 15 | +----------------- |
| 16 | +* Use improved color scheme provided by Ingo Thies. |
| 17 | +* Add drm driver which will apply adjustments on linux consoles |
| 18 | + (Mattias Andrée). |
| 19 | +* Remove deprecated GNOME clock location provider. |
| 20 | +* Set proc title for redshift-gtk (Linux/BSD) (Philipp Hagemeister). |
| 21 | +* Show current temperature, location and status in GUI. |
| 22 | +* Add systemd user unit files so that redshift can be used with |
| 23 | + systemd as a session manager (Henry de Valence). |
| 24 | +* Use checkbox to toggle Redshift in GUI (Mattias Andrée). |
| 25 | +* Gamma correction is applied after brightness and temperature |
| 26 | + (Mattias Andrée). |
| 27 | +* Use XDG Base Directory Specification when looking for configuration |
| 28 | + file (Mattias Andrée). |
| 29 | +* Load config from %LOCALAPPDATA%\redshift.conf on Windows (TingPing). |
| 30 | +* Add RPM spec for Fedora in contrib. |
| 31 | +* redshift-gtk has been ported to Python3 and new PyGObject bindings |
| 32 | + for Python. |
| 33 | + |
| 34 | +v1.8 (2013-10-21) |
| 35 | +----------------- |
| 36 | +* IMPORTANT: gtk-redshift has changed name to redshift-gtk. |
| 37 | +* Fix crash when starting geoclue provider. (Thanks to Maks Verver) |
| 38 | +* Fix slight flicker int gamme ramp values (Sean Hildebrand) |
| 39 | +* Add redshift-gtk option to suspend for a short time period (Jendrik Seipp). |
| 40 | +* Add print mode (prints parameters and exits) by Vincent Breitmoser. |
| 41 | +* Set buffering on stdout and stderr to line-buffered. |
| 42 | +* Allow separate brightness for day and night (Olivier Fabre and Jeremy Erickson). |
| 43 | +* Fix various crashes/bugs/typos (Benjamin Kerensa and others) |
| 44 | + |
| 45 | +v1.7 (2011-07-04) |
| 46 | +----------------- |
| 47 | +* Add Geoclue location provider by Mathieu Trudel-Lapierre. |
| 48 | +* Allow brightness to be adjusted (-b). |
| 49 | +* Provide option to set color temperature directly (Joe Hillenbrand). |
| 50 | +* Add option to show program version (-V). |
| 51 | +* Add configure.ac option to install ubuntu icons. They will no longer be |
| 52 | + installed by default (Francesco Marella). |
| 53 | +* config: Look in %userprofile%/.config/redshift.conf on windows platform. |
| 54 | +* Fix: w32gdi: Obtain a new DC handle on every adjustment. This fixes a bug |
| 55 | + where redshift stops updating the screen. |
| 56 | + |
| 57 | +v1.6 (2010-10-18) |
| 58 | +----------------- |
| 59 | +* Support for optional configuration file (fixes #590722). |
| 60 | +* Add man page for redshift written by Andrew Starr-Bochicchio (fixes #582196). |
| 61 | +* Explain in help output that 6500K is the neutral color temperature |
| 62 | + (fixes #627113). |
| 63 | +* Fix: Handle multiple instances of the GNOME clock applet; contributed by |
| 64 | + Francesco Marella (fixes #610860). |
| 65 | +* Fix: Redshift crashes when VidMode fails (fixes #657451). |
| 66 | +* Fix: Toggle menu item should not be of class gtk.ImageMenuItem |
| 67 | + (fixes #620355). |
| 68 | +* New translations and translation updates: Lithuanian (Aurimas Fišeras); |
| 69 | + Brazilian Portuguese (Matteus Sthefano Leite da Silva); |
| 70 | + Finnish (Jani Välimaa); Italian (Simone Sandri); French (Emilien Klein); |
| 71 | + Russian (Anton Chernyshov). |
| 72 | + |
| 73 | +v1.5 (2010-08-18) |
| 74 | +----------------- |
| 75 | +* New ubuntu-mono-dark icons that fit better with the color guidelines. |
| 76 | + Contributed by aleth. |
| 77 | +* Improve GNOME location provider (patch by Gabriel de Perthuis). |
| 78 | +* Application launcher and autostart feature contributed by Francesco Marella. |
| 79 | +* Translation updates: Basque (Ibai Oihanguren); Chinese (Jonathan Lumb); |
| 80 | + French (Hangman, XioNoX); German (Jan-Christoph Borchardt); Hebrew |
| 81 | + (dotancohen); Spanish (Fernando Ossandon). |
| 82 | + |
| 83 | +v1.4.1 (2010-06-15) |
| 84 | +------------------- |
| 85 | +* Include Ubuntu Mono icons by Joern Konopka. |
| 86 | +* Fix: Toggle icon in statusicon.py like appindicator already does. |
| 87 | +* Tranlation updates: Spanish (Fernando Ossandon), Russian (Чистый) |
| 88 | + |
| 89 | +v1.4 (2010-06-13) |
| 90 | +----------------- |
| 91 | +* Command line options for color adjustment methods changed. Procedure for |
| 92 | + setting specific screen (-s) or CRTC (-c) changed. See `redshift -h` for |
| 93 | + more information. |
| 94 | +* Automatically obtain the location from the GNOME Clock applet if possible. |
| 95 | +* Add application indicator GUI (by Francesco Marella) (fixes #588086). |
| 96 | +* Add reset option (-x) that removes any color adjustment applied. Based on |
| 97 | + patch by Dan Helfman (fixes #590777). |
| 98 | +* `configure` options for GUI changed; see `configure --help` for more |
| 99 | + information. |
| 100 | +* New translations: |
| 101 | + - German (Jan-Christoph Borchardt) |
| 102 | + - Italian (Andrea Amoroso) |
| 103 | + - Czech (clever_fox) |
| 104 | + - Spanish (Fernando Ossandon) |
| 105 | + - Finnish (Ilari Oras) |
| 106 | + |
| 107 | +v1.3 (2010-05-12) |
| 108 | +----------------- |
| 109 | +* Allow adjusting individual CRTCs when using RANDR. Contributed by |
| 110 | + Alexandros Frantzis. |
| 111 | +* Add WinGDI method for gamma adjustments on Windows platform. |
| 112 | +* Compile with mingw (tested with cross compiler on ubuntu build system). |
| 113 | + |
| 114 | +v1.2 (2010-02-12) |
| 115 | +----------------- |
| 116 | +* Native language support: Danish and russian translations included in |
| 117 | + this release. Thanks goes to Gregory Petrosyan for the russian |
| 118 | + translation. |
| 119 | + |
| 120 | +v1.1 (2010-01-14) |
| 121 | +----------------- |
| 122 | +* Provide a GTK status icon (tray icon) for redshift with the |
| 123 | + gtk-redshift program. |
| 124 | + |
| 125 | +v1.0 (2010-01-09) |
| 126 | +----------------- |
| 127 | +* Temporarily disable/enable when USR1 signal is received. |
| 128 | + |
| 129 | +v0.4 (2010-01-07) |
| 130 | +----------------- |
| 131 | +* Restore gamma ramps on program exit. |
| 132 | + |
| 133 | +v0.3 (2009-12-28) |
| 134 | +----------------- |
| 135 | +* Continuously adjust color temperature. One shot mode can be selected |
| 136 | + with a command line switch. |
| 137 | +* Allow selection of X screen to apply adjustments to. |
| 138 | + |
| 139 | +v0.2 (2009-12-23) |
| 140 | +----------------- |
| 141 | +* Add a different method for setting the gamma ramps. It uses the |
| 142 | + VidMode extension. |
| 143 | + |
| 144 | +v0.1 (2009-11-04) |
| 145 | +----------------- |
| 146 | +* Initial release. |
0 commit comments