Skip to content

Commit

Permalink
Release 0.5.0 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBicha authored Dec 2, 2022
1 parent e027c8c commit 68fd91b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.5.0] - 2022-12-02
### Added
- Version check in settings page
- Support for web request body parsing
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ Unofficial Youtube client for Roku 📺
- 🕵️ No Tracking
- 🛡️ Privacy driven (uses Invidious backend)
- ⚔️ SponsorBlock integration (skips undesirable sections in videos)
- 📱 Cast from phone
- 🔮 Picture-in-picture mode

### Cast from phone
1. Open settings in Playlet
1. Scan QR Code with Phone
1. Enter video ID or video url, and press Play button

### Picture-in-picture
- When viewing a video in full screen, press ⬇️ (down) button on your remote to shrink the video
- You can browser or search for videos while you watch
- To restore currently playing video to full screen, press the ✳️ (options) button

## Screenshots
<img src="screenshot1.jpg" alt="Screenshot of Playlet" width="350"/>
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": "playlet",
"version": "0.4.0",
"version": "0.5.0",
"description": "Unofficial Youtube client for Roku",
"dependencies": {
"bslib": "npm:@rokucommunity/bslib@^0.1.1",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ title=Playlet

# Do not update version manually, it is auto updated from package.json
major_version=0
minor_version=4
minor_version=5
build_version=00000

## Channel Assets
Expand Down

0 comments on commit 68fd91b

Please sign in to comment.