Skip to content

Commit

Permalink
v1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom committed Apr 9, 2020
1 parent 2f82f9f commit 85acdc5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v1.0.1 Stomp!
Service Release incorporating:
- Window Previews working with new version of libwnck3
- Translation updates
- Distinctive icons for shuffler, wallstreet and previews
- Visualspace reduce spacing on initial view to improve styling
- Correctly identify when enabling Shuffler and Previews should prompt to logout/login.
- Install missing classic ubuntubudgie layout
- Shuffler and previews now correctly prompt when to logout/login to intialise
v1.0.0 Shake rattle and roll
- New Network Manager applet
- New Window Shuffler - GUI/keyboard friendly window arranger
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.0.0',
version: '1.0.1',
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.0.0"
VERSION="1.0.1"
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 85acdc5

Please sign in to comment.