diff --git a/config.mk b/config.mk index 1827b9b..7d1a382 100644 --- a/config.mk +++ b/config.mk @@ -1,4 +1,4 @@ -VERSION ?= "1.11.0-SNAPSHOT" +VERSION ?= "1.11.0" PREFIX ?= /usr/local PREFIX_ETC ?= /usr/local diff --git a/doc/CHANGELOG.txt b/doc/CHANGELOG.txt index f5891a0..14de068 100644 --- a/doc/CHANGELOG.txt +++ b/doc/CHANGELOG.txt @@ -1,3 +1,10 @@ +way-displays 1.11.0 2024-04-20 +------------------------------ +#138 always round scales to nearest 1/8 to support fractional scaling and other recent compositor changes; use --log-threshold debug to see details +#146 capture and log xdg logical box +docs: path to docs in examples/cfg.yaml +#65 add ON_CHANGE_CMD to run a shell command in handle_success + way-displays 1.10.2 2024-01-21 ------------------------------ #147 revert cancellation behaviour to 1.9.0, awaiting comprehensive fix