Skip to content

Commit 94740b5

Browse files
authored
Release 3.3.2 (#787)
* Update gala.appdata.xml.in * Update meson.build * AppData: Fix copypaste oops
1 parent ddcdab5 commit 94740b5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

data/gala.appdata.xml.in

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010
<p>A window &amp; compositing manager based on libmutter and designed by elementary for use with Pantheon.</p>
1111
</description>
1212
<releases>
13+
<release version="3.3.2" date="2020-04-30" urgency="medium">
14+
<description>
15+
<p>Improvements:</p>
16+
<ul>
17+
<li>Fix “Always on Visible Workspace” windows disappearing when changing workspaces</li>
18+
<li>Fix windows on non-primary displays disappearing when changing workspaces</li>
19+
<li>Updated translations</li>
20+
</ul>
21+
</description>
22+
</release>
1323
<release version="3.3.1" date="2020-04-25" urgency="medium">
1424
<description>
1525
<p>Improvements:</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project('gala',
22
'c', 'vala',
3-
version: '3.3.1',
3+
version: '3.3.2',
44
meson_version: '>= 0.48.0',
55
license: 'GPL3',
66
)

0 commit comments

Comments
 (0)