From 41e16b3c5f6f01087215fc997d058033a238445d Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Fri, 12 Apr 2024 06:49:43 +1000 Subject: [PATCH 1/3] chore(developer): use keyboard3 tag rather than DTD to identify LDML keyboard xml files Relates to #10469. Apply same test in kmc that we are using in TIKE. --- common/web/types/src/kpj/keyman-developer-project.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/web/types/src/kpj/keyman-developer-project.ts b/common/web/types/src/kpj/keyman-developer-project.ts index 43e5b3563e1..76f3ab709a2 100644 --- a/common/web/types/src/kpj/keyman-developer-project.ts +++ b/common/web/types/src/kpj/keyman-developer-project.ts @@ -40,7 +40,7 @@ export class KeymanDeveloperProject { try { const data = this.callbacks.loadFile(fullPath); const text = new TextDecoder().decode(data); - if(!text?.match(/ldmlKeyboard3\.dtd/)) { + if(!text?.match(/ Date: Fri, 12 Apr 2024 14:04:59 -0400 Subject: [PATCH 2/3] auto: increment beta version to 17.0.308 --- HISTORY.md | 8 ++++++++ VERSION.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index bde9737812d..68fa259f919 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,13 @@ # Keyman Version History +## 17.0.307 beta 2024-04-12 + +* fix(common): specify title explicitly when opening PR with hub (#11173) +* refactor(web): better centralizes OSK layout internals to prepare for optimization efforts 🪠 (#11176) +* feat(web): VisualKeyboard layout-reflow optimization 🪠 (#11177) +* change(web): OSK optimization, improved responsiveness 🪠 (#11140) +* (#11216) + ## 17.0.306 beta 2024-04-11 * docs(ios): updates iOS app help for 17.0 banner changes (#11200) diff --git a/VERSION.md b/VERSION.md index a87bdfadd9e..08610941fdb 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -17.0.307 \ No newline at end of file +17.0.308 \ No newline at end of file From a1933b378a4124f2fdabfc2bbb5ed20716a5cb7e Mon Sep 17 00:00:00 2001 From: Keyman Build Agent Date: Sat, 13 Apr 2024 14:03:28 -0400 Subject: [PATCH 3/3] auto: increment beta version to 17.0.309 --- HISTORY.md | 4 ++++ VERSION.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 68fa259f919..6b228ac6787 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # Keyman Version History +## 17.0.308 beta 2024-04-13 + +* chore(developer): use keyboard3 tag rather than DTD to identify LDML keyboard xml files (#11214) + ## 17.0.307 beta 2024-04-12 * fix(common): specify title explicitly when opening PR with hub (#11173) diff --git a/VERSION.md b/VERSION.md index 08610941fdb..2c9d7f85bdd 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -17.0.308 \ No newline at end of file +17.0.309 \ No newline at end of file