From 6c14a09a6eba325cb9259c17e17645efe58bb50e Mon Sep 17 00:00:00 2001
From: rhenck <richard.henck@iqb.hu-berlin.de>
Date: Fri, 14 Oct 2022 12:35:46 +0200
Subject: [PATCH] Change version tag to 'rc' suffix and add editor patchnotes

---
 docs/release-notes-editor.txt | 11 +++++++++++
 package.json                  |  4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/docs/release-notes-editor.txt b/docs/release-notes-editor.txt
index 613f05076..eebcd896f 100644
--- a/docs/release-notes-editor.txt
+++ b/docs/release-notes-editor.txt
@@ -1,5 +1,16 @@
 Editor
 ======
+1.34.0
+- Implement GeoGebra applet element
+  This needs a base64 representation of a unit.
+  CustomToolbar setting as text-field is a temporary solution as a nice UI would
+  be rather complicated to implement.
+  Reference list of possible values can be found here:
+  https://wiki.geogebra.org/en/Reference:Toolbar
+- Add background color setting to text-field in cloze
+- Fix frame border initialization
+- Fix visual issue with double borders in TextEditor
+
 1.33.3
 - Enable reading of duplicate IDs
   IDs will be generated and a warning is shown.
diff --git a/package.json b/package.json
index cf724ee99..c5594d9a9 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,8 @@
 {
   "name": "verona-modules-aspect",
   "config": {
-    "player_version": "1.27.0-beta",
-    "editor_version": "1.34.0-beta",
+    "player_version": "1.27.0-rc",
+    "editor_version": "1.34.0-rc",
     "unit_definition_version": "3.7.0"
   },
   "scripts": {
-- 
GitLab