diff options
| -rw-r--r-- | NEWS | 16 | ||||
| -rw-r--r-- | configure.ac | 4 |
2 files changed, 18 insertions, 2 deletions
@@ -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]) |
