Skip to content

Commit 79433a1

Browse files
committed
2.3.1
1 parent 6df430f commit 79433a1

File tree

3 files changed

+3
-23
lines changed

3 files changed

+3
-23
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# If you want to get_images, you'll also need convert from ImageMagick
44
##########################################################################
55

6-
VERSION := 2.3.0
6+
VERSION := 2.3.1
77

88
## usage
99

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jellyfin-roku",
33
"type": "module",
4-
"version": "2.3.0",
4+
"version": "2.3.1",
55
"description": "Roku app for Jellyfin media server",
66
"dependencies": {
77
"@rokucommunity/bslib": "0.1.1",

source/static/whatsNew/details.json

+1-21
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,6 @@
11
[
22
{
3-
"description": "Next Up behavior update for TV Shows",
4-
"author": "Renbo2024"
5-
},
6-
{
7-
"description": "Hide Time of Completion OSD for Hide Clocks setting",
8-
"author": "Renbo2024"
9-
},
10-
{
11-
"description": "Add channel number to Live TV channel title",
12-
"author": "Michael Cresswell"
13-
},
14-
{
15-
"description": "Enable OSD for intro videos",
16-
"author": "sivart73"
17-
},
18-
{
19-
"description": "Show user icon for saved users",
20-
"author": "SonicMastr"
21-
},
22-
{
23-
"description": "Add Live TV Channels, People and Playlists to search",
3+
"description": "Fix crash on movie library if it contains a lot of Tags",
244
"author": "jimdogx"
255
}
266
]

0 commit comments

Comments
 (0)