]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/commitdiff
Bump version to 1.14 1.14
authorPhillip Berndt <phillip.berndt@googlemail.com>
Thu, 22 Jun 2023 14:37:12 +0000 (16:37 +0200)
committerPhillip Berndt <phillip.berndt@googlemail.com>
Thu, 22 Jun 2023 14:37:12 +0000 (16:37 +0200)
README.md
autorandr.py
setup.py

index 21a9aedc82f5c75299382b3e9d36fb7fffd24201..a7e8bfe9a4ff04a64c73f86841752ebba37ee756 100644 (file)
--- a/README.md
+++ b/README.md
@@ -271,6 +271,11 @@ WAYLAND_DISPLAY= autorandr
 
 ## Changelog
 
+**autorandr 1.14**
+* *2023-06-22* Direct --match-edid renaming of output messages to stderr
+* *2023-06-22* Add Wayland awareness
+* *2023-06-22* Various minor auxiliary tooling bug fixes, see git-log
+
 **autorandr 1.13.3**
 * *2023-01-24* Revert udev rule to rely on "change" event (see #324)
 
index 9f8de14795bf6b5d824532d88ec42e4070a26895..93b4e79ca09a13ac621bffa92f6302d508d60bdf 100755 (executable)
@@ -50,7 +50,7 @@ if sys.version_info.major == 2:
 else:
     import configparser
 
-__version__ = "1.13.3"
+__version__ = "1.14"
 
 try:
     input = raw_input
index 0b29943775e50610260e8fca2739ef26bccb79f7..b645bfa2cb64e11324c5ba1460f7333d5d7e0e0b 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ except:
 setup(
     name='autorandr',
 
-    version='1.13.3.post1',
+    version='1.14.post1',
 
     description='Automatically select a display configuration based on connected devices',
     long_description=long_description,