Skip to content

Commit

Permalink
Releasing v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
streamer45 committed Jul 8, 2020
1 parent 2e7fba1 commit 6466a43
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.3.0 - 2020-07-08
### Added
- Enabled users to set a custom filename for the recording.

## 0.2.0 - 2020-06-09
### Added
- Enabled users to cancel uploads
Expand Down
1 change: 0 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## TODO

- Implement proper error handling/messages.
- Let the user specify a custom filename for the recording.
- Make recording quality/resolution configurable.
- Add audio capture option to screen recording.
- Add ability to cut final recording (either at beginning or end).
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "com.mattermost.screen",
"name": "screen",
"description": "Mattermost plugin for screen recording.",
"version": "0.2.0",
"version": "0.3.0",
"min_server_version": "5.12.0",
"webapp": {
"bundle_path": "webapp/dist/main.js"
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/manifest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6466a43

Please sign in to comment.