diff --git a/data/screenshot-custom-style.png b/data/screenshot-custom-style.png
index 3d6096977d..ca18382f82 100644
Binary files a/data/screenshot-custom-style.png and b/data/screenshot-custom-style.png differ
diff --git a/data/screenshot-find-processfinished-processrunning.png b/data/screenshot-find-processfinished-processrunning.png
new file mode 100644
index 0000000000..ed341d3c9d
Binary files /dev/null and b/data/screenshot-find-processfinished-processrunning.png differ
diff --git a/data/screenshot-find.png b/data/screenshot-find.png
deleted file mode 100644
index cc7225b5ae..0000000000
Binary files a/data/screenshot-find.png and /dev/null differ
diff --git a/data/screenshot-high-contrast.png b/data/screenshot-high-contrast.png
index b74a0429b2..64d9f4b338 100644
Binary files a/data/screenshot-high-contrast.png and b/data/screenshot-high-contrast.png differ
diff --git a/data/screenshot-light.png b/data/screenshot-light.png
index 9d01104c5d..619c4de7b6 100644
Binary files a/data/screenshot-light.png and b/data/screenshot-light.png differ
diff --git a/data/screenshot-paste-protection.png b/data/screenshot-paste-protection.png
index d739831788..1baf514b97 100644
Binary files a/data/screenshot-paste-protection.png and b/data/screenshot-paste-protection.png differ
diff --git a/data/screenshot.png b/data/screenshot.png
index bcb0705889..6f8f98aef2 100644
Binary files a/data/screenshot.png and b/data/screenshot.png differ
diff --git a/data/terminal.metainfo.xml.in b/data/terminal.metainfo.xml.in
index 6acc7dd88f..a6ab2f36ff 100644
--- a/data/terminal.metainfo.xml.in
+++ b/data/terminal.metainfo.xml.in
@@ -15,22 +15,22 @@
- https://raw.githubusercontent.com/elementary/terminal/7.2.0/data/screenshot.png
+ https://raw.githubusercontent.com/elementary/terminal/8.0.0/data/screenshot.png
- https://raw.githubusercontent.com/elementary/terminal/7.2.0/data/screenshot-light.png
+ https://raw.githubusercontent.com/elementary/terminal/8.0.0/data/screenshot-light.png
- https://raw.githubusercontent.com/elementary/terminal/7.2.0/data/screenshot-high-contrast.png
+ https://raw.githubusercontent.com/elementary/terminal/8.0.0/data/screenshot-high-contrast.png
- https://raw.githubusercontent.com/elementary/terminal/7.2.0/data/screenshot-find.png
+ https://raw.githubusercontent.com/elementary/terminal/8.0.0/data/screenshot-find-processfinished-processrunning.png
- https://raw.githubusercontent.com/elementary/terminal/7.2.0/data/screenshot-custom-style.png
+ https://raw.githubusercontent.com/elementary/terminal/8.0.0/data/screenshot-custom-style.png
- https://raw.githubusercontent.com/elementary/terminal/7.2.0/data/screenshot-paste-protection.png
+ https://raw.githubusercontent.com/elementary/terminal/8.0.0/data/screenshot-paste-protection.png
@@ -54,7 +54,7 @@
contact_AT_elementary.io
-
+
New features:
diff --git a/meson.build b/meson.build
index 7d3ae95974..70f332946d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'io.elementary.terminal',
'vala', 'c',
- version: '7.2.0',
+ version: '8.0.0',
meson_version: '>=0.60'
)