Skip to content

Commit 1245c24

Browse files
New version (1.9.1)
1 parent 88a9936 commit 1245c24

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android {
2323
applicationId 'com.infomaniak.mail'
2424
minSdk appMinSdk
2525
targetSdk appCompileSdk
26-
versionCode 1_09_000_01
27-
versionName '1.9.0'
26+
versionCode 1_09_001_01
27+
versionName '1.9.1'
2828
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
2929

3030
setProperty "archivesBaseName", "infomaniak-mail-$versionName ($versionCode)"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Add the possibility to save a thread on kDrive
2+
- Display the correct user's avatar after changing name
3+
- Fix folders' unread count that wasn't updating correctly
4+
- Fix a crash in the myKSuite dashboard
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Ajout de la possibilité de sauvegarder un fil de discussion sur kDrive
2+
- Affiche le bon avatar de l'utilisateur après un changement de nom
3+
- Correction du nombre de messages non lus dans les dossiers qui ne se mettait pas à jour correctement
4+
- Correction d'un crash dans le tableau de bord myKSuite

0 commit comments

Comments
 (0)