diff options
author | Will Thompson <wjt@endlessos.org> | 2023-03-03 20:26:11 +0000 |
---|---|---|
committer | Will Thompson <wjt@endlessos.org> | 2023-03-03 20:26:11 +0000 |
commit | 9ad52746ed822692283351731d35369f7b7b21b7 (patch) | |
tree | 359e9910ac71bbbe8314f307645da80da8abda81 | |
parent | 3299831b82c4d55d376366f27c7d38508fbbc2ca (diff) | |
download | gnome-initial-setup-9ad52746ed822692283351731d35369f7b7b21b7.tar.gz |
NEWS for 44.rc44.rc
-rw-r--r-- | NEWS | 45 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 46 insertions, 1 deletions
@@ -1,3 +1,48 @@ +44.rc +----- + +Enhancements: + + - The About You page now makes it clear that you can choose a different avatar. + (#174) + +Bug fixes: + + - Double-clicking on the headerbar no longer makes the window super small. + (#136) + - The keyboard layout list is no longer empty until you search or expand it. + (#165) + - Non-ASCII characters in location names are now displayed correctly on the + timezone page. Previously, changing the language on the first page would + cause them to be mangled. (#177) + - StartupWMClass is now set in the .desktop file, allowing GNOME Shell to + associate the app window with the desktop file. (!187) + +Translation updates: + + - Basque + - Belarusian + - Catalan + - Czech + - Finnish + - Friulian + - Galician + - Georgian + - German + - Greek, Modern (1453-) + - Hebrew + - Hindi + - Hungarian + - Indonesian + - Korean + - Lithuanian + - Occitan (post 1500) + - Portuguese + - Serbian + - Slovenian + - Spanish + - Turkish + 44.beta ------- diff --git a/meson.build b/meson.build index 32cbfd9..3f3cdae 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('gnome-initial-setup', ['c'], - version: '44.beta.1', + version: '44.rc', license: 'GPL-2.0-or-later', meson_version: '>= 0.53.0', ) |