Skip to content

Commit fe694ac

Browse files
Release 2.3.2 (#329)
* Release 2.3.2 * Update meson.build * Update display.appdata.xml.in Co-authored-by: Cassidy James Blaede <[email protected]>
1 parent ca48bb5 commit fe694ac

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

data/display.appdata.xml.in

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,17 @@
77
<icon type="stock">preferences-desktop-display</icon>
88
<translation type="gettext">display-plug</translation>
99
<releases>
10-
<release version="2.3.2" date="2021-09-21" urgency="medium">
10+
<release version="2.3.2" date="2021-10-26" urgency="medium">
1111
<description>
12-
<p>Fixes:</p>
12+
<p>Improvements:</p>
1313
<ul>
14-
<li>Show display name on all workspaces</li>
1514
<li>Move resolutions with a different aspect ratio to a submenu</li>
1615
<li>Improve brightness in the dark style</li>
1716
</ul>
17+
<p>Fixes:</p>
18+
<ul>
19+
<li>Show display name on all workspaces</li>
20+
</ul>
1821
<p>Minor updates:</p>
1922
<ul>
2023
<li>Updated translations</li>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'display',
33
'vala', 'c',
4-
version: '2.3.1'
4+
version: '2.3.2'
55
)
66

77
gettext_name = meson.project_name() + '-plug'

0 commit comments

Comments
 (0)