summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--way-displays.install17
3 files changed, 9 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f6c0ec52ed4..88f39d58f937 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = way-displays
pkgdesc = way-displays: Auto Manage Your Wayland Displays
- pkgver = 1.10.2
+ pkgver = 1.11.0
pkgrel = 1
url = https://github.com/alex-courtis/way-displays
install = way-displays.install
@@ -13,7 +13,7 @@ pkgbase = way-displays
depends = wlroots
depends = libinput
depends = yaml-cpp
- source = https://github.com/alex-courtis/way-displays/archive/refs/tags/1.10.2.tar.gz
- sha256sums = 8460c535f5d93f588f25b6e5a34c9b464989315bf779ef535823c0a3c4303c7b
+ source = https://github.com/alex-courtis/way-displays/archive/refs/tags/1.11.0.tar.gz
+ sha256sums = 7efa1acec948a8fc64234bf64b8799c6a27857d62240ec797acc498737f8015c
pkgname = way-displays
diff --git a/PKGBUILD b/PKGBUILD
index 5a2789252da8..16bcca5430ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexander Courtis <alex@courtis.org>
pkgname=way-displays
-pkgver=1.10.2
+pkgver=1.11.0
pkgrel=1
pkgdesc="way-displays: Auto Manage Your Wayland Displays"
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('MIT')
depends=('wayland' 'wlroots' 'libinput' 'yaml-cpp')
makedepends=('git' 'make' 'gcc')
source=("https://github.com/alex-courtis/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('8460c535f5d93f588f25b6e5a34c9b464989315bf779ef535823c0a3c4303c7b')
+sha256sums=('7efa1acec948a8fc64234bf64b8799c6a27857d62240ec797acc498737f8015c')
install=way-displays.install
build() {
diff --git a/way-displays.install b/way-displays.install
index a7a003f89a5c..00b4e441871a 100644
--- a/way-displays.install
+++ b/way-displays.install
@@ -32,21 +32,12 @@ magen() {
}
post_install() {
- yello "1.10.0"
+ yello "1.11.0"
blue "New Features:"
- plain " ${magenta}#135${all_off} add AUTO_SCALE_MIN/MAX by @dancek in ${green}#136${all_off}"
- plain " ${magenta}#151${all_off} add VRR_OFF hint on adaptive sync failure by @alex-courtis in ${green}#152${all_off}"
+ plain " ${magenta}#146${all_off} capture and log xdg logical box by @alex-courtis in ${green}#157${all_off}"
+ plain " ${magenta}#65${all_off} add CHANGE_SUCCESS_CMD to run a shell command in handle_success by @PaideiaDilemma in ${green}#162${all_off}"
blue "Bug Fixes:"
- plain " ${magenta}#147${all_off} retry after cancellations up to 3 times by @alex-courtis in ${green}#149${all_off}"
- plain ""
- yello "1.10.1"
- blue "Bug Fixes:"
- plain " ${magenta}#147${all_off} retry up to 25 cancellations, complete resolution incoming in ${green}#154${all_off}"
- plain ""
- yello "1.10.2"
- blue "Bug Fixes:"
- plain " ${magenta}#153${all_off} revert cancellation behaviour to 1.9.0, awaiting comprehensive fix"
- plain ""
+ plain " ${magenta}#138${all_off} 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 ${green}#145${all_off}"
}
post_upgrade() {