]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/commitdiff
Release 1.13.3 1.13.3
authorPhillip Berndt <phillip.berndt@googlemail.com>
Tue, 24 Jan 2023 11:55:48 +0000 (12:55 +0100)
committerPhillip Berndt <phillip.berndt@googlemail.com>
Tue, 24 Jan 2023 11:55:48 +0000 (12:55 +0100)
README.md
autorandr.py
setup.py

index 8b6ef7ec84ea34ea36c33537bb454ac1b22fef22..865091d738f9cd5241845f5b84ec06dd805117d9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -257,6 +257,9 @@ options nvidia_drm modeset=1
 
 ## Changelog
 
+**autorandr 1.13.3**
+* *2023-01-24* Revert udev rule to rely on "change" event (see #324)
+
 **autorandr 1.13.2**
 * *2023-01-23* Fix autostart in KDE (see #320)
 * *2023-01-23* Match add/remove rather than change in udev rule (see #321)
index 1dea4bc35b53fbf64543d523aed71a6527a9299e..a2d8b56916e13be80d208ef00c68d32e12ce8cd6 100755 (executable)
@@ -50,7 +50,7 @@ if sys.version_info.major == 2:
 else:
     import configparser
 
-__version__ = "1.13.2"
+__version__ = "1.13.3"
 
 try:
     input = raw_input
index 900c9470caaebb2fc8d62e1dd46722e4ff92a790..0b29943775e50610260e8fca2739ef26bccb79f7 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ except:
 setup(
     name='autorandr',
 
-    version='1.13.2.post1',
+    version='1.13.3.post1',
 
     description='Automatically select a display configuration based on connected devices',
     long_description=long_description,