Skip to content

Releases: rrirower/DP2SceneGraphWizard

Version 1.0.1.4

25 Jan 17:21
07d8547

Choose a tag to compare

This release includes the following:

Installer:

  • No changes.

Wizard:

  • New Feature: Custom main menu images.

BrightScript:

  • Fix bug: Video highlighter disappears when vertical menu disabled. (See issue #156).
  • Fix bug: Clicking '*' for Series Episodes extra info. (see issue #161).
  • Fix bug: Trick play and subtitle display in Series. (See issue #164).
  • Fix bug: Static analysis: Authentication. (See issue #168).
  • Resolve some other Static Analysis warnings.

NOTE: Starting with version 1.0.1.3, the channel code supports persistent video playback. This means that a user can start a video on one Roku device and continue on another. To support this, the wizard utilizes a Roku API that leverages channel store code. That API requires you to set a flag in the Developer dashboard if you want to test your channel. The flag is NOT required for a user to use your channel. You must set the "Use for billing testing" flag in the developer dashboard if you want to test your channel before publishing.

Billing testing jpg

Version 1.0.1.3

25 Jul 20:05
c533bea

Choose a tag to compare

This release includes the following:

Installer:

  • No changes.

Wizard:

  • New Feature: Add Poster aspect ratio setting. (See Issue #148).
  • New Feature: Save Continue Watching data on an external server. (See the Wiki and Discussion #149).
  • New Feature: Add the ability to specify custom tag logos for different tags. (See the Wiki and Discussion #149).
  • Add 'splash_screen_fhd' for future use.

BrightScript:

  • New Feature: Poster aspect ratio now used.
  • New Feature: Add 'Remove selected item' to watchlist. (See Discussion #149).
  • New Feature: Add support for saving registry settings to a backend server. (See Discussion #149).
  • Fix some bugs.
  • Add several utility functions to support new features.

Version 1.0.1.2

20 Apr 18:24
e1b5c7d

Choose a tag to compare

This release includes the following:

Installer:

  • New UI skin.

Wizard:

  • New Feature: Add Main menu editor.
  • New Feature: Add optional Watchlist screen to the channel code.
  • Themes: Add button text to the theme file.
  • Themes: Add some Search screen fields to the theme file.

BrightScript:

  • New Feature: Add optional Watchlist to the channel code.
  • Themes: Restructure the theme file for better support of images.
  • Fix bug: Theme Editor: values are null. (See issue #140)
  • Fix bug: Behavior analysis errors - Suspected wizard code bug. (See issue #139)

Version 1.0.1.1

01 Mar 16:27
b6a2cf8

Choose a tag to compare

This release includes the following:

Installer:

  • No changes.

Wizard:

  • Change the Theme editor font URI field to accept a value from a combobox.

BrightScript:

  • Fix bug: Deeplinking Episodes results in hang. (See Issue #136)

Version 1.0.1.0

18 Feb 21:18
cc7d8e0

Choose a tag to compare

This release includes the following:

Installer:

  • No changes.

Wizard:

  • Add a Theme editor to make it easier to change the channel UI.

BrightScript:

  • Update the Theme file format.
  • Remove unused variables.
  • Redesign the Theme.json file to make it more generic.

NOTE: If you've made changes to the Theme.Json file, you'll need to use the new Theme Editor to re-input your changes.

Version 1.0.0.9

31 Jan 19:31
e8bcef1

Choose a tag to compare

This release includes the following:

Installer:

  • No changes.

Wizard:

  • Fix bug: Can't pass certification for tvSpecial. #131.

BrightScript:

  • Fix bug: Can't pass certification for tvSpecial. #131.

Version 1.0.0.8

12 Jan 16:22
2ae017c

Choose a tag to compare

NOTE: If you are updating from a release earlier than 1.0.0.7, you have two update paths. Choose one:

  1. Install version 1.0.0.7.
  2. Install version 1.0.0.8.

OR,

  1. Install version 1.0.0.8.
  2. If you use a .settings file, download the UpdateSettingsFile utility from the Utility folder and unzip its contents.
  3. Run the UpdateSettingsFile program to update your settings file. If you use a .settings file and fail to update it, you may experience problems.

This release includes the following:

Installer:

  • Install did not create a Start Menu link (Issue #124).

Wizard:

  • Add check for update on startup for future releases.

BrightScript:

  • Fix bug: Audio only stream not working. (Issue #123).
  • Fix bug: Press * to show episode details not working - Locks up channel (Issue #127).

Version 1.0.0.7

27 Dec 20:35
4ac3080

Choose a tag to compare

Before installing this release, please uninstall your current release. This release requires .NET 9.0. If required, the installer will download and install it.

This release includes the following:

Wizard:

  • Requires .NET9.0
  • Per Roku suggestion, separate out custom channel attributes into its own JSON file.
  • Remove custom attributes "OVERHANG_OPTIONS" and "ALLOW_CHANNEL_SEARCH".
  • Replace color picker.
  • Add Help button to each screen.
  • Update dependent libraries.

BrightScript:

  • Read custom channel attributes from JSON file.
  • Improve UI by adding a vertical menu.
  • Search function is now on the left menu.

NOTE: If you use a settings file, the installer will ask to update it at the end of the install. You must update this file with the Post Install Updater.

Version 1.0.0.6

23 Nov 15:48
30c67e1

Choose a tag to compare

This release includes the following:

Wizard:

  • No changes.

BrightScript:

  • Fix Bug: Resume Position Not Working (see issue #120).

Version 1.0.0.5

20 Nov 15:46
6fd6e19

Choose a tag to compare

This release includes the following:

Wizard:

  • No changes.

BrightScript:

  • New Feature: Episode countdown for next Episode appears in the upper left of the screen.
  • Fix Bug: Various Problems & Lockups On Latest Version With Series & Episodes (see issue 119).
  • Fix Bug: Various other found bugs.

NOTE: Due to the amount and type of changes in this version, it is HIGHLY RECOMMENDED that you test your channel thoroughly before going to production.