forked from alex-courtis/way-displays
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
106 lines (84 loc) · 2.91 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
way-displays 1.9.0 2023-09-04
-----------------------------
#128 allow exact refresh HZ up to 3d.p.
#113 ignore multiple preferred modes
#41 add TRANSFORM
#125 apply VRR_OFF via CLI and cfg.yaml
way-displays 1.8.2 2023-08-21
-----------------------------
#78 Fall Back To Writable Location For cfg.yaml
#109 yaml CLI uses sequences
way-displays 1.8.1 2023-05-09
-----------------------------
Bug #101 failure following DISABLE
way-displays 1.8.0 2023-05-06
-----------------------------
- ORDER, DISABLED, SCALE, MODE may use a regex
- Explicit ORDER: exact match, regex match, partial match
- Add VRR_OFF
- Add SCALING
- CLI --get prints commands
- CLI --yaml output
way-displays 1.7.1 2023-01-24
-----------------------------
- Add VRR / adaptive sync support for river
way-displays 1.7.0 2023-01-24
-----------------------------
- Add VRR / adaptive sync support
- Bug #60 order exact name / description matches first
way-displays 1.6.2 2022-12-16
-----------------------------
- Bug #56 handle missing head fields on way-displays -g
- Print head fields: make, model, serial
way-displays 1.6.1 2022-12-08
-----------------------------
- Bug #49 wlroots 0.16.0 compatibility
way-displays 1.6.0 2022-07-19
-----------------------------
- Feature #49 IPC API
way-displays 1.5.3 2022-05-31
-----------------------------
- Fix segfault when no lid present; thank you Joost Molenaar
way-displays 1.5.2 2022-04-10
-----------------------------
- Bug #37 clang compilation failure
way-displays 1.5.1 2022-04-10
-----------------------------
- Bug #33 prevent infinite loop following some mode change failures
- Compilation fixes for alternate architectures/distros
way-displays 1.5.0 2022-03-14
-----------------------------
- Feature #19 user specified MODE resolution/refresh/max
- Bug #27 detect laptop lid before starting
way-displays 1.4.1 2022-02-23
-----------------------------
- Minor safety improvements
way-displays 1.4.0 2022-02-22
-----------------------------
- Feature Command Line Client
way-displays 1.3.0 2022-01-22
-----------------------------
- Feature #16 add DISABLED
way-displays 1.2.1 2022-01-12
-----------------------------
- Bug #12 handle rotated displays
- Bug #11 allow retries after config update during a change
way-displays 1.2.0 2022-01-07
-----------------------------
- Feature #10 Maximum Preferred Refresh
way-displays 1.1.0 2021-11-04
-----------------------------
- Feature #8 ARRANGE: ROW|COLUMN ALIGN: BOTTOM|MIDDLE|TOP|LEFT|RIGHT
way-displays 1.0.2 2021-10-20
-----------------------------
- Fix #3 Possibly Corrupted Configuation On Bad Read
- Fix #4 Ignore laptop lid closed / opened when no external displays connected
- Add time to logs and log threshold
- Print scale at 3dp
way-displays 1.0.1 2021-10-15
-----------------------------
- Fix #1 Hot Reload Not Working For symlinks
- Fix #2 Unable to open pid file from another user
way-displays 1.0.0 2021-10-13
-----------------------------
- Initial Release