diff --git a/NEWS b/NEWS index e7420445..54ec5e06 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,17 @@ +41.beta +======= +* window-list: Extend reactive area of minimap to screen edges [Adam; !171] +* drive-menu: Improve detection of network mounts [Florian; !27, !176] +* Use distinct gettext domain for e.g.o uploads [Florian; #335] +* Misc. bug fixes and cleanups [Florian; !172, !174, !177, !167, !178, !180, + !181, !182, !183] + +Contributors: + Marco Trevisan (Treviño), Adam Goode, Florian Müllner + +Translators: + Hugo Carvalho [pt], Juliano de Souza Camargo [pt], Alexander Shopov [bg] + 40.1 ==== * Disable welcome dialog in classic session [Florian; !169] diff --git a/meson.build b/meson.build index 60c6664d..6573b7d8 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-shell-extensions', - version: '41.alpha', + version: '41.beta', meson_version: '>= 0.44.0', license: 'GPL2+' )