From: Phillip Berndt Date: Thu, 19 Dec 2019 11:45:43 +0000 (+0100) Subject: Version bump: 1.9 X-Git-Tag: 1.9^0 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=ad32e62cd99060b7398dd5bbe02f2f88f62df256;p=deb_pkgs%2Fautorandr.git Version bump: 1.9 --- diff --git a/README.md b/README.md index 200be07..6c57b10 100644 --- a/README.md +++ b/README.md @@ -214,8 +214,13 @@ profiles matching multiple (or any) monitors. ## Changelog -**autorandr 1.9 (dev)** +**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** diff --git a/autorandr.py b/autorandr.py index 36f8420..aa1be0b 100755 --- a/autorandr.py +++ b/autorandr.py @@ -49,7 +49,7 @@ if sys.version_info.major == 2: else: import configparser -__version__ = "1.8.1" +__version__ = "1.9" try: input = raw_input diff --git a/setup.py b/setup.py index 9bf12e2..55b3541 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ except: setup( name='autorandr', - version='1.8.1.post1', + version='1.9.post1', description='Automatically select a display configuration based on connected devices', long_description=long_description,