Skip to content

Commit

Permalink
Release Prep
Browse files Browse the repository at this point in the history
  • Loading branch information
1hitsong committed Nov 20, 2024
1 parent 2c691a9 commit be9eba2
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 33 deletions.
10 changes: 5 additions & 5 deletions manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

title=viv
major_version=1
minor_version=0
build_version=11
minor_version=1
build_version=0

### Main Menu Icons / Channel Poster Artwork

mm_icon_focus_fhd=pkg:/images/channel-poster_fhd_dev.jpg
mm_icon_focus_hd=pkg:/images/channel-poster_hd_dev.jpg
mm_icon_focus_sd=pkg:/images/channel-poster_sd_dev.jpg
mm_icon_focus_fhd=pkg:/images/channel-poster_fhd.jpg
mm_icon_focus_hd=pkg:/images/channel-poster_hd.jpg
mm_icon_focus_sd=pkg:/images/channel-poster_sd.jpg

### Splash Screen + Loading Screen Artwork

Expand Down
2 changes: 1 addition & 1 deletion 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,7 +1,7 @@
{
"name": "viv",
"type": "module",
"version": "1.0.11",
"version": "1.1.0",
"description": "Unofficial Roku app for Jellyfin media server",
"dependencies": {
"@rokucommunity/bslib": "0.1.1",
Expand Down
36 changes: 10 additions & 26 deletions source/static/whatsNew/1.1.0.json
Original file line number Diff line number Diff line change
@@ -1,50 +1,30 @@
[
{
"description": "Add version number and link to What's New popup to setting screen",
"author": "1hitsong"
},
{
"description": "Move Sort, Filter, and View options to top of movie library",
"description": "Move Sort, Filter, and View options to top of Collections, Movie, TV Show, and Music Video libraries",
"author": "1hitsong"
},
{
"description": "Move Sort, Filter, and View options to top of TV Show library",
"description": "Decrease playlist load time by 90%",
"author": "1hitsong"
},
{
"description": "Create presentation view for TV Show library",
"description": "Decrease music album load time by 90%",
"author": "1hitsong"
},
{
"description": "Add sort, filter, and view options to boxsets",
"description": "Create presentation view for Collections, TV Show, and Music Video libraries",
"author": "1hitsong"
},
{
"description": "Reuse current library view setting for genre folders - No longer need default view setting",
"author": "1hitsong"
},
{
"description": "Add sort, filter, and view support to Music Video libraries",
"author": "1hitsong"
},
{
"description": "Add sort, filter, and view support to Photo libraries",
"author": "1hitsong"
},
{
"description": "Decrease playlist load time by 90%",
"author": "1hitsong"
},
{
"description": "Decrease music album load time by 90%",
"author": "1hitsong"
},
{
"description": "Add media type icon to playlist items",
"description": "Add sort, filter, and view support to Collections, Photo, and Music Video libraries",
"author": "1hitsong"
},
{
"description": "Add additional info to playlist items",
"description": "Add media type icon and additional info to playlist items",
"author": "1hitsong"
},
{
Expand All @@ -63,6 +43,10 @@
"description": "Prevent crash if user has more libraries than the home data tasks can handle",
"author": "1hitsong"
},
{
"description": "Add version number and link to What's New popup to setting screen",
"author": "1hitsong"
},
{
"description": "Create dev channel logo image",
"author": "1hitsong"
Expand Down

0 comments on commit be9eba2

Please sign in to comment.