Skip to content

Commit 61f1811

Browse files
chore(main): release 1.4.0 (#113)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 231c23b commit 61f1811

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.4.0](https://github.com/digiz3d/docker-web-recorder/compare/v1.3.0...v1.4.0) (2025-02-25)
4+
5+
6+
### Features
7+
8+
* support changing the x264 encoder tune ([#114](https://github.com/digiz3d/docker-web-recorder/issues/114)) ([5ca8c32](https://github.com/digiz3d/docker-web-recorder/commit/5ca8c32ae0941fb8ecedce5a971bff6fad202433))
9+
10+
11+
### Bug Fixes
12+
13+
* cleanup X server locks during boot ([#115](https://github.com/digiz3d/docker-web-recorder/issues/115)) ([231c23b](https://github.com/digiz3d/docker-web-recorder/commit/231c23bc7e74b4c38188749c4a8b3e9ad1e3d94c))
14+
* gracefully shutdown FFmpeg on signals ([#112](https://github.com/digiz3d/docker-web-recorder/issues/112)) ([50f6ea0](https://github.com/digiz3d/docker-web-recorder/commit/50f6ea0cc90479f48a691a5ccb1c4954c2a750c2))
15+
316
## [1.3.0](https://github.com/digiz3d/docker-web-recorder/compare/v1.2.3...v1.3.0) (2025-02-16)
417

518

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docker-web-recorder",
33
"private": true,
4-
"version": "1.3.0",
4+
"version": "1.4.0",
55
"description": "Docker container that can record web pages with sound",
66
"main": "dist/index.js",
77
"license": "MIT",

0 commit comments

Comments
 (0)