Skip to content

Commit

Permalink
Bump version for stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom committed Mar 10, 2022
1 parent 14e2700 commit ac033a6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
16 changes: 12 additions & 4 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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.
Expand All @@ -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.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('budgie-extras',
['vala', 'c'],
version: '1.3.91',
version: '1.4.0',
meson_version: '>= 0.40.0'
)

Expand Down
2 changes: 1 addition & 1 deletion mkrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ac033a6

Please sign in to comment.