From 01e084583ee98f4cd47675fb1d766bda6242b9c4 Mon Sep 17 00:00:00 2001 From: jojohoch <joachim.hoch@iqb.hu-berlin.de> Date: Fri, 21 Jan 2022 16:56:42 +0100 Subject: [PATCH] [player] Update release notes and version (1.16.0) --- docs/release-notes-player.txt | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/release-notes-player.txt b/docs/release-notes-player.txt index d6068e992..66c5c6638 100644 --- a/docs/release-notes-player.txt +++ b/docs/release-notes-player.txt @@ -1,10 +1,14 @@ Player ====== -next +1.16.0 - Improve the centering of the layout - Disable logs to console in production - Enable autostart of audios/videos when reloading the unit - Start the valid value range for DropDown, Likert, RadioGroup, RadioGroupImages and ToggleButton at 1 +- Mark text without selecting first +- Show marking options as popup when text is selected +- Implement virtual keyboards for 'place value', 'numbers and basic operators', 'square, dash and dot' +- Show the virtual keyboard optionally on the right side of the screen 1.15.0 - Fix restoring of toggle buttons diff --git a/package.json b/package.json index 1bf67a0dc..f3dee3452 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "verona-modules-aspect", "config": { - "player_version": "1.15.0", + "player_version": "1.16.0", "editor_version": "1.21.0" }, "scripts": { -- GitLab