Skip to content

Commit

Permalink
Merge branch 'main' into feature/innertube
Browse files Browse the repository at this point in the history
  • Loading branch information
iBicha authored Dec 19, 2024
2 parents 92bf6e8 + 031601d commit f2f8922
Show file tree
Hide file tree
Showing 17 changed files with 30 additions and 20 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Nothing worth mentioning yet.

## [0.33.2] - 2024-12-17

### Changed

- Default Invidious instance

## [0.33.1] - 2024-12-17

### Added

- Compression (gzip) to static web app files. Reduces app size significantly
Expand Down
2 changes: 1 addition & 1 deletion docs/playlet-web-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.0

info:
title: Playlet Web API
version: 0.33.0
version: 0.33.2
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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playlet",
"version": "0.33.0",
"version": "0.33.2",
"description": "Unofficial YouTube client for Roku",
"devDependencies": {
"@rokucommunity/bslint": "^0.8.26",
Expand Down
4 changes: 2 additions & 2 deletions playlet-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion playlet-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playlet-app",
"version": "0.33.0",
"version": "0.33.2",
"description": "Unofficial YouTube client for Roku",
"scripts": {
"prebuild": "rm -rf ../build/playlet-app",
Expand Down
2 changes: 1 addition & 1 deletion playlet-app/src/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title=Playlet
# Do not update version manually, it is auto updated from package.json
major_version=0
minor_version=33
build_version=00000
build_version=00002

ui_resolutions=hd
uri_resolution_autosub=$$RES$$,480p,720p,1080p
Expand Down
4 changes: 2 additions & 2 deletions playlet-lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion playlet-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playlet-lib",
"version": "0.33.0",
"version": "0.33.2",
"description": "Unofficial YouTube client for Roku",
"scripts": {
"prebuild": "rm -rf ../build/playlet-lib",
Expand Down
2 changes: 1 addition & 1 deletion playlet-lib/src/components/Logger/Logger.bs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function Init()
m.top.ObserveField("logLine", port)

scene = m.top.getScene()
scene.ObserveFieldScoped("systemLogEvent", port)
scene.ObserveFieldScopedEx("systemLogEvent", port)

m.port = port

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import "pkg:/source/utils/TimeUtils.bs"
namespace Invidious
const INSTANCES_API = "https://api.invidious.io/instances.json?sort_by=type,users"

const DEFAULT_INSTANCE = "https://invidious.nerdvpn.de"
const DEFAULT_INSTANCE = "https://inv.nadeko.net"

const TOKEN_CALLBACK = "/invidious/token_callback"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function LoungeGenerateManualPairingCodeTask(input as object) as object

if StringUtils.IsNullOrEmpty(input.loungeToken)
messagePort = CreateObject("roMessagePort")
loungeService.observeFieldScoped("loungeToken", messagePort)
loungeService.observeFieldScopedEx("loungeToken", messagePort)
loungeService.join = true
message = wait(30000, messagePort)
loungeService.unobserveFieldScoped("loungeToken")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ namespace Http
loungeToken = m.loungeService.loungeToken
if StringUtils.IsNullOrEmpty(loungeToken)
messagePort = CreateObject("roMessagePort")
m.loungeService.observeFieldScoped("loungeToken", messagePort)
m.loungeService.observeFieldScopedEx("loungeToken", messagePort)
m.loungeService.join = true
message = wait(30000, messagePort)
m.loungeService.unobserveFieldScoped("loungeToken")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace Http
' If the lib_version_latest field is not available, we can give it a few seconds
' To make a request to Github to get the latest version.
msgPort = CreateObject("roMessagePort")
m.applicationInfoNode.observeFieldScoped("lib_version_latest", msgPort)
m.applicationInfoNode.observeFieldScopedEx("lib_version_latest", msgPort)
wait(5000, msgPort)
m.applicationInfoNode.unobserveFieldScoped("lib_version_latest")

Expand Down
2 changes: 1 addition & 1 deletion playlet-lib/src/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title=PlayletLib
# Do not update version manually, it is auto updated from package.json
major_version=0
minor_version=33
build_version=00000
build_version=00002

ui_resolutions=hd
uri_resolution_autosub=$$RES$$,480p,720p,1080p
Expand Down
4 changes: 2 additions & 2 deletions playlet-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion playlet-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playlet-web",
"version": "0.33.0",
"version": "0.33.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit f2f8922

Please sign in to comment.