diff --git a/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt b/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt
index c52cf7f6e..f1913abc2 100644
--- a/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt
+++ b/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt
@@ -356,6 +356,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
add(Release(62, R.string.release_62))
add(Release(65, R.string.release_65))
add(Release(66, R.string.release_66))
+ add(Release(69, R.string.release_69))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}
diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml
index 8f4981637..c87052d6c 100644
--- a/app/src/main/res/values-de/strings.xml
+++ b/app/src/main/res/values-de/strings.xml
@@ -82,6 +82,7 @@
Video Endlos-Schleife
+ Added menu buttons for changing the column count
Allow picking colors by hex codes
Allow showing the photos and videos on a map, if there are available map coordinates
Show some additional Exif data at photo properties
diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml
index d4e6def5d..2cd7e566b 100644
--- a/app/src/main/res/values-es/strings.xml
+++ b/app/src/main/res/values-es/strings.xml
@@ -82,6 +82,7 @@
Loop videos
+ Added menu buttons for changing the column count
Allow picking colors by hex codes
Allow showing the photos and videos on a map, if there are available map coordinates
Show some additional Exif data at photo properties
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml
index 613f28cbc..1fedf3b81 100644
--- a/app/src/main/res/values-fr/strings.xml
+++ b/app/src/main/res/values-fr/strings.xml
@@ -82,6 +82,7 @@
Tourner en boucle les vidéos
+ Added menu buttons for changing the column count
Allow picking colors by hex codes
Allow showing the photos and videos on a map, if there are available map coordinates
Show some additional Exif data at photo properties
diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml
index f8a9c118b..61b036ce2 100644
--- a/app/src/main/res/values-it/strings.xml
+++ b/app/src/main/res/values-it/strings.xml
@@ -82,6 +82,7 @@
Loop videos
+ Added menu buttons for changing the column count
Allow picking colors by hex codes
Allow showing the photos and videos on a map, if there are available map coordinates
Show some additional Exif data at photo properties
diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml
index 7b3473350..4cd9ed7b0 100644
--- a/app/src/main/res/values-ja/strings.xml
+++ b/app/src/main/res/values-ja/strings.xml
@@ -82,6 +82,7 @@
Loop videos
+ Added menu buttons for changing the column count
Allow picking colors by hex codes
Allow showing the photos and videos on a map, if there are available map coordinates
Show some additional Exif data at photo properties
diff --git a/app/src/main/res/values-pt-rPT/strings.xml b/app/src/main/res/values-pt-rPT/strings.xml
index 471590734..eab3d37be 100644
--- a/app/src/main/res/values-pt-rPT/strings.xml
+++ b/app/src/main/res/values-pt-rPT/strings.xml
@@ -82,6 +82,7 @@
Vídeos em ciclo
+ Added menu buttons for changing the column count
Allow picking colors by hex codes
Allow showing the photos and videos on a map, if there are available map coordinates
Show some additional Exif data at photo properties
diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml
index 7d1a88336..9748b3d1e 100644
--- a/app/src/main/res/values-ru/strings.xml
+++ b/app/src/main/res/values-ru/strings.xml
@@ -82,6 +82,7 @@
Повторять видео
+ Added menu buttons for changing the column count
Добавлена возможность выбирать цвета по hex-кодам
Добавлена возможность показывать место съёмки фото или видео на карте, если указаны координаты
В свойствах фото теперь отображаются некоторые Exif-данные
diff --git a/app/src/main/res/values-sk/strings.xml b/app/src/main/res/values-sk/strings.xml
index c487704ec..e6388ea17 100644
--- a/app/src/main/res/values-sk/strings.xml
+++ b/app/src/main/res/values-sk/strings.xml
@@ -82,6 +82,7 @@
Automaticky reštartovať videá
+ Boli pridané tlačidlá na zmenu počtu stĺpcov
Allow picking colors by hex codes
Allow showing the photos and videos on a map, if there are available map coordinates
Show some additional Exif data at photo properties
diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml
index 7d7e988e0..528d1ecf2 100644
--- a/app/src/main/res/values-sv/strings.xml
+++ b/app/src/main/res/values-sv/strings.xml
@@ -82,6 +82,7 @@
Återspela videos
+ Added menu buttons for changing the column count
Allow picking colors by hex codes
Allow showing the photos and videos on a map, if there are available map coordinates
Show some additional Exif data at photo properties
diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml
index 64fca53f4..6e1c797f6 100644
--- a/app/src/main/res/values-zh-rCN/strings.xml
+++ b/app/src/main/res/values-zh-rCN/strings.xml
@@ -82,6 +82,7 @@
循环播放视频
+ Added menu buttons for changing the column count
Allow picking colors by hex codes
Allow showing the photos and videos on a map, if there are available map coordinates
Show some additional Exif data at photo properties
diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml
index 22c92cb09..3f008d09d 100644
--- a/app/src/main/res/values-zh-rTW/strings.xml
+++ b/app/src/main/res/values-zh-rTW/strings.xml
@@ -82,6 +82,7 @@
迴圈播放影片
+ Added menu buttons for changing the column count
Allow picking colors by hex codes
Allow showing the photos and videos on a map, if there are available map coordinates
Show some additional Exif data at photo properties
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index ec36b1726..8230d0869 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -82,6 +82,7 @@
Loop videos
+ Added menu buttons for changing the column count
Allow picking colors by hex codes
Allow showing the photos and videos on a map, if there are available map coordinates
Show some additional Exif data at photo properties