From 7b10713fb6b3aa3164426f1f6dfd80a502eba9d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikko=20Syrj=C3=A4?= Date: Tue, 4 Jun 2019 21:46:49 +0300 Subject: [PATCH] Version 0.4. --- CHANGELOG.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8be97d3..c646ba1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,13 +42,13 @@ - Drag within button does not flick keyboard or page - Reduces unwanted flicks when pressing buttons -### 0.4 (2019-05-xx) +### 0.4 (2019-06-04) - Added support for slovenian language sl_SL - Added slovenian UI translations (thanks @sponka) - Added swedish UI translations (thanks @ekrogius) - Compiled with Qt 5.12.2 and Android NDK r19c: - Qt 5.12.3 has problems with android virtual keyboard + - Qt 5.12.3 has problems with android virtual keyboard - Initial keyboard configuration: - Keyboard layouts are loaded from json files - Initially four different layouts: @@ -58,11 +58,10 @@ - Tablet layout has more rows or columns - User defined keyboards are supported - Modifications to Current keyboard: - - Long press with equals (=) produces previous result (ans) + - Long press with equals (=) produces previous result (ans) - Long press with backspace clears all - Long press with ln produces lg() - Long press with exp produces 10^ - Long press with division (รท) produces integer division (\) - Long press with trigonometrics produce hyperbolic versions - Fixed history list handling with backslash (integer division) -