Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fa5c4bade1 | |||
| a7d4d8df80 | |||
| 791682e836 |
+2
-2
@@ -3,8 +3,8 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- remote: 'https://gitlab.gnome.org/Infrastructure/freedesktop-ci-templates/-/raw/bbe5232986c9b98eb1efe62484e07216f7d1a4df/templates/fedora.yml'
|
- remote: 'https://gitlab.gnome.org/Infrastructure/freedesktop-ci-templates/-/raw/master/templates/fedora.yml'
|
||||||
- remote: "https://gitlab.gnome.org/Infrastructure/freedesktop-ci-templates/-/raw/bc70242ffb8402243e934659ecc1a2d1c89eca2b/templates/ci-fairy.yml"
|
- remote: "https://gitlab.gnome.org/Infrastructure/freedesktop-ci-templates/-/raw/master/templates/ci-fairy.yml"
|
||||||
- component: gitlab.gnome.org/GNOME/citemplates/release-service@master
|
- component: gitlab.gnome.org/GNOME/citemplates/release-service@master
|
||||||
inputs:
|
inputs:
|
||||||
job-stage: deploy
|
job-stage: deploy
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
47.4
|
||||||
|
====
|
||||||
|
* window-list: Fix regression in chrome tracking [Florian; !379]
|
||||||
|
* Misc. bug fixes and cleanups [Florian; !376]
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Florian Müllner
|
||||||
|
|
||||||
47.3
|
47.3
|
||||||
====
|
====
|
||||||
* places-menu: Fix opening drives with mount operations [Florian; !361]
|
* places-menu: Fix opening drives with mount operations [Florian; !361]
|
||||||
|
|||||||
@@ -818,7 +818,7 @@ class WindowList extends St.Widget {
|
|||||||
this._updateKeyboardAnchor();
|
this._updateKeyboardAnchor();
|
||||||
},
|
},
|
||||||
'hidden', () => {
|
'hidden', () => {
|
||||||
Main.layoutManager.trackChrome(this);
|
Main.layoutManager.trackChrome(this, chromeOptions);
|
||||||
this.visible = !this._monitor.inFullscreen;
|
this.visible = !this._monitor.inFullscreen;
|
||||||
this._updateKeyboardAnchor();
|
this._updateKeyboardAnchor();
|
||||||
}, this);
|
}, this);
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
project(
|
project(
|
||||||
'gnome-shell-extensions',
|
'gnome-shell-extensions',
|
||||||
version: '47.3',
|
version: '47.4',
|
||||||
meson_version: '>= 1.1.0',
|
meson_version: '>= 1.1.0',
|
||||||
license: 'GPL-2.0-or-later',
|
license: 'GPL-2.0-or-later',
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user