From 42a17368923adf3e17cc606ad464c0b2fd19d56f Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Thu, 11 Sep 2025 14:50:22 -0400 Subject: Release 1.29.0 --- NEWS | 19 +++++++++++++++++++ configure.ac | 4 ++-- meson.build | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 30af1560..8c375bde 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,22 @@ +### mate-desktop 1.29.0 + + * window: Add configurable mouse actions for titlebar + * theme: Fix left-side Fitt's Law + * theme: Extend button clickable area to edge of screen + * build(deps): bump actions/cache from 3 to 4 + * build(deps): bump actions/checkout from 4 to 5 + * build(deps): bump dev-hanz-ops/install-gh-cli-action from 0.1.0 to 0.2.1 + * GitHub action (#795) + * Fix GTK deprecations (#798) + * window: Parse _BAMF_DESKTOP_FILE property + * iconcache: Add GDesktopAppInfo lookup as an icon caching strategy + * window: Parse _GTK_APPLICATION_ID property + * window-props: remove incorrect mask check + * window-props: Fix check for XResQueryClientIds() success + * ci: fix travis deploy + * tabpopup: Stop spamming the ATs with label changes at startup + * tabpopup: Report the window as active to a11y when it's showing + ### mate-desktop 1.28.1 * fix packaging with meson diff --git a/configure.ac b/configure.ac index cd8a4294..824fb2e6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ AC_PREREQ(2.58) m4_define([marco_major_version], [1]) -m4_define([marco_minor_version], [28]) -m4_define([marco_micro_version], [1]) +m4_define([marco_minor_version], [29]) +m4_define([marco_micro_version], [0]) m4_define([marco_version], [marco_major_version.marco_minor_version.marco_micro_version]) diff --git a/meson.build b/meson.build index 7c7467be..40b2ac9f 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'marco', 'c', - version: '1.28.1', + version: '1.29.0', meson_version: '>=0.47.0', license: 'GPL2', default_options : [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11'], -- cgit v1.2.1