Skip to content

Commit 90ec10c

Browse files
Release 2.7.1 (#623)
* Release 2.7.1 * Update meson.build * Update release.yml * Update screenshot * Update and optimize screenshots Co-authored-by: Cassidy James Blaede <c@ssidyjam.es>
1 parent dfdb64a commit 90ec10c

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
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: "builds@elementary.io"
1818
with:
19-
release_branch: 'juno'
19+
release_branch: 'odin'

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@
3333
</screenshot>
3434
</screenshots>
3535
<releases>
36-
<release version="2.7.1" date="2020-09-30" urgency="medium">
36+
<release version="2.7.1" date="2021-07-13" urgency="medium">
3737
<description>
3838
<ul>
39+
<li>Fix keyboard activation in tool windows</li>
3940
<li>Show saved state correctly in the context-menu</li>
4041
<li>Translation updates</li>
4142
</ul>

data/screenshot-adjust.png

8.62 KB
Loading

data/screenshot.png

819 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
'io.elementary.photos',
33
'vala', 'c',
4-
version: '2.7.0',
4+
version: '2.7.1',
55
meson_version: '>=0.46.0'
66
)
77

0 commit comments

Comments
 (0)