Skip to content

Commit

Permalink
prepare for release 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff committed Feb 23, 2021
1 parent 7cc79dd commit af49a0f
Show file tree
Hide file tree
Showing 7 changed files with 22 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 1.4.5
* fixed bug when viewing super high resolution photo
* fixed bug when processing photo creation date information from EXIF
* other improvements and bugs fixed

## Version 1.4.4
* support server using self-signed certificate
* bugs fixed
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 29
versionCode 9
versionName "1.4.4"
versionCode 10
versionName "1.4.5"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
archivesBaseName = "LesPas-v$versionName"
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Fehler bei der Anzeige von Fotos mit sehr hoher Auflösung behoben
* Fehler bei der Verarbeitung von Informationen zum Erstellungsdatum von Fotos aus EXIF behoben
* weitere Verbesserungen und Fehler behoben
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* fixed bug when viewing super high resolution photo
* fixed bug when processing photo creation date information from EXIF
* other improvements and bugs fixed
3 changes: 3 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Se ha corregido un error en la visualización de fotos de alta resolución.
* Se ha corregido un error al procesar la información de la fecha de creación de la foto a partir de EXIF
* Otras mejoras y errores corregidos
3 changes: 3 additions & 0 deletions fastlane/metadata/android/fr-FR/changelogs/10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Correction d'un bug lors de l'affichage d'une photo en super haute résolution
* correction d'un bogue lors du traitement des informations relatives à la date de création des photos à partir de l'EXIF
* autres améliorations et corrections de bogues
3 changes: 3 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* 修复了显示超高清照片时的崩溃
* 修复了获取EXIF记录中的照片生成日期的错误
* 修复了其他的一些问题并提升了性能及体验

0 comments on commit af49a0f

Please sign in to comment.