From ac033a617d4c03a8c87b87ff882d111035c112fc Mon Sep 17 00:00:00 2001 From: David Mohammed Date: Thu, 10 Mar 2022 23:24:44 +0000 Subject: [PATCH] Bump version for stable release --- NEWS | 16 ++++++++++++---- meson.build | 2 +- mkrelease.sh | 2 +- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 1202b595..786f3ca9 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,9 @@ -Version 1.3.91 +Version 1.4.0 ~~~~~~~~~~~~~ -Released: 2022-03-04 +Released: 2022-03-11 Notes: - * Beta 2 + * Budgie Bonanza Features: * Budgie Applications Menu applet: this has the following enhancements from upstream: @@ -15,6 +15,7 @@ Features: * Applications menu category view now defaults to 6px which gives a less squashed look for most themes - this can be configured via the applet settings. * Quicknote pop-up correctly retains its scroll-position so no need to keep scrolling up and down to find text you previously was looking at. * Made Shuffler more robust, handling situations when a window was just closed before a shuffler action was performed on it, or when trying to perform an action on a window of an invalid window type (e.g. a dialog window). +* Stylish new Shuffler panel icon * Budgie Previews, Budgie Quickchar and Budgie Window Shuffler now appear in GNOME-Software with meaningful descriptions and pictures. * Shuffle windows according to which is the active monitor. * Shuffle Control window animations match Budgie Settings' cross-fade. @@ -24,7 +25,7 @@ Features: * Update default Ubuntu Budgie layout. * Add delay option for Hot-corners; useful for touchpads that have difficulty measuring speed of movement. * Lots and lots of translations. -* Handle terminating secundary processes more gracefully, when applets are removed from the panel . +* Handle terminating secondary processes more gracefully, when applets are removed from the panel . * Removed Window Mover applet since no longer supported. * Removed Workspace Overview applet since no longer supported. * Ejecting from Dropby is managed with modern API. @@ -37,6 +38,13 @@ Features: * Network applet settings now opens in budgie-control-center if installed. * Changed from ChangeLog to NEWS file for version history. +Version 1.3.91 +~~~~~~~~~~~~~ +Released: 2022-03-04 + +Notes: + * Beta 2 + Version 1.3.90 ~~~~~~~~~~~~~ Released: 2022-02-19 diff --git a/meson.build b/meson.build index 9420424d..040955a8 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('budgie-extras', ['vala', 'c'], - version: '1.3.91', + version: '1.4.0', meson_version: '>= 0.40.0' ) diff --git a/mkrelease.sh b/mkrelease.sh index 3bfa429f..cfb1954e 100755 --- a/mkrelease.sh +++ b/mkrelease.sh @@ -4,7 +4,7 @@ set -e git submodule init git submodule update -VERSION="1.3.91" +VERSION="1.4.0" NAME="budgie-extras" git-archive-all.sh --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar xz -9 "${NAME}-${VERSION}.tar"