diff --git a/CHANGELOG.md b/CHANGELOG.md index aa10312c..aaff746f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.28.0] - 2024-10-13 ### Added diff --git a/docs/playlet-web-api.yml b/docs/playlet-web-api.yml index e19fce6f..dc3e5e10 100644 --- a/docs/playlet-web-api.yml +++ b/docs/playlet-web-api.yml @@ -2,7 +2,7 @@ openapi: 3.0.0 info: title: Playlet Web API - version: 0.27.1 + version: 0.28.0 description: Playlet Web API is a RESTful API for controlling the Playlet app on Roku devices. The API is intended to be used by the Playlet web app, but can diff --git a/package-lock.json b/package-lock.json index 68e83756..0d0e4089 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "playlet", - "version": "0.27.1", + "version": "0.28.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "playlet", - "version": "0.27.1", + "version": "0.28.0", "hasInstallScript": true, "devDependencies": { "@rokucommunity/bslint": "^0.8.25", diff --git a/package.json b/package.json index 69a249dc..cbcc8cdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playlet", - "version": "0.27.1", + "version": "0.28.0", "description": "Unofficial YouTube client for Roku", "devDependencies": { "@rokucommunity/bslint": "^0.8.25", diff --git a/playlet-app/package-lock.json b/playlet-app/package-lock.json index 7d2cf48c..f75941b7 100644 --- a/playlet-app/package-lock.json +++ b/playlet-app/package-lock.json @@ -1,12 +1,12 @@ { "name": "playlet-app", - "version": "0.27.1", + "version": "0.28.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "playlet-app", - "version": "0.27.1" + "version": "0.28.0" } } } diff --git a/playlet-app/package.json b/playlet-app/package.json index 9e75abfe..a9525f67 100644 --- a/playlet-app/package.json +++ b/playlet-app/package.json @@ -1,6 +1,6 @@ { "name": "playlet-app", - "version": "0.27.1", + "version": "0.28.0", "description": "Unofficial YouTube client for Roku", "scripts": { "prebuild": "rm -rf ../build/playlet-app", diff --git a/playlet-app/src/manifest b/playlet-app/src/manifest index 998d8fe3..8b90ee17 100644 --- a/playlet-app/src/manifest +++ b/playlet-app/src/manifest @@ -2,8 +2,8 @@ title=Playlet # Do not update version manually, it is auto updated from package.json major_version=0 -minor_version=27 -build_version=00001 +minor_version=28 +build_version=00000 ui_resolutions=hd uri_resolution_autosub=$$RES$$,480p,720p,1080p diff --git a/playlet-lib/package-lock.json b/playlet-lib/package-lock.json index 8b1ee611..71ccd2b1 100644 --- a/playlet-lib/package-lock.json +++ b/playlet-lib/package-lock.json @@ -1,12 +1,12 @@ { "name": "playlet-lib", - "version": "0.27.1", + "version": "0.28.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "playlet-lib", - "version": "0.27.1" + "version": "0.28.0" } } } diff --git a/playlet-lib/package.json b/playlet-lib/package.json index 2ef0aeda..cf04585d 100644 --- a/playlet-lib/package.json +++ b/playlet-lib/package.json @@ -1,6 +1,6 @@ { "name": "playlet-lib", - "version": "0.27.1", + "version": "0.28.0", "description": "Unofficial YouTube client for Roku", "scripts": { "prebuild": "rm -rf ../build/playlet-lib", diff --git a/playlet-lib/src/manifest b/playlet-lib/src/manifest index 42802493..9e426210 100644 --- a/playlet-lib/src/manifest +++ b/playlet-lib/src/manifest @@ -2,8 +2,8 @@ title=PlayletLib # Do not update version manually, it is auto updated from package.json major_version=0 -minor_version=27 -build_version=00001 +minor_version=28 +build_version=00000 ui_resolutions=hd uri_resolution_autosub=$$RES$$,480p,720p,1080p diff --git a/playlet-web/package-lock.json b/playlet-web/package-lock.json index 83eb75a9..dac597aa 100644 --- a/playlet-web/package-lock.json +++ b/playlet-web/package-lock.json @@ -1,12 +1,12 @@ { "name": "playlet-web", - "version": "0.27.1", + "version": "0.28.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "playlet-web", - "version": "0.27.1", + "version": "0.28.0", "dependencies": { "youtubei.js": "^10.5.0" }, diff --git a/playlet-web/package.json b/playlet-web/package.json index 1db100c0..07ade285 100644 --- a/playlet-web/package.json +++ b/playlet-web/package.json @@ -1,6 +1,6 @@ { "name": "playlet-web", - "version": "0.27.1", + "version": "0.28.0", "type": "module", "scripts": { "dev": "vite",