Skip to content

Commit

Permalink
prepare for release 2.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff committed Apr 7, 2024
1 parent c284a0d commit bf56883
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
## Version 2.9.9
* Fixed local snapshot mismatch with server archive after picture removed, causing ghost files showing in Gallery list
* Added function to forced refresh archive list

## Version 2.9.8
* Archive management is back, you can now manage all your backup from all your devices
* Process more timestamp patterns in file name
* Try fixing location search crash again
* Show icons in toolbar overflow menu
* Various improvements and bugs fixes

## Version 2.9.7
* New settings when sharing photos to other apps
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 97
versionName '2.9.8'
versionCode 98
versionName '2.9.9'
multiDexEnabled true

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/98.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Fehlende Übereinstimmung des lokalen Schnappschusses mit dem Server-Archiv nach dem Entfernen eines Bildes, wodurch Geisterdateien in der Galerieliste angezeigt wurden
* Funktion zur erzwungenen Aktualisierung der Archivliste hinzugefügt
* Verschiedene Verbesserungen und Fehlerkorrekturen
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/98.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Fixed local snapshot mismatch with server archive after picture removed, causing ghost files showing in Gallery list
* Added function to forced refresh archive list
* Various improvements and bugs fixes
3 changes: 3 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/98.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Corregido el desajuste entre la instantánea local y el archivo del servidor tras eliminar la imagen, lo que provocaba que aparecieran archivos fantasma en la lista de la Galería.
* Añadida la función de actualización forzada de la lista de archivos
* Varias mejoras y correcciones de errores
3 changes: 3 additions & 0 deletions fastlane/metadata/android/fr-FR/changelogs/98.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Correction de la non-concordance entre l'instantané local et l'archive du serveur après la suppression d'une image, ce qui provoquait l'affichage de fichiers fantômes dans la liste de la galerie.
* Ajout d'une fonction de rafraîchissement forcé de la liste des archives
* Diverses améliorations et corrections de bugs
3 changes: 3 additions & 0 deletions fastlane/metadata/android/it-IT/changelogs/98.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Corretta la mancata corrispondenza dell'istantanea locale con l'archivio del server dopo la rimozione dell'immagine, che causava la comparsa di file fantasma nell'elenco della Galleria.
* Aggiunta funzione di aggiornamento forzato dell'elenco degli archivi
* Vari miglioramenti e correzioni di bug
3 changes: 3 additions & 0 deletions fastlane/metadata/android/ja-JP/changelogs/98.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* 画像を削除した後、ローカルのスナップショットとサーバーのアーカイブが不一致となり、ギャラリーのリストにゴーストファイルが表示される問題を修正。
* アーカイブリストを強制的に更新する機能を追加しました。
* 様々な改善とバグ修正
3 changes: 3 additions & 0 deletions fastlane/metadata/android/pt-BR/changelogs/98.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Correção da incompatibilidade do instantâneo local com o arquivo do servidor após a remoção da imagem, causando a exibição de arquivos fantasmas na lista da Galeria.
* Função adicionada para atualização forçada da lista de arquivos
* Vários aprimoramentos e correções de bugs
3 changes: 3 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/98.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* 修复了图片删除后本地快照与服务器存档不匹配,导致图库列表中显示重影文件的问题
* 添加了强制刷新服务器存档列表的功能
* 其他改进和错误修复
3 changes: 3 additions & 0 deletions fastlane/metadata/android/zh-HK/changelogs/98.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* 修復了圖片刪除後本地快照與服務器存檔不匹配,導致圖庫列表中顯示重影文件的問題
* 添加了強制刷新服務器存檔列表的功能
* 其他改進和錯誤修復
3 changes: 3 additions & 0 deletions fastlane/metadata/android/zh-TW/changelogs/98.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* 修復了圖片刪除後本地快照與伺服器存檔不匹配,導致相簿列表中顯示重影檔案的問題
* 新增了強制重新整理伺服器存檔列表的功能
* 其他改進和錯誤修復

0 comments on commit bf56883

Please sign in to comment.