]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/commitdiff
Version bump: autorandr-1.7 1.7
authorPhillip Berndt <phillip.berndt@googlemail.com>
Tue, 25 Sep 2018 17:20:42 +0000 (19:20 +0200)
committerPhillip Berndt <phillip.berndt@googlemail.com>
Tue, 25 Sep 2018 17:20:42 +0000 (19:20 +0200)
README.md
autorandr.py
setup.py

index b684441742628977890429d57c859492471a244d..71b3aebe2923d4c8ac2a882d86e76ae3cd8b6c59 100644 (file)
--- 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
index 9524f4274d8275ca32bb9b53c8d55673cd1a5684..d36b568485aca6e87a3b61e83ada3be63fe866b6 100755 (executable)
@@ -48,7 +48,7 @@ if sys.version_info.major == 2:
 else:
     import configparser
 
-__version__ = "1.6"
+__version__ = "1.7"
 
 try:
     input = raw_input
index 4309c15fe3e3e4b306612b0bbaa204c037d097df..02b347aa7a7f01e3d60f1a10061d7901f68551b7 100644 (file)
--- 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,