Skip to content

Commit 4715fc0

Browse files
committed
Bump version for the release
1 parent 1324bbd commit 4715fc0

File tree

3 files changed

+43
-2
lines changed

3 files changed

+43
-2
lines changed

NEWS

+41
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
Version 1.9.0
2+
~~~~~~~~~~~~~
3+
Released: 2025-02-10
4+
5+
Notes:
6+
* Stepping Stone
7+
8+
Features:
9+
Primarily this release is a preparation for the v10.10.x release of budgie-desktop on wayland.
10+
11+
The following updates for this release applies to both X11 and wayland desktops
12+
13+
1. Latest translations thanks to our fantastic translation team
14+
2. Applications-menu supports displaying some terminal based apps such as htop via a applet settings options - thanks to Sarah Leibbrand https://github.com/Azania
15+
16+
The following updates applies to the X11 applets:
17+
18+
1. Fix crash in budgie-weather applet due to invalid icons sent via openweather
19+
2. Make Showtime correctly display on all monitors - thanks to Danny Trunk https://github.com/dtrunk90
20+
3. Weathershow no longer includes hard-coded runtime and compile paths
21+
22+
The following applets are available (via a meson_option) to be run on wayland:
23+
24+
- budgie-applauncher
25+
- budgie-brightness-controller
26+
- budgie-applications-menu
27+
- budgie-clockworks
28+
- budgie-fuzzy-clock
29+
- budgie-kangaroo
30+
- budgie-network-manager
31+
- budgie-quicknote
32+
- budgie-recently-used
33+
- budgie-wallstreet
34+
35+
More details here: https://github.com/UbuntuBudgie/budgie-extras/issues/474
36+
37+
Other third-party applets that we (at the time of this release) recognise can be made wayland compatible
38+
39+
- budgie-indicator-applet
40+
- https://github.com/UbuntuBudgie/budgie-extras/issues/476
41+
142
Version 1.8.0
243
~~~~~~~~~~~~~
344
Released: 2024-02-08

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project('budgie-extras',
22
['vala', 'c'],
3-
version: '1.8.0',
3+
version: '1.9.0',
44
meson_version: '>= 0.40.0'
55
)
66

mkrelease.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
git submodule init
55
git submodule update
66

7-
VERSION="1.8.0"
7+
VERSION="1.9.0"
88
NAME="budgie-extras"
99
git-archive-all.sh --format tar --prefix ${NAME}-${VERSION}/ --verbose -t HEAD ${NAME}-${VERSION}.tar
1010
xz -9 "${NAME}-${VERSION}.tar"

0 commit comments

Comments
 (0)