Skip to content

Commit

Permalink
prepare for release 2.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff committed Jan 19, 2024
1 parent fc07195 commit c02fd93
Show file tree
Hide file tree
Showing 12 changed files with 58 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Version 2.9.7
* New settings when sharing photos to other apps
* New function to export photos to phone's local storage
* Fixed location search crash
* Fixed Gallery file size overflow

## Version 2.9.6
* Target Android 14
* Support HDR image on Android 14
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
defaultConfig {
minSdk 25
targetSdk 34
versionCode 95
versionName '2.9.6'
versionCode 96
versionName '2.9.7'
multiDexEnabled true

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/96.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Neue Einstellungen für die Freigabe von Fotos für andere Anwendungen
* Neue Funktion zum Exportieren von Fotos in den lokalen Speicher des Telefons
* Absturz bei der Ortssuche behoben
* Behoben: Überlauf der Dateigröße in der Galerie
* Verschiedene Verbesserungen und Fehlerkorrekturen
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/96.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* New settings when sharing photos to other apps
* New function to export photos to phone's local storage
* Fixed location search crash
* Fixed Gallery file size overflow
* Various improvements and bugs fixes
5 changes: 5 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/96.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Nueva configuración para compartir fotos con otras aplicaciones
* Nueva función para exportar fotos al almacenamiento local del teléfono.
* Corregido fallo en la búsqueda de ubicación
* Corregido el desbordamiento del tamaño de los archivos de la Galería
* Varias mejoras y correcciones de errores
5 changes: 5 additions & 0 deletions fastlane/metadata/android/fr-FR/changelogs/96.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Nouveaux paramètres pour le partage de photos avec d'autres applications
* Nouvelle fonction pour exporter les photos vers le stockage local du téléphone
* Correction du crash de la recherche d'emplacement
* Correction du dépassement de la taille du fichier de la galerie
* Diverses améliorations et corrections de bugs
5 changes: 5 additions & 0 deletions fastlane/metadata/android/it-IT/changelogs/96.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Nuove impostazioni per la condivisione delle foto con altre applicazioni
* Nuova funzione per esportare le foto nella memoria locale del telefono.
* Arresto anomalo della ricerca della posizione
* Risoluzione dell'overflow delle dimensioni dei file della Galleria
* Vari miglioramenti e correzioni di bug
5 changes: 5 additions & 0 deletions fastlane/metadata/android/ja-JP/changelogs/96.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* 他のアプリに写真を共有する際の新しい操作設定
* 写真を携帯電話のローカルストレージにエクスポートする機能を追加しました。
* 写真の場所で検索するとクラッシュする問題を修正
* ギャラリーのファイルサイズがオーバーフローする問題を修正
* その他の改善とバグ修正
5 changes: 5 additions & 0 deletions fastlane/metadata/android/pt-BR/changelogs/96.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Novas configurações para compartilhar fotos com outros aplicativos
* Nova função para exportar fotos para o armazenamento local do telefone
* Correção da falha na pesquisa de local
* Correção do estouro do tamanho do arquivo da Galeria
* Vários aprimoramentos e correções de bugs
5 changes: 5 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/96.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* 向其他应用分享照片时的新操作设置
* 新功能:将照片导出到手机本地存储
* 修复了按拍摄地点搜索时的程序崩溃
* 修复了图库文件大小统计溢出问题
* 其他改进和错误修复
5 changes: 5 additions & 0 deletions fastlane/metadata/android/zh-HK/changelogs/96.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* 向其他應用分享照片時的新操作設置
* 新功能:將照片導出到手機本地存儲
* 修復了按拍攝地點搜索時的程序崩潰
* 修復了圖庫文件大小統計溢出問題
* 其他改進和錯誤修復
5 changes: 5 additions & 0 deletions fastlane/metadata/android/zh-TW/changelogs/96.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* 向其他應用分享照片時的新操作設定
* 新功能:將照片匯出到手機本地儲存
* 修復了按拍攝地點搜尋時的程式崩潰
* 修復了相簿檔案大小統計溢位問題
* 其他改進和錯誤修復

0 comments on commit c02fd93

Please sign in to comment.