File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -257,6 +257,9 @@ options nvidia_drm modeset=1
257
257
258
258
## Changelog
259
259
260
+ ** autorandr 1.13.3**
261
+ * * 2023-01-24* Revert udev rule to rely on "change" event (see #324 )
262
+
260
263
** autorandr 1.13.2**
261
264
* * 2023-01-23* Fix autostart in KDE (see #320 )
262
265
* * 2023-01-23* Match add/remove rather than change in udev rule (see #321 )
Original file line number Diff line number Diff line change 50
50
else :
51
51
import configparser
52
52
53
- __version__ = "1.13.2 "
53
+ __version__ = "1.13.3 "
54
54
55
55
try :
56
56
input = raw_input
Original file line number Diff line number Diff line change 9
9
setup (
10
10
name = 'autorandr' ,
11
11
12
- version = '1.13.2 .post1' ,
12
+ version = '1.13.3 .post1' ,
13
13
14
14
description = 'Automatically select a display configuration based on connected devices' ,
15
15
long_description = long_description ,
You can’t perform that action at this time.
0 commit comments