Skip to content

Commit

Permalink
Update ChangeLog & Version
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom committed Sep 15, 2021
1 parent a294f38 commit 18cd2d1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
v1.2.91 beta release 2
v1.3.0 Hustle and Shuffle
- Lots of updated translations from our brilliant translators
- Fix for spamming the syslog when previews was enabled but end-user was logged into a wayland desktop session
- Budgie Window Shuffler applet to apply layouts visually
Fix for Window Shuffler layouts executable installation path to work on stateless distros
Window Shuffler Control has been completely revamped and redesigned
Shuffler now includes Window Rules - explained here Testing 21.10
Shuffler now includes Window Rules
Shuffler Window rules now allow you to open application windows on specific workspaces
- note: GNOME 40 and later utilises the Shuffler super alt left/right keys. For Ubuntu Budgie we use a gsetting override to revert to wm keybindings prior to GNOME 40
- Applications Menu - Calculator now shows a visual hint how to copy the result to the clipboard. Try it - press Super then enter 2+2
Applications Menu - transition from Grid to List modes is now a fade rather than a slide animation
We no longer install the elementary gsettings schema - this ensures we don’t clash with a pantheon install. The elementary schema entry is now found in the budgie applications schema.
Some themes space the category list oddly. We now have a user configurable override (adjust category spacing) in the applet settings allowing you to control the spacing.
- Fuzzy Clock - always default to 12hr spoken clock format
- Network applet: Fix where after connecting to a VPN spinner cursor was still showing
- VisualSpace - we now display a hint when you open the popover - scrolling over the panel icon changes the workspace.
- Brightness Controller has now been reworked to use GNOMEs dbus control … so this should be all distro friendly and will reflect accurately the same Power slider in GNOME Settings.
v1.2.91 beta release 2
v1.2.90 beta release 1
v1.2.0 Magic Windows
- Window Shuffler - Window Rules: Add ability to set the position and size together with the monitor location to open an application on
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.2.91',
version: '1.3.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.2.91"
VERSION="1.3.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 18cd2d1

Please sign in to comment.