Skip to content

Commit a042ef2

Browse files
Release 2.3.0 (#300)
* Release 2.3.0 * Update meson.build * Update release.yml * Update display.appdata.xml.in * Update screenshot Co-authored-by: Cassidy James Blaede <[email protected]> Co-authored-by: Cassidy James Blaede <[email protected]>
1 parent 64e07d3 commit a042ef2

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
GIT_USER_NAME: "elementaryBot"
1717
GIT_USER_EMAIL: "[email protected]"
1818
with:
19-
release_branch: 'juno'
19+
release_branch: 'odin'

data/display.appdata.xml.in

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@
77
<icon type="stock">preferences-desktop-display</icon>
88
<translation type="gettext">display-plug</translation>
99
<releases>
10+
<release version="2.3.0" date="2021-07-14" urgency="medium">
11+
<description>
12+
<p>New features:</p>
13+
<ul>
14+
<li>Support 3× scaling</li>
15+
</ul>
16+
<p>Fixes:</p>
17+
<ul>
18+
<li>Reliably detect accelerometers</li>
19+
</ul>
20+
<p>Minor updates:</p>
21+
<ul>
22+
<li>Updated translations</li>
23+
</ul>
24+
</description>
25+
</release>
1026
<release version="2.2.2" date="2020-05-28" urgency="medium">
1127
<description>
1228
<ul>

data/screenshot.png

-19.4 KB
Loading

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.2.2'
4+
version: '2.3.0'
55
)
66

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

0 commit comments

Comments
 (0)