From 599e679f970f6bb322a1fcaf1c8eb87adf4489c6 Mon Sep 17 00:00:00 2001 From: jojohoch <joachim.hoch@iqb.hu-berlin.de> Date: Wed, 27 Oct 2021 10:04:20 +0200 Subject: [PATCH] [player] Update version(1.2.1) and release notes --- docs/release-notes-player.txt | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/release-notes-player.txt b/docs/release-notes-player.txt index 681f6d1a4..71d9b9c40 100644 --- a/docs/release-notes-player.txt +++ b/docs/release-notes-player.txt @@ -1,7 +1,9 @@ Player ====== 1.2.1 -- Apply audio and video appearance properties to player +- Apply audio and video appearance properties of the editor to the player +- Add space for hints beneath the control bar for audios and videos +- Save the current playback time of audio and videos 1.2.0: - Add custom control bar for audio and video elements diff --git a/package.json b/package.json index 2f86f57b6..cc0aac587 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "verona-modules-aspect", "config": { "editor_version": "1.6.0", - "player_version": "1.2.0" + "player_version": "1.2.1" }, "scripts": { "ng": "ng", -- GitLab