]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/blobdiff - README.md
autorandr 1.4
[deb_pkgs/autorandr.git] / README.md
index 30d2939153e5f2d07b3a38c204a1fd89bc0afd8c..7268c427ae64a06918c28ad636e747429cb7a82d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -39,6 +39,7 @@ Contributors to this version of autorandr are:
 * andersonjacob
 * Alexander Wirt
 * Chris Dunder
+* Christoph Gysin
 * Daniel Hahler
 * Maciej Sitarz
 * Mathias Svensson
@@ -116,6 +117,10 @@ To manually load a profile:
 
     $ autorandr --load <profile>
 
+or simply:
+
+    $ autorandr <profile>
+
 autorandr tries to avoid reloading an identical configuration. To force the
 (re)configuration:
 
@@ -137,6 +142,10 @@ names in your configuration directory to have autorandr use any of them
 as the default configuration without you having to change the system-wide
 configuration.
 
+You can store default values for any option in an INI-file in
+`~/.config/autorandr/settings.ini` in a section `config`. The most useful
+candidate for doing that is `skip-options`, if you need it.
+
 ## Hook scripts
 
 Three more scripts can be placed in the configuration directory (as 
@@ -188,6 +197,17 @@ running `xrandr`.
 
 ## Changelog
 
+**autorandr 1.4**
+
+* *2017-12-22* Fixed broken virtual profile support
+* *2017-12-14* Added support for a settings file
+* *2017-12-14* Added a virtual profile `off`, which disables all screens
+
+**autorandr 1.3**
+
+* *2017-11-13* Add a short form for `--load`
+* *2017-11-21* Fix environment stealing in `--batch` mode (See #87)
+
 **autorandr 1.2**
 
 * *2017-07-16* Skip `--panning` unless it is required (See #72)