X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=README.md;h=ab3d23d14f140f8a6a4e76371910a0655dea4d61;hb=0bbdbd0b1a7e98dd89112a74110dbc6ee8112021;hp=bf81fa4576f27caae190a0d5f2a00ec3b39d475e;hpb=44587595b701666e32e0a068884a8744a31fbef4;p=deb_pkgs%2Fautorandr.git diff --git a/README.md b/README.md index bf81fa4..ab3d23d 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Contributors to this version of autorandr are: * Brice Waegeneire * Chris Dunder * Christoph Gysin +* Christophe-Marie Duquesne * Daniel Hahler * Maciej Sitarz * Mathias Svensson @@ -153,7 +154,7 @@ candidate for doing that is `skip-options`, if you need it. ### Hook scripts -Three more scripts can be placed in the configuration directory (as +Three more scripts can be placed in the configuration directory (as defined by the [XDG spec](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html), usually `~/.config/autorandr` or `~/.autorandr` if you have an old installation for user configuration and `/etc/xdg/autorandr` for system wide configuration): @@ -190,7 +191,7 @@ configuration takes precedence, and it has a unique name. If you switch back from `docked` to `mobile`, `~/.config/autorandr/postswitch` -is executed instead of the `mobile` specific `postswitch`. +is executed instead of the `docked` specific `postswitch`. In these scripts, some of autorandr's state is exposed as environment variables prefixed with `AUTORANDR_`, such as: @@ -213,8 +214,19 @@ profiles matching multiple (or any) monitors. ## Changelog -**autorandr 1.9 (dev)** +**autorandr 1.10 (dev)** +* *2020-04-11* Sort approximate matches in detected profiles by quality of match +* *2019-12-31* Fix output positioning if the top-left output is not the first +* *2019-12-31* Accept negative gamma values (and interpret them as 0) +* *2019-12-31* Prefer the X11 launcher over systemd/udev configuration +**autorandr 1.9** + +* *2019-11-10* Count closed lids as disconnected outputs +* *2019-10-05* Do not overwrite existing configurations without `--force` +* *2019-08-16* Accept modes that don't match the WWWxHHH pattern +* *2019-03-22* Improve bash autocompletion +* *2019-03-21* Store CRTC values in configurations * *2019-03-24* Fix handling of recently disconnected outputs (See #128 and #143) **autorandr 1.8.1**