Skip to content

Commit 39fdc33

Browse files
jeremypwdanirabbit
andauthored
Release 7.1.2 (#918)
* Correct install name for metainfo * Update version and release data * Update terminal.metainfo.xml.in --------- Co-authored-by: Danielle Foré <danielle@elementary.io>
1 parent b320235 commit 39fdc33

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

data/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ i18n.merge_file(
2121

2222
i18n.merge_file(
2323
input: 'terminal.metainfo.xml.in',
24-
output: meson.project_name() + '.metainfo.xml.in',
24+
output: meson.project_name() + '.metainfo.xml',
2525
po_dir: podir / 'extra',
2626
install: true,
2727
install_dir: datadir / 'metainfo'

data/terminal.metainfo.xml.in

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@
1515

1616
<screenshots>
1717
<screenshot environment="pantheon" type="default">
18-
<image>https://raw.githubusercontent.com/elementary/terminal/7.1.1/data/screenshot.png</image>
18+
<image>https://raw.githubusercontent.com/elementary/terminal/7.1.2/data/screenshot.png</image>
1919
</screenshot>
2020
<screenshot environment="pantheon">
21-
<image>https://raw.githubusercontent.com/elementary/terminal/7.1.1/data/screenshot-light.png</image>
21+
<image>https://raw.githubusercontent.com/elementary/terminal/7.1.2/data/screenshot-light.png</image>
2222
</screenshot>
2323
<screenshot environment="pantheon">
24-
<image>https://raw.githubusercontent.com/elementary/terminal/7.1.1/data/screenshot-high-contrast.png</image>
24+
<image>https://raw.githubusercontent.com/elementary/terminal/7.1.2/data/screenshot-high-contrast.png</image>
2525
</screenshot>
2626
<screenshot environment="pantheon">
27-
<image>https://raw.githubusercontent.com/elementary/terminal/7.1.1/data/screenshot-find.png</image>
27+
<image>https://raw.githubusercontent.com/elementary/terminal/7.1.2/data/screenshot-find.png</image>
2828
</screenshot>
2929
<screenshot environment="pantheon">
30-
<image>https://raw.githubusercontent.com/elementary/terminal/7.1.1/data/screenshot-custom-style.png</image>
30+
<image>https://raw.githubusercontent.com/elementary/terminal/7.1.2/data/screenshot-custom-style.png</image>
3131
</screenshot>
3232
<screenshot environment="pantheon">
33-
<image>https://raw.githubusercontent.com/elementary/terminal/7.1.1/data/screenshot-paste-protection.png</image>
33+
<image>https://raw.githubusercontent.com/elementary/terminal/7.1.2/data/screenshot-paste-protection.png</image>
3434
</screenshot>
3535
</screenshots>
3636

@@ -54,7 +54,7 @@
5454
<update_contact>contact_AT_elementary.io</update_contact>
5555

5656
<releases>
57-
<release version="7.1.2" date="2025-08-25" urgency="medium">
57+
<release version="7.1.2" date="2025-09-23" urgency="medium">
5858
<description>
5959
<p>Other updates:</p>
6060
<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.terminal',
33
'vala', 'c',
4-
version: '7.1.1',
4+
version: '7.1.2',
55
meson_version: '>=0.60'
66
)
77

0 commit comments

Comments
 (0)