Skip to content

Commit f2bd832

Browse files
Release 2.4.0 (#304)
* Release 2.4.0 * Update release.yml * Update meson.build * Update io.elementary.switchboard.network.appdata.xml.in * Update screenshot Co-authored-by: Cassidy James Blaede <[email protected]> Co-authored-by: Cassidy James Blaede <[email protected]>
1 parent 436cd66 commit f2bd832

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-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/io.elementary.switchboard.network.appdata.xml.in

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@
77
<icon type="stock">preferences-system-network</icon>
88
<translation type="gettext">networking-plug</translation>
99
<releases>
10+
<release version="2.4.0" date="2021-07-14" urgency="medium">
11+
<description>
12+
<p>Minor updates</p>
13+
<ul>
14+
<li>Show message when Ethernet is unplugged</li>
15+
<li>Show DNS info</li>
16+
<li>Updated translations</li>
17+
</ul>
18+
</description>
19+
</release>
1020
<release version="2.3.3" date="2020-10-08" urgency="medium">
1121
<description>
1222
<p>Minor updates</p>

data/screenshot.png

11.8 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
'networking',
33
'vala', 'c',
4-
version: '2.3.3'
4+
version: '2.4.0'
55
)
66

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

0 commit comments

Comments
 (0)