Releases: alex-courtis/way-displays
Releases · alex-courtis/way-displays
1.15.0
What's Changed
- #209: add more debug logging and callsite specific wl_ wrappers for better diagnostics by @alex-courtis in #211
- docs: explicitly state that Hyprland is not supported by @alex-courtis in #216
- chore: cppcheck: use reinterpret_cast in cpp, valgrind: skip some cmocka framework in 32 bit mode by @alex-courtis in #223
- docs: fix broken links on manpage by @maricn in #222
- #225: add warning: 'DP-1' will match eDP-1 and DP-1. Consider using regex '!^DP-1$' to exactly match. by @alex-courtis in #226
- #227: add IPC request/response schemas, change HZ from integer to number, minor schema version bumps by @alex-courtis in #228
- fix(#227): restore 1.0.0 schemas by @alex-courtis in #231
New Contributors
Full Changelog: 1.14.1...1.15.0
1.14.1
What's Changed
- doc(#204): improve name and description matching doc by @alex-courtis in #208
- fix(#214): Missing $CALLBACK_MSG by @alex-courtis in #215
Full Changelog: 1.14.0...1.14.1
1.14.0
What's Changed
- feat: retry on changes cancellation, up to 5 times by @mrsobakin in #200
- #196 implement DISABLED conditions: PLUGGED and UNPLUGGED by @mrsobakin in #199
- chore: cfg write prepends schema comment by @alex-courtis in #203
Full Changelog: 1.13.0...1.14.0
1.13.0
What's Changed
- doc: cfg.yaml schema: https://raw.githubusercontent.com/alex-courtis/way-displays/refs/heads/master/schema/cfg-1.0.0.yaml by @alex-courtis in #192
- #121 add --toggle for SCALING, AUTO_SCALE, VRR_OFF, DISABLED by @mrsobakin in #193
New Contributors
- @mrsobakin made their first contribution in #193
Full Changelog: 1.12.2...1.13.0
1.12.2
What's Changed
- #189 remove unnecessary make way-displays on install target by @alex-courtis in #190
Full Changelog: 1.12.1...1.12.2
1.12.1
What's Changed
- #185 ensure 32-bit compatibility by @alex-courtis in #186
- #185 32-bit testing by @alex-courtis in #187
- #185 stricter checks by @alex-courtis in #188
Full Changelog: 1.12.0...1.12.1
1.12.0
What's Changed
- #113 fix multiple preferred modes warning by @alex-courtis in #173
- #164 CALLBACK_CMD with ${CALLBACK_LEVEL} ${CALLBACK_MSG}, defaults to:
notify-send "way-displays ${CALLBACK_LEVEL}" "${CALLBACK_MSG}"by @alex-courtis in #168
Full Changelog: 1.11.0...1.12.0
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