Skip to content

Commit 96db9fa

Browse files
committed
chore(main): release 2.2.0
1 parent 864b19d commit 96db9fa

File tree

4 files changed

+30
-4
lines changed

4 files changed

+30
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"2.1.0"}
1+
{".":"2.2.0"}

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [2.2.0](https://github.com/segator/transcoderd/compare/v2.1.0...v2.2.0) (2025-02-07)
4+
5+
6+
### 🎉 Features
7+
8+
* add romanian tesseract lang ([f3447da](https://github.com/segator/transcoderd/commit/f3447dafc34e796b82dd53c6d809132a0d058041))
9+
* masive refactor for fun ([#22](https://github.com/segator/transcoderd/issues/22)) ([f3447da](https://github.com/segator/transcoderd/commit/f3447dafc34e796b82dd53c6d809132a0d058041))
10+
* progress events are not send to job_events now new table job_progress ([f3447da](https://github.com/segator/transcoderd/commit/f3447dafc34e796b82dd53c6d809132a0d058041))
11+
* **server:** logs prints timestamp ([864b19d](https://github.com/segator/transcoderd/commit/864b19d62e103f6dab4da0129bb407109ad6f8eb))
12+
* tessdata support language zho ([7c23c9b](https://github.com/segator/transcoderd/commit/7c23c9b15ae5a0cd91bb447cf2c3f3a5e0e333d9))
13+
14+
15+
### 🐛 Bug Fixes
16+
17+
* some minor fixes ([f3447da](https://github.com/segator/transcoderd/commit/f3447dafc34e796b82dd53c6d809132a0d058041))
18+
19+
20+
### 🔧 Miscellaneous Chores
21+
22+
* update pgstosrt to latest version ([f3447da](https://github.com/segator/transcoderd/commit/f3447dafc34e796b82dd53c6d809132a0d058041))
23+
24+
25+
### ♻️ Code Refactoring
26+
27+
* simplier code and more readable ([f3447da](https://github.com/segator/transcoderd/commit/f3447dafc34e796b82dd53c6d809132a0d058041))
28+
329
## [2.1.0](https://github.com/segator/transcoderd/compare/v2.0.1...v2.1.0) (2025-01-20)
430

531

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ docker run -d \
4848
-p 8080:8080 \
4949
-v /mnt/media:/mnt/media
5050
-v ./transcoderd.yml:/etc/transcoderd/config.yml \
51-
ghcr.io/segator/transcoderd:server-v2.1.0 # x-release-please-version
51+
ghcr.io/segator/transcoderd:server-v2.2.0 # x-release-please-version
5252
```
5353

5454
### Grafana Statistics
@@ -64,7 +64,7 @@ docker run -d \
6464
--restart=always \
6565
-v /tmp:/tmp \ # Ensure to have enough space (+50G, but depends on your biggest media size) on your temporal folder, as the worker will use it heavily for encoding
6666
--hostname $(hostname) \
67-
ghcr.io/segator/transcoderd:worker-v2.1.0 \ # x-release-please-version
67+
ghcr.io/segator/transcoderd:worker-v2.2.0 \ # x-release-please-version
6868
--web.token my_secret_token \ # Replace it for the same value as in the server config
6969
--web.domain http://192.168.1.55:8080 # Replace it for the server IP or public endpoint if you want remote access.
7070

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0
1+
2.2.0

0 commit comments

Comments
 (0)