Skip to content

Commit

Permalink
prepare for 1.4.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dslul committed Jan 16, 2022
1 parent 0a4090a commit 3dd1548
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "org.dslul.openboard.inputmethod.latin"
minSdkVersion 19
targetSdkVersion 31
versionCode 15
versionName '1.4.3'
versionCode 17
versionName '1.4.4'
}

buildTypes {
Expand Down Expand Up @@ -50,4 +50,4 @@ dependencies {
}
repositories {
mavenCentral()
}
}
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
1.4.4:
- add clipboard history
- fix bug preventing numpad from showing on tablets
- add Workman layout
- added dictionaries: Swedish, Danish, Hungarian
- bugfixes
6 changes: 6 additions & 0 deletions fastlane/metadata/android/it-IT/changelogs/17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
1.4.4:
- aggiunta funzionalità di storico appunti
- sistemato bug che non permetteva la visualizzazione del tastierino numerico nei tablet
- aggiunto layout Workman
- dizionari aggiunti: svedese, danese, ungherese
- bugfix

3 comments on commit 3dd1548

@Pentaphon
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the Play Store release of 1.4.4 being rolled out slowly because I checked just now and it's not up for me.

@dslul
Copy link
Member Author

@dslul dslul commented on 3dd1548 Jan 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the Play Store release of 1.4.4 being rolled out slowly because I checked just now and it's not up for me.

It's because (since the covid outbreak) they are slow to review some apps, it may take a day...or a week

@Pentaphon
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's because (since the covid outbreak) they are slow to review some apps, it may take a day...or a week

I just got it a few hours ago. Thanks.

Please sign in to comment.