Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.8.0"}
{".":"2.0.0"}
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,53 @@
# Changelog

## [2.0.0](https://github.com/segator/transcoderd/compare/v1.8.0...v2.0.0) (2025-01-20)


### ⚠ BREAKING CHANGES

* centralize cli configuration, breaking change for config files and env vars

### πŸŽ‰ Features

* support Czech tesseract language ([7081843](https://github.com/segator/transcoderd/commit/7081843a244a90ad9fec2c8d599fdc1fa8a5ad2c))
* support greek teseract language ([d352cfa](https://github.com/segator/transcoderd/commit/d352cfaa179b0bed32185ed73f070f2b924547d0))
* support iceland teseract language ([d352cfa](https://github.com/segator/transcoderd/commit/d352cfaa179b0bed32185ed73f070f2b924547d0))


### πŸ› Bug Fixes

* allow grace time for update check as Github bans too many requests, by default 15min ([550f3a9](https://github.com/segator/transcoderd/commit/550f3a9dc67ebe9b6f05cef4b009443216863139))
* better cleaner for subtitle names if pgs ([f0c28b7](https://github.com/segator/transcoderd/commit/f0c28b7146b01879e2e78b9f0e6dfaf9b0316768))
* better error logs on PGS errors ([f0c28b7](https://github.com/segator/transcoderd/commit/f0c28b7146b01879e2e78b9f0e6dfaf9b0316768))
* bump pgstosrt due this bugfix https://github.com/Tentacule/PgsToSrt/issues/51 ([a9c05a6](https://github.com/segator/transcoderd/commit/a9c05a6de4b726b63d62a4d8953bfb1ceb2fcc80))
* change encode progress bar to support duration and frames as fallback for those cases ffmpeg can not calculate the timestamps ([550f3a9](https://github.com/segator/transcoderd/commit/550f3a9dc67ebe9b6f05cef4b009443216863139))
* error parsing time.duration parameters ([16056da](https://github.com/segator/transcoderd/commit/16056daaa7338c96aee7c9679b29cd418625b07b))
* if a PGS fails, make fail all job ([66b6002](https://github.com/segator/transcoderd/commit/66b600251f946da79ac7f48a2701046286ad5e8a))
* increased process buffer for performance ([550f3a9](https://github.com/segator/transcoderd/commit/550f3a9dc67ebe9b6f05cef4b009443216863139))
* PGS tasks now output stderr for extra debug info ([66b6002](https://github.com/segator/transcoderd/commit/66b600251f946da79ac7f48a2701046286ad5e8a))
* Upgrade db logs version to version was not correctly showing the current version if more than 1 db scheme upgrade was needed ([66b6002](https://github.com/segator/transcoderd/commit/66b600251f946da79ac7f48a2701046286ad5e8a))
* Wait for stdout/err command hook executed before leaving command exec ([66b6002](https://github.com/segator/transcoderd/commit/66b600251f946da79ac7f48a2701046286ad5e8a))


### πŸ€– Continuous Integration

* enable linter ([52c39b2](https://github.com/segator/transcoderd/commit/52c39b27698b1c5436835231bda5da20b303a2a9))


### πŸ”§ Miscellaneous Chores

* format code ([c547847](https://github.com/segator/transcoderd/commit/c54784739b7bab03bd29bed1aad0031c4999e6f2))
* lint fixes ([7912861](https://github.com/segator/transcoderd/commit/791286155400fa8fd41fb49d8e1ad978f8e6c0f7))
* lint fixes ([f89adf5](https://github.com/segator/transcoderd/commit/f89adf554b1c1a084fd5195c41f94b12db41cf31))
* lint fixes ([f22ce8d](https://github.com/segator/transcoderd/commit/f22ce8d71429bd09078a994ceb74b3a0b9db2aa4))
* lint fixes ([81a875f](https://github.com/segator/transcoderd/commit/81a875fc70ba82dcfb26c7e0bc78e04daf7b2595))
* lint fixes ([09495ba](https://github.com/segator/transcoderd/commit/09495ba2d1f47d580ea235424c4e16206ca717b6))


### ♻️ Code Refactoring

* centralize cli configuration, breaking change for config files and env vars ([16056da](https://github.com/segator/transcoderd/commit/16056daaa7338c96aee7c9679b29cd418625b07b))

## [1.8.0](https://github.com/segator/transcoderd/compare/v1.7.0...v1.8.0) (2025-01-17)


Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ docker run -d \
-p 8080:8080 \
-v /mnt/media:/mnt/media
-v ./transcoderd.yml:/etc/transcoderd/config.yml \
ghcr.io/segator/transcoderd:server-v1.8.0 # x-release-please-version
ghcr.io/segator/transcoderd:server-v2.0.0 # x-release-please-version
```

### Grafana Statistics
Expand All @@ -65,7 +65,7 @@ docker run -d \
--restart=always \
-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
--hostname $(hostname) \
ghcr.io/segator/transcoderd:worker-v1.8.0 \ # x-release-please-version
ghcr.io/segator/transcoderd:worker-v2.0.0 \ # x-release-please-version
--web.token my_secret_token \ # Replace it for the same value as in the server config
--web.domain http://192.168.1.55:8080 # Replace it for the server IP or public endpoint if you want remote access.

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.0
2.0.0
Loading