Skip to content
Snippets Groups Projects
Commit eac43d79 authored by Tom Käsler's avatar Tom Käsler
Browse files

Release version to 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
parent e78cd990
Branches
Tags v1.2
1 merge request!277Prepare 1.2
Pipeline #27758 passed with stages
in 9 minutes and 28 seconds
This diff is collapsed.
{ {
"name": "arsnova-lite", "name": "arsnova-lite",
"version": "1.1.0-SNAPSHOT", "version": "1.2.0",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
"karma-jasmine-html-reporter": "^0.2.2", "karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.1.2", "protractor": "~5.1.2",
"ts-node": "~4.1.0", "ts-node": "~4.1.0",
"tslint": "~5.9.1", "tslint": "^5.9.1",
"typescript": "3.2.4" "typescript": "3.2.4"
} }
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment