]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/commitdiff
autorandr 1.4 1.4
authorPhillip Berndt <phillip.berndt@googlemail.com>
Fri, 22 Dec 2017 16:25:24 +0000 (17:25 +0100)
committerPhillip Berndt <phillip.berndt@googlemail.com>
Fri, 22 Dec 2017 16:27:30 +0000 (17:27 +0100)
README.md
setup.py

index 265979f989af50a56914af78d304ee6aaf7f5dfc..7268c427ae64a06918c28ad636e747429cb7a82d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -197,6 +197,9 @@ 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
 
index b4ab17330b3643ebb1f75eda4e1d8bb0628f0f8c..7282c7c45ee05bea8d5f29ddfd5623a486391538 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ except:
 setup(
     name='autorandr',
 
-    version='1.2-1',
+    version='1.4-1',
 
     description='Automatically select a display configuration based on connected devices',
     long_description=long_description,