Skip to content

Commit

Permalink
feat: add markers, add layout data get/set
Browse files Browse the repository at this point in the history
  • Loading branch information
dnmeid committed May 26, 2023
1 parent ea70639 commit 54278d9
Show file tree
Hide file tree
Showing 7 changed files with 614 additions and 592 deletions.
38 changes: 18 additions & 20 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
{
"globals": {
"angular": false,
"module": false,
"inject": false,
"document": false
},
"env": {
"es6": true,
"browser": true,
"amd": true,
"node": true
},
"extends": [
"eslint:recommended"
],
"parserOptions": {
"ecmaVersion": 9,
"sourceType": "module"
},
"rules": {}
"globals": {
"angular": false,
"module": false,
"inject": false,
"document": false
},
"env": {
"es6": true,
"browser": true,
"amd": true,
"node": true
},
"extends": ["eslint:recommended"],
"parserOptions": {
"ecmaVersion": 13,
"sourceType": "module"
},
"rules": {}
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

---
## [2.1.0] (2023-05-26)

## New Features
* Added action to insert chapter markers in recordings
* Added action to get layout data and store it in a variable
* Added action to set layout data to device
* Added options to toggle streaming and recording based on current state
* Added preset for recorder reset action
* Don't show "All streams" any more if there are no individual streams in a channel
* completely redone internal handling of polling and updating the connection data, improved error handling

## [2.0.0] (2023-05-24)

## Major
Expand Down
Loading

0 comments on commit 54278d9

Please sign in to comment.