Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gnome-shell
Commits
2a263443
Commit
2a263443
authored
Apr 29, 2020
by
Florian Müllner
Browse files
Bump version to 3.36.2
Update NEWS.
parent
0d2d8cf6
Pipeline
#174736
failed with stages
in 4 minutes and 4 seconds
Changes
6
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
2a263443
3.36.2
======
* Add openPrefs() convenience method for extensions [Florian; !1163]
* Bring back support for empty StIcons [Andre, Jonas D.; !1173, !1178]
* Wake up screen when unlocking programmatically [Florian; !1158]
* Improve handling of scale-factor changes [Georges; !1176]
* Fix translations of folder names [Florian; #2623]
* Fix delay on lock screen after entering wrong password [Jonas D.; #2655]
* Match ASCII alternatives of system actions [Will; #2688]
* Tone down weekend days with events in calendar [Jakub; #2588]
* Fix area screenshots on multi-monitor systems [Jonas Å; !1224]
* Fix stuck lock screen after unlock [Jonas D., Florian; #2446]
* Fixed crashes [Jonas D., Florian, Carlos; #2584, #2625, !1223, !1218]
* Misc. bug fixes and cleanups [Jonas Å., Marco, Andre, Florian, Jonas D.;
!1155, !1156, !1169, !1168, #2551, #2563, !1172, !1179, !1160, #2562, #2578,
!1203, #2649, #2628, #2691, #1615, #2607, !1228]
Contributors:
Marco Trevisan (Treviño), Jonas Dreßler, Carlos Garnacho,
Andre Moreira Magalhaes, Florian Müllner, Georges Basile Stavracas Neto,
Jakub Steiner, Will Thompson, Jonas Ådahl
Translators:
Fabio Tomat [fur], Cheng-Chia Tseng [zh_TW], Danial Behzadi [fa],
Jiri Grönroos [fi], Ibai Oihanguren Sala [eu], Марко Костић [sr],
Rūdolfs Mazurs [lv], Rafael Fontenelle [pt_BR], Petr Kovář [cs],
Daniel Rusek [cs]
3.36.1
======
* Improve app folders [Jonas D.; !1011]
...
...
meson.build
View file @
2a263443
project('gnome-shell', 'c',
version: '3.36.
1
',
version: '3.36.
2
',
meson_version: '>= 0.47.0',
license: 'GPLv2+'
)
...
...
subprojects/extensions-app/data/metainfo/org.gnome.Extensions.metainfo.xml.in
View file @
2a263443
...
...
@@ -38,6 +38,7 @@
</description>
<releases>
<release
version=
"3.36.2"
date=
"2020-04-29"
/>
<release
version=
"3.36.1"
date=
"2020-03-29"
/>
<release
version=
"3.36.0"
date=
"2020-03-07"
/>
</releases>
...
...
subprojects/extensions-app/meson.build
View file @
2a263443
project('gnome-extensions-app',
version: '3.36.
1
',
version: '3.36.
2
',
meson_version: '>= 0.47.0',
license: 'GPLv2+'
)
...
...
subprojects/extensions-tool/meson.build
View file @
2a263443
project('gnome-extensions-tool', 'c',
version: '3.36.
1
',
version: '3.36.
2
',
meson_version: '>= 0.47.0',
license: 'GPLv2+'
)
...
...
subprojects/shew/meson.build
View file @
2a263443
project('shew', 'c',
version: '3.36.
1
',
version: '3.36.
2
',
meson_version: '>= 0.47.0',
license: 'LGPLv2+',
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment