Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
digiz3d authored May 17, 2023
1 parent 7f3ae58 commit 90211cc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## 1.0.0 (2023-05-17)


### Features

* add rtmp output support ([#3](https://github.com/digiz3d/docker-web-recorder/issues/3)) ([5750f2e](https://github.com/digiz3d/docker-web-recorder/commit/5750f2e57d88b751283171ed8fc0e08aa6995334))
* add support for emojis ([33081a7](https://github.com/digiz3d/docker-web-recorder/commit/33081a7e114f158f326f181e50bc4e8433aa3630))
* ARM support & replace google chrome by chromium ([#1](https://github.com/digiz3d/docker-web-recorder/issues/1)) ([ca5d33a](https://github.com/digiz3d/docker-web-recorder/commit/ca5d33ac3d2cf7643488ed91c4fe8efb2e5f245a))


### Bug Fixes

* duration infinite by default ([85dcb54](https://github.com/digiz3d/docker-web-recorder/commit/85dcb54cb29a11919577dc8fe2d09fc687a83ca8))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docker-web-recorder",
"private": true,
"version": "0.0.1",
"version": "1.0.0",
"description": "Docker container that can record web pages with sound",
"main": "src/index.ts",
"license": "MIT",
Expand Down

0 comments on commit 90211cc

Please sign in to comment.