From 630c822e3673f160811d37aa70aee7536d5ad675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20K=C3=A4sler?= <tom.kaesler@mni.thm.de> Date: Mon, 1 Jul 2019 13:54:26 +0200 Subject: [PATCH] Add changes for v1.2 to changelog --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb1240525..23b1b7f08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## 1.2 +Features: +* Adds a counter for the comments +* Adds a badge in the comment view that counts comments / filtered comments +* Adds a guest login for speaker role + +Performance improvements: +* Enables Angular Ahead-of-Time compiler +* Improves loading strategy for Service Workers + +General improvements: +* Optimizes dark theme for better readability +* Only shows the toolbar for the comments when there are more than 3 comments +* Pins the searchbar for the comments to the top +* Adds ID and local time to the header component in the comment view +* Improves overall wording + +Bug Fixes: +* Closes presentation view for comments on pressing ESC when in browser fullscreen +* Fixed not being able to scoll in room settings + +**This version is brought to you by:** +Project management: Klaus Quibeldey-Cirkel +Lead programming: Tom "tekay" Käsler, Lukas Mauß + ## 1.1 Comment Feature: * Interaction via WebSockets -- GitLab