From 278d0afc797cd80004d1e57fcdfc61de7eb3a25e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 3 Jul 2023 00:25:31 +0200 Subject: [PATCH] Bump version to 45.alpha Update NEWS. Part-of: --- NEWS | 11 +++++++++++ meson.build | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index cab0d150..f7137653 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +45.alpha +======== +* window-list: Modernize default styling [Alexander; !253] +* Replace classic styling with built-in light style [Florian; !254] +* window-list: Add tooltip for long window titles [Arik; !251] +* light-style: New extension [Florian; !256] +* Misc. bug fixes and cleanups [Florian; !255, !257] + +Contributors: + Florian Müllner, Arik W, Alexander Weichart + 44.0 ==== * Bump version diff --git a/meson.build b/meson.build index 5dfe35c8..37c3f0fd 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '44.0', + version: '45.alpha', meson_version: '>= 0.58.0', license: 'GPL2+' )