File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -271,6 +271,11 @@ WAYLAND_DISPLAY= autorandr
271
271
272
272
## Changelog
273
273
274
+ ** autorandr 1.14**
275
+ * * 2023-06-22* Direct --match-edid renaming of output messages to stderr
276
+ * * 2023-06-22* Add Wayland awareness
277
+ * * 2023-06-22* Various minor auxiliary tooling bug fixes, see git-log
278
+
274
279
** autorandr 1.13.3**
275
280
* * 2023-01-24* Revert udev rule to rely on "change" event (see #324 )
276
281
Original file line number Diff line number Diff line change 50
50
else :
51
51
import configparser
52
52
53
- __version__ = "1.13.3 "
53
+ __version__ = "1.14 "
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.3 .post1' ,
12
+ version = '1.14 .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