Skip to content

Commit

Permalink
v1.2.0 Magic Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom committed Mar 16, 2021
1 parent 2d4cd41 commit 567266d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
v1.1.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
- Window Shuffler - Layouts: Add the ability to launch and group together multiple applications
- Applications Menu:
- Applications Menu:
- Cosmetic - labels on budgie-desktop-settings are left aligned.
from upstream
- Terminal apps are no-longer shown in the menu such as xterm
- QuickChar installation is now easier on other on Debian based distro's - should not now need to patch your install locations
- Terminal apps are no-longer shown in the menu such as htop. They still can be searched for and run - ensure you have gnome-terminal or xterm to view.
- QuickChar installation is now easier on other on Debian based distro's - should not now need to patch your install locations
- Bug fix for the applications menu so that rollover menus settings is remembered on logon.
- The number of cities that our weather applet can now search has increased from 22.6k to 185k
- Applets now support stateless based distros and the XDG autostart path can both be defined at compilation time
- Bug fix for the brightness applet to not change the popup width when percentage changes between 100% and 0%
- Translations have been updated from all our Transifex translators
- Take-a-break applet now depends on libnotify-dev
v1.1.90 beta release 1
v1.1.0 Run Rabbit Run
- Hotcorners: Option added to configure hotcorners via budgie-desktop-settings and therefore hide the icon from the panel
- Dropby: Applet settings now has the ability to display the USB window notification in any corner you define
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.1.90',
version: '1.2.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.1.90"
VERSION="1.2.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 567266d

Please sign in to comment.