From: Phillip Berndt Date: Tue, 25 Sep 2018 17:20:42 +0000 (+0200) Subject: Version bump: autorandr-1.7 X-Git-Tag: 1.7 X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Fautorandr.git;a=commitdiff_plain;h=d1743d00b1e577110bb5f4e0993bfed61cba16a7 Version bump: autorandr-1.7 --- diff --git a/README.md b/README.md index b684441..71b3aeb 100644 --- a/README.md +++ b/README.md @@ -211,6 +211,10 @@ profiles matching multiple (or any) monitors. ## Changelog +**autorandr 1.7** + +* *2018-09-25* Fix FB size computation with rotated screens (by @Janno, #117) + **autorandr 1.6** * *2018-04-19* Bugfix: Do not load default profile unless --change is set diff --git a/autorandr.py b/autorandr.py index 9524f42..d36b568 100755 --- a/autorandr.py +++ b/autorandr.py @@ -48,7 +48,7 @@ if sys.version_info.major == 2: else: import configparser -__version__ = "1.6" +__version__ = "1.7" try: input = raw_input diff --git a/setup.py b/setup.py index 4309c15..02b347a 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ except: setup( name='autorandr', - version='1.6-1', + version='1.7-1', description='Automatically select a display configuration based on connected devices', long_description=long_description,