Skip to content

Commit 52223fc

Browse files
jeremypwdanirabbit
authored andcommitted
Release v8.0.0
1 parent 9ce22d3 commit 52223fc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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.2.0/data/screenshot.png</image>
18+
<image>https://raw.githubusercontent.com/elementary/terminal/8.0.0/data/screenshot.png</image>
1919
</screenshot>
2020
<screenshot environment="pantheon">
21-
<image>https://raw.githubusercontent.com/elementary/terminal/7.2.0/data/screenshot-light.png</image>
21+
<image>https://raw.githubusercontent.com/elementary/terminal/8.0.0/data/screenshot-light.png</image>
2222
</screenshot>
2323
<screenshot environment="pantheon">
24-
<image>https://raw.githubusercontent.com/elementary/terminal/7.2.0/data/screenshot-high-contrast.png</image>
24+
<image>https://raw.githubusercontent.com/elementary/terminal/8.0.0/data/screenshot-high-contrast.png</image>
2525
</screenshot>
2626
<screenshot environment="pantheon">
27-
<image>https://raw.githubusercontent.com/elementary/terminal/7.2.0/data/screenshot-find.png</image>
27+
<image>https://raw.githubusercontent.com/elementary/terminal/8.0.0/data/screenshot-find.png</image>
2828
</screenshot>
2929
<screenshot environment="pantheon">
30-
<image>https://raw.githubusercontent.com/elementary/terminal/7.2.0/data/screenshot-custom-style.png</image>
30+
<image>https://raw.githubusercontent.com/elementary/terminal/8.0.0/data/screenshot-custom-style.png</image>
3131
</screenshot>
3232
<screenshot environment="pantheon">
33-
<image>https://raw.githubusercontent.com/elementary/terminal/7.2.0/data/screenshot-paste-protection.png</image>
33+
<image>https://raw.githubusercontent.com/elementary/terminal/8.0.0/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="8.0.0" date="2025-12-05" urgency="medium">
57+
<release version="8.0.0" date="2025-12-30" urgency="medium">
5858
<description>
5959
<p>New features:</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.2.0',
4+
version: '8.0.0',
55
meson_version: '>=0.60'
66
)
77

0 commit comments

Comments
 (0)