Skip to content

Commit

Permalink
chore(dev): release 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbenincasa committed Jan 7, 2025
1 parent 4e7740b commit 373c45f
Show file tree
Hide file tree
Showing 7 changed files with 36 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.16.13"
".": "0.17.0"
}
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

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


### Features

* add "transcode configurations" ([#1001](https://github.com/chrisbenincasa/tunarr/issues/1001)) ([b5a4fdf](https://github.com/chrisbenincasa/tunarr/commit/b5a4fdf9bbd2e96249b3d93552a394ded1a1eb48))
* improvements to random slot weighting ([#1040](https://github.com/chrisbenincasa/tunarr/issues/1040)) ([4e7740b](https://github.com/chrisbenincasa/tunarr/commit/4e7740b55833224dd912bb2d34d198df18a9fe92))
* re-implement random slot UI to match time slot UI ([#1036](https://github.com/chrisbenincasa/tunarr/issues/1036)) ([8027f99](https://github.com/chrisbenincasa/tunarr/commit/8027f998db9d6320ca399bbe8b02c10b56ab5912))
* support for toggling between 12/24-hour time in UI ([#1026](https://github.com/chrisbenincasa/tunarr/issues/1026)) ([891ed29](https://github.com/chrisbenincasa/tunarr/commit/891ed296fb4794ba4ab164850bcf3c70c8f93825))
* support HLS direct channel stream mode ([#1029](https://github.com/chrisbenincasa/tunarr/issues/1029)) ([303964b](https://github.com/chrisbenincasa/tunarr/commit/303964bfe3c13aa5f060c8ca1552d68ddd9991fb))


### Bug Fixes

* additional fix for square pixel calculation ([df369f3](https://github.com/chrisbenincasa/tunarr/commit/df369f3767fc53efadc602c7e69c69f4c1be2ff3))
* allow setting channel stream mode on initial creation ([2f39648](https://github.com/chrisbenincasa/tunarr/commit/2f39648a5a0ee241ab79aa3d370c410d0417caed))
* always ensure a default transcode config exists via fixer ([67d1acf](https://github.com/chrisbenincasa/tunarr/commit/67d1acf456a0c523de45cfb9d4cdc6bd9c84fac4))
* choose default/selected audio streams first ([732e81d](https://github.com/chrisbenincasa/tunarr/commit/732e81d28657d6e433402efb42db5d7a5d84e4bb))
* cyclic shuffle now works with custom programs ([1a106a4](https://github.com/chrisbenincasa/tunarr/commit/1a106a4f0c3c0fa1b39b6fb8c94e32dc6b933a89))
* determine isAnamorphic via DAR/SAR; better square pixel size calculations ([d3dd7e4](https://github.com/chrisbenincasa/tunarr/commit/d3dd7e4f7fb83a8bd8356e678c47a32c5e16ca84))
* do not count initializing sessions in stale check ([ca0ec6a](https://github.com/chrisbenincasa/tunarr/commit/ca0ec6a92b002b7f0e43e36bc6fbb3ab38d81f35))
* fix default audio stream sort for boolean ([b298be3](https://github.com/chrisbenincasa/tunarr/commit/b298be3b6e963a225f79b0b8cd4a26fc6e714436))
* fix HLS direct mode when requested from an mpeg-ts wrapper stream ([27ab7a8](https://github.com/chrisbenincasa/tunarr/commit/27ab7a871a5ebda0499deb6d8016a59877eecf32))
* fix JF streams + local watermark file inputs on legacy ffmpeg pipeline ([c6d07c8](https://github.com/chrisbenincasa/tunarr/commit/c6d07c88a48c726de282645511208565ade63e35))
* fix show sorting in cyclic shuffle ([9122018](https://github.com/chrisbenincasa/tunarr/commit/9122018c27c16ab9f3e1a913b83dc8b80efdd115))
* further delineate between selected and default audio streams for plex ([43f9ffc](https://github.com/chrisbenincasa/tunarr/commit/43f9ffc7285e4cae5d6f397f50996a9ce578d5b7))
* pick random start position for each group in cyclic shuffle ([e2d6c03](https://github.com/chrisbenincasa/tunarr/commit/e2d6c03d33bc8d5abc562072303a06a3ae0fc334))
* set correct output pad size state in ScaleFilter ([dea698c](https://github.com/chrisbenincasa/tunarr/commit/dea698c5d953c8b3ec2a6fc3b4b474735045c6be))
* use stream.selected over stream.default for plex audio streams ([1a8afb6](https://github.com/chrisbenincasa/tunarr/commit/1a8afb63edf7fffd4a4d71f66c16d02cf8e2f2b7))

## [0.16.13](https://github.com/chrisbenincasa/tunarr/compare/v0.16.12...v0.16.13) (2024-12-18)


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.16.13",
"version": "0.17.0",
"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.16.13",
"version": "0.17.0",
"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.16.13",
"version": "0.17.0",
"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.16.13",
"version": "0.17.0",
"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.16.13",
"version": "0.17.0",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 373c45f

Please sign in to comment.