diff --git a/HISTORY.md b/HISTORY.md index 3fde2d911db4a391081b6c48eff3a3a49dbc29d5..d9a081a066c365096ff387a2a57e9fb0d60fd18d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,42 @@ # Keyman Version History +## 15.0.52 alpha 2021-05-24 + +* chore(android): Update targetSDKVersion to 30 (#5126) +* chore(windows): Chromium 89.0.18 (#5128) +* chore(android/samples,oem/fv/android) Update dependencies (#5127) +* feat(web): basic promise wrapper on cloud api call (#5121) + +## 15.0.51 alpha 2021-05-21 + +* chore(windows): reorganise tests (#5084) +* feat(developer): Add 'full copyright' field to templates (#5085) +* fix(developer): TframeTextEditor.SetText was not synchronous (#5096) +* chore(android): Update Gradle and other dependencies (#5098) +* chore(web): add test page for playing with CKEditor (#5089) +* chore(ios): update fv cert ref (#5123) +* chore(mac): Add help links for installing Keyman and keyboards (#5108) +* chore(android): Update targetSDKVersion to 30 (#5126) + +## 15.0.50 alpha 2021-05-20 + +* chore(common): Check in crowdin strings for Amharic (#5102) +* chore(common): resolve audit issues in Web-related repo NPM packages (#5092) +* refactor(linux): Refactor `install_kmp.py` (#4932) +* chore(linux): Swap order of dependency (#5113) +* chore(linux): Remove unnecessary dependency on kmflcomp (#5115) + +## 15.0.49 alpha 2021-05-19 + +* refactor(linux): Remove obsolete SCIM kmfl imengine (#5093) +* fix(common/core/desktop): Fix warnings when compiling for armhf (#5099) +* fix(common/core/desktop): Don't segfault on invalid .kmx file (#5101) + +## 15.0.48 alpha 2021-05-17 + +* chore(common): Update stable history for 14.0.274 (#5087) +* fix(web): position popups correctly in landscape mode on Android and during Chrome emulation (#5075) + ## 15.0.47 alpha 2021-05-14 * fix(developer): kmconvert commandline and deploy (#5082) diff --git a/VERSION.md b/VERSION.md index be56aa17c542efd940563685921114fc21900d60..e7af67f707a3c3f17010f825b2e0ec0652804aaf 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -15.0.48 \ No newline at end of file +15.0.53 \ No newline at end of file diff --git a/android/.gitignore b/android/.gitignore index 36e390795fef0156bca67fd2b5c3265a9c3b188d..8801d4fad4fca2a009e1f980d4f2634a2b6f918f 100644 --- a/android/.gitignore +++ b/android/.gitignore @@ -47,6 +47,9 @@ KMAPro/**/assets/info/ # KMAPRo default packages KMAPro/**/assets/*.kmp +# Play Store release notes (copied from whatsnew.md) +KMAPro/kMAPro/src/main/play/release-notes/**/*.txt + # Eclipse files .project .settings/ diff --git a/android/KMAPro/.idea/runConfigurations.xml b/android/KMAPro/.idea/runConfigurations.xml index 7f68460d8b38ac04e3a3224d7c79ef719b1991a9..e497da999824b5c5629039f2e74794dd96b6c419 100644 --- a/android/KMAPro/.idea/runConfigurations.xml +++ b/android/KMAPro/.idea/runConfigurations.xml @@ -3,6 +3,7 @@