Skip to content

Commit a693a29

Browse files
authored
Release 3.7.1 (#1639)
* Release 3.7.1 * Update meson.build * Update io.elementary.appcenter.appdata.xml.in
1 parent c7815dd commit a693a29

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

data/io.elementary.appcenter.appdata.xml.in

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@
1111
<p>The open source, pay-what-you-want app store from elementary. Reviewed and curated by elementary to ensure a native, privacy-respecting, and secure experience. Browse by categories or search and discover new apps. AppCenter is also used for updating your system to the latest and greatest version for new features and fixes.</p>
1212
</description>
1313
<releases>
14+
<release version="3.7.1" date="2021-08-30" urgency="medium">
15+
<description>
16+
<p>Improvements:</p>
17+
<ul>
18+
<li>Show apps from newly sideloaded remotes without requiring a restart</li>
19+
<li>Less abrupt transition when changing app sources</li>
20+
<li>Updated translations</li>
21+
</ul>
22+
</description>
23+
</release>
1424
<release version="3.7.0" date="2021-08-24" urgency="medium">
1525
<description>
1626
<p>Fixes:</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'io.elementary.appcenter',
33
'vala', 'c',
4-
version: '3.7.0'
4+
version: '3.7.1'
55
)
66

77
gettext_name = meson.project_name()

0 commit comments

Comments
 (0)