Skip to content

Commit

Permalink
prepare for release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff committed Aug 24, 2021
1 parent 47786e7 commit 67ae888
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Version 2.3.1
* Revamp code for video processing
* Add feature to show Camera Roll as a special album
* Minor UI changes

## Version 2.3.0
* Support insecure HTTP connection to server
* Upgrade to AGP 7.0
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId 'site.leos.apps.lespas'
minSdkVersion 25
targetSdkVersion 30
versionCode 26
versionName '2.3.0'
versionCode 27
versionName '2.3.1'

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
archivesBaseName = "LesPas-v$versionName"
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/27.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Überarbeitung des Codes für die Videoverarbeitung
* Funktion hinzufügen, um Camera Roll als spezielles Album anzuzeigen
* Kleinere UI-Änderungen
* Weitere Verbesserungen und Fehlerbehebungen
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/27.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Revamp code for video processing
* Add feature to show Camera Roll as a special album
* Minor UI changes
* Other improvements and bugs fixed
4 changes: 4 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/27.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Revolucionar el código para el tratamiento de los vídeos
* Añadir la función de mostrar el Camera Roll como un álbum especial
* Cambios menores en la interfaz de usuario
* Otras mejoras y errores corregidos
4 changes: 4 additions & 0 deletions fastlane/metadata/android/fr-FR/changelogs/27.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Révision du code pour le traitement des vidéos
* Ajout d'une fonction permettant d'afficher Camera Roll comme un album spécial
* Changements mineurs de l'interface utilisateur
* Autres améliorations et corrections de bogues
4 changes: 4 additions & 0 deletions fastlane/metadata/android/ja-JP/changelogs/27.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* 動画処理のコードを刷新
* カメラロールを特別なアルバムとして表示する機能の追加
* 細かいUIの変更
* その他の改善・バグフィックス
4 changes: 4 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/27.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* 重写了视频处理相关代码
* 可选择将相机相册显示为一个特殊相册
* 改进了一些UI效果
* 其他改进以及错误修复
4 changes: 4 additions & 0 deletions fastlane/metadata/android/zh-HK/changelogs/27.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* 重寫視頻處理相關代碼
* 可選擇將相機相冊顯示為一個特殊相冊
* 改進了一些UI效果
* 其他改進以及錯誤修復
4 changes: 4 additions & 0 deletions fastlane/metadata/android/zh-TW/changelogs/27.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* 重寫視頻處理相關代碼
* 可選擇將相機相冊顯示為一個特殊相冊
* 改進了一些UI效果
* 其他改進以及錯誤修復

0 comments on commit 67ae888

Please sign in to comment.