File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 11
2+ v1.9 (2014-04-06)
3+ * Use improved color scheme provided by Ingo Thies.
4+ * Add drm driver which will apply adjustments on linux consoles
5+ (Mattias Andrée).
6+ * Remove deprecated GNOME clock location provider.
7+ * Set proc title for redshift-gtk (Linux/BSD) (Philipp Hagemeister).
8+ * Show current temperature, location and status in GUI.
9+ * Add systemd user unit files so that redshift can be used with
10+ systemd as a session manager (Henry de Valence).
11+ * Use checkbox to toggle Redshift in GUI (Mattias Andrée).
12+ * Gamma correction is applied after brightness and temperature
13+ (Mattias Andrée).
14+ * Use XDG Base Directory Specification when looking for configuration
15+ file (Mattias Andrée).
16+ * Load config from %LOCALAPPDATA%\redshift.conf on Windows (TingPing).
17+ * Add RPM spec for Fedora in contrib.
18+
219v1.8 (2013-10-21)
320* IMPORTANT: gtk-redshift has changed name to redshift-gtk.
421* Fix crash when starting geoclue provider. (Thanks to Maks Verver)
Original file line number Diff line number Diff line change 22# Process this file with autoconf to produce a configure script.
33
44AC_PREREQ ( [ 2.69] )
5- AC_INIT ( [ redshift] , [ 1.8 ] , [ https://github.com/jonls/redshift/issues] )
5+ AC_INIT ( [ redshift] , [ 1.9 ] , [ https://github.com/jonls/redshift/issues] )
66AC_CONFIG_SRCDIR ( [ src/redshift.c] )
77AC_CONFIG_HEADERS ( [ config.h] )
88AM_INIT_AUTOMAKE ( [ foreign subdir-objects dist-xz] )
You can’t perform that action at this time.
0 commit comments