Skip to content

Commit

Permalink
chore(dev): release 0.17.2 (#1045)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbenincasa authored Jan 11, 2025
1 parent 16eff87 commit adc267e
Show file tree
Hide file tree
Showing 7 changed files with 17 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.1"
".": "0.17.2"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.17.2](https://github.com/chrisbenincasa/tunarr/compare/v0.17.1...v0.17.2) (2025-01-11)


### Bug Fixes

* always specify an encoder in QSV pipeline ([f964ce1](https://github.com/chrisbenincasa/tunarr/commit/f964ce1fa2dbeff283272c94061a8b58f92f4f91))
* check for windows sooner when checking qsv/vaapi capabilities ([d973630](https://github.com/chrisbenincasa/tunarr/commit/d9736305e701932e95cbd84b9c06f704011e2195))
* fix m3u/xml copy to clipboard urls...again ([f166552](https://github.com/chrisbenincasa/tunarr/commit/f166552c02ac4796b782a8c43f86682a60361b34))
* remove erroneous channel transcode overrides ([235d3e9](https://github.com/chrisbenincasa/tunarr/commit/235d3e96b6ca9df9940aeac983569e27e2ff5e4e))
* show redirect programming properly in xmltv ([16eff87](https://github.com/chrisbenincasa/tunarr/commit/16eff8788777a1c0cde0d9ad3260dcab0e18b2c3))

## [0.17.1](https://github.com/chrisbenincasa/tunarr/compare/v0.17.0...v0.17.1) (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.1",
"version": "0.17.2",
"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.1",
"version": "0.17.2",
"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.1",
"version": "0.17.2",
"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.1",
"version": "0.17.2",
"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.1",
"version": "0.17.2",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit adc267e

Please sign in to comment.