Skip to content

Commit

Permalink
relase 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alainm23 committed Dec 2, 2024
1 parent 712c10f commit 418e08c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions data/screenshot.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@

<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/elementary/screenshot/8.0.0/data/screenshot.png</image>
<image>https://raw.githubusercontent.com/elementary/screenshot/8.0.1/data/screenshot.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/elementary/screenshot/8.0.0/data/screenshot2.png</image>
<image>https://raw.githubusercontent.com/elementary/screenshot/8.0.1/data/screenshot2.png</image>
</screenshot>
</screenshots>

Expand Down Expand Up @@ -52,6 +52,12 @@
<update_contact>contact_at_elementary.io</update_contact>

<releases>
<release version="8.0.1" date="2024-12-02" urgency="medium">
<issues>
<issue url="https://github.com/elementary/screenshot/issues/224">Screenshots to clipboard don't paste into many apps like Web, etc. (ctrl+prnt, ctrl+shift+prnt, ctrl+alt+prnt)</issue>
</issues>
</release>

<release version="8.0.0" date="2024-07-25" urgency="medium">
<description>
<p>Minor updates:</p>
Expand Down
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.screenshot', 'vala', 'c',
meson_version : '>= 0.57',
version: '8.0.0'
version: '8.0.1'
)

gnome = import('gnome')
Expand Down

0 comments on commit 418e08c

Please sign in to comment.