diff --git a/app/src/main/res/values-en/strings.xml b/app/src/main/res/values-en/strings.xml
index adff863a3..22e12a1ee 100644
--- a/app/src/main/res/values-en/strings.xml
+++ b/app/src/main/res/values-en/strings.xml
@@ -93,11 +93,15 @@
Search in Zapp…
Search media center…
Delete query
+ Type numbers or channel names to select filters!
Recent searches
Suggestions
Clear all
+ Clear search history
+ Deletes all recent search queries.
+
Refresh
Retry
About Zapp
@@ -107,6 +111,7 @@
Filter
Program Info
Voice Search
+ Remove from search history
Zoomed
@@ -139,6 +144,7 @@
Resumes playback in picture in picture mode when leaving the video player
Video quality over metered networks
+ Other video quality
Download over unmetered networks only
Videos won\'t download when your device uses for example a mobile connection
@@ -164,9 +170,19 @@
Download to sd card
Video files will be saved to sd card if present.
+ Reset started shows
+ Deletes the progress of all shows you started or finished watching.
+
Dynamic colors
Choose accent colors based on the wallpaper.
+ Search history
+ Remember the most recent search queries.
+
+ Reset started shows?
+ Deletes the progress of all shows you started or finished watching. No downloads will be deleted.
+ Successfully reset all started shows
+
Background player
Download progress
diff --git a/fastlane/metadata/android/en/changelogs/79.txt b/fastlane/metadata/android/en/changelogs/79.txt
new file mode 100644
index 000000000..3d5b89546
--- /dev/null
+++ b/fastlane/metadata/android/en/changelogs/79.txt
@@ -0,0 +1,11 @@
+* Added an option to mark a show as watched ([#509](https://github.com/mediathekview/zapp/issues/509))
+* Added an option to reset the progress of all started shows ([#507](https://github.com/mediathekview/zapp/issues/507))
+* Fixed channel order list being covered by the navigation bar ([#496](https://github.com/mediathekview/zapp/issues/496))
+* Restricted local result list for the mediathek search ([#486](https://github.com/mediathekview/zapp/issues/486))
+* Automatic picture in picture mode starts when exiting Zapp via the home button (starting with Android 12) ([#506](https://github.com/mediathekview/zapp/issues/506))
+* Stop video playback when turning off the screen ([#490](https://github.com/mediathekview/zapp/issues/490))
+* Fixed downloads sometimes showing up in notifications but in the user interface ([#508](https://github.com/mediathekview/zapp/issues/508))
+* Fixed video title covered by the camera notch in portrait mode ([#512](https://github.com/mediathekview/zapp/issues/512))
+* Fixed crash when rotating the device while the program info in open ([#511](https://github.com/mediathekview/zapp/issues/511))
+* Fixed crash when starting a mediathek show download from the mediathek list over a metered network ([#514](https://github.com/mediathekview/zapp/issues/514))
+* Fixed a blank screen when navigating back to a mediathek show from the settings screen ([#515](https://github.com/mediathekview/zapp/issues/515))