Skip to content

Commit

Permalink
chore(dev): release 0.17.1 (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbenincasa authored Jan 10, 2025
1 parent f7bca67 commit 09db0d9
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.17.0"
".": "0.17.1"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.17.1](https://github.com/chrisbenincasa/tunarr/compare/v0.17.0...v0.17.1) (2025-01-10)


### Bug Fixes

* add "new" button for transcode configs ([f7bca67](https://github.com/chrisbenincasa/tunarr/commit/f7bca67df5a222f5fecc5cbd63693ee747bc6df9))
* enable watermarks on new qsv ffmpeg pipeline ([0260abc](https://github.com/chrisbenincasa/tunarr/commit/0260abc555f6761deb20f3b86e440bc4e1506ef1))
* handle 10-bit hevc in new qsv pipeline + other fixes ([0260abc](https://github.com/chrisbenincasa/tunarr/commit/0260abc555f6761deb20f3b86e440bc4e1506ef1))
* use transcode configs where appropriate in new pipeline ([0260abc](https://github.com/chrisbenincasa/tunarr/commit/0260abc555f6761deb20f3b86e440bc4e1506ef1))

## [0.17.0](https://github.com/chrisbenincasa/tunarr/compare/v0.16.13...v0.17.0) (2025-01-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tunarr",
"version": "0.17.0",
"version": "0.17.1",
"description": "Create LiveTV channels from your Plex media",
"type": "module",
"author": "chrisbenincasa",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tunarr/server",
"version": "0.17.0",
"version": "0.17.1",
"description": "Create LiveTV channels from your Plex media",
"license": "Zlib",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tunarr/shared",
"version": "0.17.0",
"version": "0.17.1",
"description": "Utility functions shared between server and web",
"private": true,
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tunarr/types",
"version": "0.17.0",
"version": "0.17.1",
"description": "Type definitions and schemas shared between server and web",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tunarr/web",
"version": "0.17.0",
"version": "0.17.1",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 09db0d9

Please sign in to comment.