Skip to content

Commit 9ebe371

Browse files
committed
Release 1.13.3
1 parent b08336a commit 9ebe371

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,9 @@ options nvidia_drm modeset=1
257257

258258
## Changelog
259259

260+
**autorandr 1.13.3**
261+
* *2023-01-24* Revert udev rule to rely on "change" event (see #324)
262+
260263
**autorandr 1.13.2**
261264
* *2023-01-23* Fix autostart in KDE (see #320)
262265
* *2023-01-23* Match add/remove rather than change in udev rule (see #321)

autorandr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
else:
5151
import configparser
5252

53-
__version__ = "1.13.2"
53+
__version__ = "1.13.3"
5454

5555
try:
5656
input = raw_input

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
setup(
1010
name='autorandr',
1111

12-
version='1.13.2.post1',
12+
version='1.13.3.post1',
1313

1414
description='Automatically select a display configuration based on connected devices',
1515
long_description=long_description,

0 commit comments

Comments
 (0)