From 41e58a90d327b028b20f1d246260d45de1e43ce8 Mon Sep 17 00:00:00 2001 From: Martin Boonk Date: Sun, 3 Jul 2022 18:29:54 +0200 Subject: [PATCH] kbmulti - Bump version and changelog --- apps/kbmulti/ChangeLog | 1 + apps/kbmulti/README.md | 2 +- apps/kbmulti/metadata.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/kbmulti/ChangeLog b/apps/kbmulti/ChangeLog index 26647b548..19739fa64 100644 --- a/apps/kbmulti/ChangeLog +++ b/apps/kbmulti/ChangeLog @@ -1,3 +1,4 @@ 0.01: New keyboard 0.02: Introduce setting "Show help button?". Make setting firstLaunch invisible by removing corresponding code from settings.js. Add marker that shows when character selection timeout has run out. Display opened text on launch when editing existing text string. Perfect horizontal alignment of buttons. Tweak help message letter casing. 0.03: Use default Bangle formatter for booleans +0.04: Allow moving the cursor diff --git a/apps/kbmulti/README.md b/apps/kbmulti/README.md index 4c83d378e..80b2b077a 100644 --- a/apps/kbmulti/README.md +++ b/apps/kbmulti/README.md @@ -2,7 +2,7 @@ A library that provides the ability to input text in a style familiar to anyone who had a mobile phone before they went all touchscreen. -Swipe right for Space, left for Backspace, and up/down for Caps lock. Tap the '?' button in the app if you need a reminder! +Swipe right for Space, left for Backspace, down for cursor moving mode, and up for Caps lock. Swipe left and right to move the cursor in moving mode. Tap the '?' button in the app if you need a reminder! At time of writing, only the [Noteify app](http://microco.sm/out/Ffe9i) uses a keyboard. diff --git a/apps/kbmulti/metadata.json b/apps/kbmulti/metadata.json index 30ffa6f9e..a1f6ffa81 100644 --- a/apps/kbmulti/metadata.json +++ b/apps/kbmulti/metadata.json @@ -1,6 +1,6 @@ { "id": "kbmulti", "name": "Multitap keyboard", - "version":"0.03", + "version":"0.04", "description": "A library for text input via multitap/T9 style keypad", "icon": "app.png", "type":"textinput",