Skip to content

Commit

Permalink
Release 2.7.1 (#623)
Browse files Browse the repository at this point in the history
* Release 2.7.1

* Update meson.build

* Update release.yml

* Update screenshot

* Update and optimize screenshots

Co-authored-by: Cassidy James Blaede <[email protected]>
  • Loading branch information
danirabbit and cassidyjames committed Jul 14, 2021
1 parent dfdb64a commit 90ec10c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
GIT_USER_NAME: "elementaryBot"
GIT_USER_EMAIL: "[email protected]"
with:
release_branch: 'juno'
release_branch: 'odin'
3 changes: 2 additions & 1 deletion data/io.elementary.photos.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@
</screenshot>
</screenshots>
<releases>
<release version="2.7.1" date="2020-09-30" urgency="medium">
<release version="2.7.1" date="2021-07-13" urgency="medium">
<description>
<ul>
<li>Fix keyboard activation in tool windows</li>
<li>Show saved state correctly in the context-menu</li>
<li>Translation updates</li>
</ul>
Expand Down
Binary file modified data/screenshot-adjust.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'io.elementary.photos',
'vala', 'c',
version: '2.7.0',
version: '2.7.1',
meson_version: '>=0.46.0'
)

Expand Down

0 comments on commit 90ec10c

Please sign in to comment.