Skip to content

Commit db2b159

Browse files
authored
Release 2.7.3 (#661)
1 parent e565d38 commit db2b159

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,15 @@
3333
</screenshot>
3434
</screenshots>
3535
<releases>
36-
<release version="2.7.3" date="2021-10-24" urgency="medium">
36+
<release version="2.7.3" date="2021-10-26" urgency="medium">
3737
<description>
38+
<p>Fixes:</p>
3839
<ul>
3940
<li>Focus photos on startup when previewing to fix navigating with left and right arrow keys</li>
4041
<li>Fix a possible crash with invalid date and time info</li>
42+
</ul>
43+
<p>Minor updates:</p>
44+
<ul>
4145
<li>Move Toggle Sidebar and Toggle Photo Info actions to the main menubutton</li>
4246
<li>Translation updates</li>
4347
</ul>

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.2',
4+
version: '2.7.3',
55
meson_version: '>=0.46.0'
66
)
77

0 commit comments

Comments
 (0)