Releases: alex-courtis/way-displays
Releases · alex-courtis/way-displays
1.11.0
What's Changed
- #138 always round scales to nearest 1/8 to support fractional scaling and other recent compositor changes; use --log-threshold debug to see details by @fberg in #145
- #146 capture and log xdg logical box by @alex-courtis in #157
- docs: path to docs in examples/cfg.yaml by @haug1 in #160
- #65 add CHANGE_SUCCESS_CMD to run a shell command in handle_success by @PaideiaDilemma in #162
New Contributors
- @fberg made their first contribution in #145
- @haug1 made their first contribution in #160
- @PaideiaDilemma made their first contribution in #162
Full Changelog: 1.10.2...1.11.0
1.10.2
What's Changed
- #153 revert cancellation behaviour to 1.9.0, awaiting comprehensive fix by @alex-courtis in #155
Full Changelog: 1.10.1...1.10.2
1.10.1
What's Changed
- #147 retry up to 25 cancellations, complete resolution incoming by @alex-courtis in #154
Full Changelog: 1.10.0...1.10.1
1.10.0
What's Changed
#135 add AUTO_SCALE_MIN/MAX by @dancek in #136
#147 retry after cancellations up to 3 times by @alex-courtis in #149
#151 add VRR_OFF hint on adaptive sync failure by @alex-courtis in #152
New Contributors
Full Changelog: 1.9.0...1.10.0
1.9.0
What's Changed
- #125 apply VRR_OFF via CLI and cfg.yaml by @alex-courtis in #126
- #41 add TRANSFORM by @alex-courtis in #133
- #113 ignore multiple preferred modes by @alex-courtis in #127
- #128 allow exact refresh HZ up to 3d.p. by @alex-courtis in #131
Full Changelog: 1.8.2...1.9.0
1.8.2
What's Changed
- #78 document hyprland configuration by @alex-courtis in #104
- #109 yaml CLI uses sequences by @alex-courtis in #116
- #109 yaml CLI uses sequences by @alex-courtis in #123
- #78 Fall Back To Writable Location For cfg.yaml by @alex-courtis in #124
Full Changelog: 1.8.1...1.8.2
1.8.1
What's Changed
- fix(#101): failure following DISABLE by @alex-courtis in #102
Full Changelog: 1.8.0...1.8.1
1.8.0
What's Changed
- ORDER, DISABLED, SCALE, MODE may use a regex @matthewwardrop
- Explicit ORDER: exact match, regex match, partial match
- Add VRR_OFF
- Add SCALING
- CLI --get prints commands
- CLI --yaml output
- flake.nix, CI by @edrex
- Use $PKG_CONFIG if set by @alyssais
- cmocka unit tests
New Contributors
- @matthewwardrop made their first contribution in #66
- @edrex made their first contribution in #88
- @alyssais made their first contribution in #91
Full Changelog: 1.7.1...1.8.0
1.7.1
- Add VRR / adaptive sync support - river