Skip to content

Commit

Permalink
Merge branch 'master' into feat/android/longpress-delay-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
darcywong00 committed Aug 19, 2024
2 parents 0e78494 + 8376671 commit eae19a8
Show file tree
Hide file tree
Showing 276 changed files with 5,188 additions and 1,708 deletions.
27 changes: 27 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Keyman Version History

## 18.0.91 alpha 2024-08-16

* refactor(web): move `predictive-text``worker-main` (#12146)
* fix(web): restore flick functionality (#12187)
* refactor(web): move `lm-message-types``predictive-text/types` (#12149)
* fix(developer): enforce presence of kps Info.Description field in info compilers (#12204)
* fix(developer): enforce presence of Version field when FollowKeyboardVersion is not set, in package compiler (#12205)

## 18.0.90 alpha 2024-08-15

* refactor(web): move parts of `keyboard-processor``js-processor` (#12111)
* fix(web): allow `lm-worker` to build on Linux (#12181)
* refactor(web): move remaining parts of `keyboard-processor``keyboard` (#12131)
* docs: update .kmx documentation around bitmaps, modifier state (#12183)
* refactor(web): rename `package-cache``keyboard-storage` (#12135)

## 18.0.89 alpha 2024-08-14

* feat(web): test skipped prediction round handling (#12169)
* fix(web): support live configuration of longpress delay (#12175)
* feat(web): add osk.gestureParams for better gesture-config persistence (#12176)
* refactor(core): move utfcodec to common (#12171)
* refactor: move kmx_u16 to common and rename to km_u16 (#12177)
* refactor(developer): use npm or local source for server addons instead of github references (#12090)
* fix(developer): fix crash with Windows Clipboard by ignoring zero scan code in debugger (#12166)
* chore(developer): update SIL logo (#12168)

## 18.0.88 alpha 2024-08-13

* docs: add .kmx specification (#12163)
Expand Down
4 changes: 2 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# License

Copyright (c) 2017-2022 SIL International. All rights reserved.
Copyright (c) 2017-2024 SIL Global. All rights reserved.

Licensed under the MIT License.

Expand All @@ -10,7 +10,7 @@ Licensed under the MIT License.

The MIT License

Copyright (c) 2017-2022 SIL International
Copyright (c) 2017-2024 SIL Global

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# License

Copyright (c) SIL International.
Copyright (c) SIL Global.

Keyman is an open source project distributed under the [MIT license](LICENSE.md).

Expand Down
2 changes: 1 addition & 1 deletion VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.0.89
18.0.92
1 change: 0 additions & 1 deletion common/predictive-text/.build-builder

This file was deleted.

1 change: 0 additions & 1 deletion common/web/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ THIS_SCRIPT="$(readlink -f "${BASH_SOURCE[0]}")"

#
# TODO: future modules may include
# :lm-message-types \
# :sentry-manager \
#

Expand Down
95 changes: 0 additions & 95 deletions common/web/keyboard-processor/build.sh

This file was deleted.

69 changes: 0 additions & 69 deletions common/web/keyboard-processor/package.json

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions common/web/keyboard-processor/tests/dom/readme.md

This file was deleted.

This file was deleted.

62 changes: 0 additions & 62 deletions common/web/keyboard-processor/tests/dom/web-test-runner.config.mjs

This file was deleted.

11 changes: 0 additions & 11 deletions common/web/keyboard-processor/tests/tsconfig.json

This file was deleted.

18 changes: 0 additions & 18 deletions common/web/keyboard-processor/tsconfig.json

This file was deleted.

12 changes: 0 additions & 12 deletions common/web/lm-message-types/tsconfig.json

This file was deleted.

Loading

0 comments on commit eae19a8

Please sign in to comment.