Skip to content

Commit be9eba2

Browse files
committed
Release Prep
1 parent 2c691a9 commit be9eba2

File tree

4 files changed

+17
-33
lines changed

4 files changed

+17
-33
lines changed

manifest

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
title=viv
44
major_version=1
5-
minor_version=0
6-
build_version=11
5+
minor_version=1
6+
build_version=0
77

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

10-
mm_icon_focus_fhd=pkg:/images/channel-poster_fhd_dev.jpg
11-
mm_icon_focus_hd=pkg:/images/channel-poster_hd_dev.jpg
12-
mm_icon_focus_sd=pkg:/images/channel-poster_sd_dev.jpg
10+
mm_icon_focus_fhd=pkg:/images/channel-poster_fhd.jpg
11+
mm_icon_focus_hd=pkg:/images/channel-poster_hd.jpg
12+
mm_icon_focus_sd=pkg:/images/channel-poster_sd.jpg
1313

1414
### Splash Screen + Loading Screen Artwork
1515

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "viv",
33
"type": "module",
4-
"version": "1.0.11",
4+
"version": "1.1.0",
55
"description": "Unofficial Roku app for Jellyfin media server",
66
"dependencies": {
77
"@rokucommunity/bslib": "0.1.1",

source/static/whatsNew/1.1.0.json

Lines changed: 10 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,30 @@
11
[
22
{
3-
"description": "Add version number and link to What's New popup to setting screen",
4-
"author": "1hitsong"
5-
},
6-
{
7-
"description": "Move Sort, Filter, and View options to top of movie library",
3+
"description": "Move Sort, Filter, and View options to top of Collections, Movie, TV Show, and Music Video libraries",
84
"author": "1hitsong"
95
},
106
{
11-
"description": "Move Sort, Filter, and View options to top of TV Show library",
7+
"description": "Decrease playlist load time by 90%",
128
"author": "1hitsong"
139
},
1410
{
15-
"description": "Create presentation view for TV Show library",
11+
"description": "Decrease music album load time by 90%",
1612
"author": "1hitsong"
1713
},
1814
{
19-
"description": "Add sort, filter, and view options to boxsets",
15+
"description": "Create presentation view for Collections, TV Show, and Music Video libraries",
2016
"author": "1hitsong"
2117
},
2218
{
2319
"description": "Reuse current library view setting for genre folders - No longer need default view setting",
2420
"author": "1hitsong"
2521
},
2622
{
27-
"description": "Add sort, filter, and view support to Music Video libraries",
28-
"author": "1hitsong"
29-
},
30-
{
31-
"description": "Add sort, filter, and view support to Photo libraries",
32-
"author": "1hitsong"
33-
},
34-
{
35-
"description": "Decrease playlist load time by 90%",
36-
"author": "1hitsong"
37-
},
38-
{
39-
"description": "Decrease music album load time by 90%",
40-
"author": "1hitsong"
41-
},
42-
{
43-
"description": "Add media type icon to playlist items",
23+
"description": "Add sort, filter, and view support to Collections, Photo, and Music Video libraries",
4424
"author": "1hitsong"
4525
},
4626
{
47-
"description": "Add additional info to playlist items",
27+
"description": "Add media type icon and additional info to playlist items",
4828
"author": "1hitsong"
4929
},
5030
{
@@ -63,6 +43,10 @@
6343
"description": "Prevent crash if user has more libraries than the home data tasks can handle",
6444
"author": "1hitsong"
6545
},
46+
{
47+
"description": "Add version number and link to What's New popup to setting screen",
48+
"author": "1hitsong"
49+
},
6650
{
6751
"description": "Create dev channel logo image",
6852
"author": "1hitsong"

0 commit comments

Comments
 (0)