Skip to content

Commit 87c9db8

Browse files
Update splash screen images and version to 1.3.3; add new release notes for 1.3.3
1 parent 1bd12b5 commit 87c9db8

8 files changed

Lines changed: 37 additions & 25 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
---
55

66
<p align="center">
7-
<img width="4305" height="2659" alt="splash-background" src="https://github.com/user-attachments/assets/8618363e-d982-4828-8274-a2c3c7623ddb" />
7+
<img width="4305" height="2659" alt="splash-background" src="https://github.com/user-attachments/assets/c30a3464-6b56-4eef-b1fc-bcc9ca8caddd" />
88
</p>
99

1010
[![License](https://img.shields.io/github/license/Moonfin-Client/Roku)](LICENSE)

images/splash-screen_fhd.png

-14.8 KB
Loading

images/splash-screen_hd.png

11.9 KB
Loading

images/splash-screen_sd.png

656 Bytes
Loading

manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
title=Moonfin
44
major_version=1
55
minor_version=3
6-
build_version=2
6+
build_version=3
77

88
### Main Menu Icons / Channel Poster Artwork
99

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "moonfin",
33
"type": "module",
4-
"version": "1.3.2",
4+
"version": "1.3.3",
55
"description": "Moonfin - Roku Client for Jellyfin",
66
"dependencies": {
77
"@rokucommunity/bslib": "0.1.1",

source/static/whatsNew/1.3.2.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

source/static/whatsNew/1.3.3.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
[
2+
{
3+
"description": "Fixed OSD controls: fast forward, rewind, left/right seeking, and remaining time display",
4+
"author": ""
5+
},
6+
{
7+
"description": "Fixed subtitle and audio selectors locking the screen during playback",
8+
"author": ""
9+
},
10+
{
11+
"description": "Fixed pre-playback subtitle selection not being applied",
12+
"author": ""
13+
},
14+
{
15+
"description": "Fixed genre filtering not navigating to filtered library view",
16+
"author": ""
17+
},
18+
{
19+
"description": "Fixed sidebar getting stuck when pressing up on the home screen",
20+
"author": ""
21+
},
22+
{
23+
"description": "Fixed folder navigation and genre sub-folders in mixed-content libraries",
24+
"author": ""
25+
},
26+
{
27+
"description": "Fixed library grid column sizing issues",
28+
"author": ""
29+
},
30+
{
31+
"description": "Fixed sort/filter dialog and alpha picker focus handling",
32+
"author": "\n\n @RadicalMuffinMan on GitHub"
33+
}
34+
]

0 commit comments

Comments
 (0)