Skip to content

Commit

Permalink
prepare for release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff committed Apr 30, 2021
1 parent 1db1e53 commit b1436c3
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 1.5.0
* support storing media files in external SD card
* allow IPv6 server address
* Other improvements and bugs fixed

## Version 1.4.8
* Revamp adding media file dialog, now you can choose move instead of copy when sharing files from Camera Roll or another Les Pas album
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 13
versionName "1.4.8"
versionCode 14
versionName "1.5.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
archivesBaseName = "LesPas-v$versionName"
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/14.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Unterstützung der Speicherung von Mediendateien auf einer externen SD-Karte
* IPv6-Server-Adresse zulassen
* Weitere Verbesserungen und behobene Bugs
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/14.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* support storing media files in external SD card
* allow IPv6 server address
* Other improvements and bugs fixed
3 changes: 3 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/14.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Soporte de almacenamiento de archivos multimedia en la tarjeta SD externa
* permitir la dirección del servidor IPv6
* Otras mejoras y errores corregidos
3 changes: 3 additions & 0 deletions fastlane/metadata/android/fr-FR/changelogs/14.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Prise en charge du stockage de fichiers multimédia sur une carte SD externe
* autorise l'adresse du serveur IPv6
* Autres améliorations et corrections de bugs
3 changes: 3 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/14.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* 支持外部存储卡
* 支持IPv6服务器地址
* 其他改进以及错误修复

0 comments on commit b1436c3

Please sign in to comment.