summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2026-08-31 00:29:24 -0400
committerlukefromdc <[email protected]>2026-08-31 00:29:24 -0400
commit496f548da97f772a5eedc39f1c34c173aaf84084 (patch)
tree2d1132215fa37793714b6206f92fdc37d896092d
parentda670e6b2d0eee994214b067778b9f4236795f58 (diff)
downloadmate-utils-1.29.0.tar.bz2
mate-utils-1.29.0.tar.xz
Release 1.29.0v1.29.0
-rw-r--r--NEWS16
-rw-r--r--configure.ac4
2 files changed, 18 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 34004f9f..02eb768e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+### mate-utils 1.29.0
+
+ * Translations update from Fedora Weblate (#387)
+ * wayland: calculate the virtual framebuffer size using GDK logical coordinates
+ * add wlr protocol to EXTRA_DIST
+ * ci: point to correct location of wlr-screencopy.xml
+ * ci: build fixes
+ * ci: add gtk-layer-shell and wayland-protocols
+ * add wlr protocol to EXTRA_DIST
+ * Add Wayland support for mate-screenshot
+ * build(deps): bump actions/cache from 5 to 6
+ * build(deps): bump actions/checkout from 6 to 7
+ * Fix window screenshot including invisible borders
+ * baobab: Fix no size sorting for remote locations (#383)
+ * ci: fix release.yml
+
### mate-utils 1.28.1
* ci: migrate from Travis CI to GitHub Actions
diff --git a/configure.ac b/configure.ac
index 43797901..1b55f6ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,8 +14,8 @@
# along with MATE Utils. If not, see <https://www.gnu.org/licenses/>.
m4_define([mate_utils_major], [1])
-m4_define([mate_utils_minor], [28])
-m4_define([mate_utils_micro], [1])
+m4_define([mate_utils_minor], [29])
+m4_define([mate_utils_micro], [0])
m4_define([mate_utils_version], [mate_utils_major.mate_utils_minor.mate_utils_micro])