Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom committed Mar 27, 2020
1 parent eea99a7 commit 1dc447d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
v1.0.0 Shake rattle and roll
- New Network Manager applet
- New Window Shuffler - GUI/keyboard friendly window arranger
- New Applications Menu - Application Menu launcher with Grid/List modes/launch website URLs/calculator
- New WallStreet - Wallpaper autorotator
- New VisualSpace - compact workspace arranger
- Desktop Layouts support in budgie-extras-daemon
- Rework takeabreak to remove wmctrl dependency
- Modernize countdown codebase
Bugfixes
- Disable rightclick in QuickNote
- Vertical panel support for WeatherShow
- Lots of DropBy fixes to prevent crash reports
- Updates throughout all applets/mini apps to fully define paths to system subcalls
- Fixes is various applets/mini apps to fully support 4K resolutions
README updates for build and runtime dependencies
Translation Updates
v0.95.0 release candidate 2
v0.94.0 release candidate 1
v0.93.0 beta release 4
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: '0.95.0',
version: '1.0.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="0.95.0"
VERSION="1.0.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 1dc447d

Please sign in to comment.