From f0ab1b6b31e5e6494246a8ce0956bea9bbb7d8de Mon Sep 17 00:00:00 2001 From: 1hitsong <3330318+1hitsong@users.noreply.github.com> Date: Thu, 12 Dec 2024 08:35:43 -0500 Subject: [PATCH] Release prep --- manifest | 8 ++++---- package-lock.json | 2 +- package.json | 2 +- source/static/whatsNew/1.1.2.json | 34 ------------------------------- source/static/whatsNew/1.1.3.json | 6 ++++++ 5 files changed, 12 insertions(+), 40 deletions(-) delete mode 100644 source/static/whatsNew/1.1.2.json create mode 100644 source/static/whatsNew/1.1.3.json diff --git a/manifest b/manifest index ae20d90e0..09672c112 100644 --- a/manifest +++ b/manifest @@ -3,13 +3,13 @@ title=viv major_version=1 minor_version=1 -build_version=2 +build_version=3 ### 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 diff --git a/package-lock.json b/package-lock.json index bfc69be6b..421312d6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "viv", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 4e485432e..cb5f10b05 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "viv", "type": "module", - "version": "1.1.2", + "version": "1.1.3", "description": "Unofficial Roku app for Jellyfin media server", "dependencies": { "@rokucommunity/bslib": "0.1.1", diff --git a/source/static/whatsNew/1.1.2.json b/source/static/whatsNew/1.1.2.json deleted file mode 100644 index 0d82147ea..000000000 --- a/source/static/whatsNew/1.1.2.json +++ /dev/null @@ -1,34 +0,0 @@ -[ - { - "description": "Add live TV programs to search results", - "author": "jimdogx" - }, - { - "description": "Make live TV schedule responsive faster", - "author": "1hitsong" - }, - { - "description": "Fix TV episode watched button text not changing when clicked", - "author": "1hitsong" - }, - { - "description": "Fix loss of focus bug when closing options popup from Live TV show details", - "author": "1hitsong" - }, - { - "description": "Add people to search results", - "author": "1hitsong" - }, - { - "description": "Add playlists to search results", - "author": "1hitsong" - }, - { - "description": "Fix crash on music artist view when no appears on album image available", - "author": "1hitsong" - }, - { - "description": "Update item API calls", - "author": "jimdogx" - } -] \ No newline at end of file diff --git a/source/static/whatsNew/1.1.3.json b/source/static/whatsNew/1.1.3.json new file mode 100644 index 000000000..461d032f0 --- /dev/null +++ b/source/static/whatsNew/1.1.3.json @@ -0,0 +1,6 @@ +[ + { + "description": "Fix crash on home screen", + "author": "1hitsong" + } +] \ No newline at end of file