From 62c2580b66aba437b5ca8f7fac8230cb1e4f7348 Mon Sep 17 00:00:00 2001 From: jkelol111 <35841468+jkelol111@users.noreply.github.com> Date: Sun, 5 Apr 2020 13:43:03 +0800 Subject: [PATCH] Update manifest & v1.0.1 release --- LATEST_RELEASE_NOTES.md | 6 ++---- README.md | 2 +- package.json | 2 +- src/ad.html | 4 ++-- src/home.html | 4 ++-- src/manifest.webapp | 34 ++++++++++++++++++++-------------- src/player.html | 4 ++-- src/settings.html | 4 ++-- 8 files changed, 32 insertions(+), 28 deletions(-) diff --git a/LATEST_RELEASE_NOTES.md b/LATEST_RELEASE_NOTES.md index bf985a4..e7fed6d 100644 --- a/LATEST_RELEASE_NOTES.md +++ b/LATEST_RELEASE_NOTES.md @@ -2,9 +2,7 @@ *New features:* -- App versioning: Changed to semantic versioning for use with KaiStore. - -- Dropped beta tag: To avoid having a separate Kaidi Remote (Beta) and Kaidi Remote in the KaiStore in the future. The app itself is pretty much stable already. +- Updated manifest with additional values for KaiStore. *Bugs:* @@ -16,7 +14,7 @@ *Using OmniSD:* -1. Download the file `kaidi-1.0.0-beta-omnisd.zip` to your SD card. +1. Download the file `kaidi-1.0.1-beta-omnisd.zip` to your SD card. 2. Open OmniSD and install. diff --git a/README.md b/README.md index 45e2f82..7ac5f2a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ | Current app versions | Supported KaiOS versions | Supported Kodi versions | |:---------------------------------------:|:------------------------:|:------------------------------------------------:| -| - 1.0.0 (Stable)

- 0.4.7.3 (Alpha) | >= KaiOS 2.5 | >= Kodi Krypton (17.x)

>= JSON-RPC API v8 | +| - 1.0.0 (Stable, was 0.4.8 Beta)

- 0.4.7.3 (Alpha) | >= KaiOS 2.5 | >= Kodi Krypton (17.x)

>= JSON-RPC API v8 | ## Key features diff --git a/package.json b/package.json index f353128..5b65cec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kaidi", - "version": "1.0.0", + "version": "1.0.1", "description": "A Kodi remote app for KaiOS.", "scripts": { "clean": "gulp clean", diff --git a/src/ad.html b/src/ad.html index 86a4f1f..aebfa9a 100644 --- a/src/ad.html +++ b/src/ad.html @@ -2,8 +2,8 @@ Kaidi Ad - - + + diff --git a/src/home.html b/src/home.html index 57c0061..cd6f92e 100644 --- a/src/home.html +++ b/src/home.html @@ -4,8 +4,8 @@ Kaidi Home - - + + diff --git a/src/manifest.webapp b/src/manifest.webapp index d820176..c4fec41 100644 --- a/src/manifest.webapp +++ b/src/manifest.webapp @@ -1,7 +1,7 @@ { - "version": "1.0.0", + "version": "1.0.1", "name": "Kaidi Remote", - "description": "A Kodi remote app for KaiOS.", + "description": "The Kodi remote app for KaiOS.", "launch_path": "/ad.html#home", "orientation": "default", "theme_color": "#1BC1C4", @@ -26,21 +26,27 @@ "description": "Required for to send notifications/toasts." } }, - "dependencies": { - "ads-sdk": "1.3.0" - }, - "installs_allowed_from": [ - "*" - ], - "default_locale": "en-US", "locales": { "en-US": { - "name": "Kaidi Remote (Beta)", - "description": "A Kodi remote app for KaiOS." + "name": "Kaidi Remote", + "subtitle": "The Kodi Remote app for KaiOS.", + "description": "The Kodi remote app for KaiOS." }, "vi": { - "name": "Điều khiển Kaidi (Beta)", - "description": "Một ứng dụng điều khiển Kodi cho KaiOS." + "name": "Điều khiển Kaidi", + "subtitle": "Ứng dụng điều khiển Kodi cho KaiOS.", + "description": "Ứng dụng điều khiển Kodi cho KaiOS." } - } + }, + "default_locale": "en-US", + "dependencies": { + "ads-sdk": "1.3.0" + }, + "installs_allowed_from": [ + "*" + ], + "categories": [ + "utilities", + "entertainment" + ] } \ No newline at end of file diff --git a/src/player.html b/src/player.html index 8e64f5a..b552336 100644 --- a/src/player.html +++ b/src/player.html @@ -4,8 +4,8 @@ Kaidi Player - - + + diff --git a/src/settings.html b/src/settings.html index e11d002..0b4212b 100644 --- a/src/settings.html +++ b/src/settings.html @@ -4,8 +4,8 @@ Kaidi Settings - - + +