Difference between revisions of "Release Notes"

From MSX - Wiki
Jump to navigation Jump to search
 
(244 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
These release notes contain major API extensions, fundamental UI/UX changes, and important bug fixes.
 
These release notes contain major API extensions, fundamental UI/UX changes, and important bug fixes.
 
__NOTOC__
 
__NOTOC__
== 0.1.136 <small>(In development)</small> ==
+
== 0.1.157 <small>(Apr 26, 2024)</small> ==
 +
=== API extensions ===
 +
* Updated [[URL Parameters]]: Added <code>caption</code> parameter
 +
* Updated [[Attached Data Examples]]: Added <code>info.framework.settings.caption</code> property
 +
* Updated [[Plugin API Reference]]
 +
 
 +
== 0.1.156 <small>(Apr 18, 2024)</small> ==
 +
=== Bug fixes ===
 +
* '''iOS devices''': Fixed a bug with the new hybrid storage that caused the application to freeze on startup under certain conditions (only a gray screen was visible)
 +
 
 +
=== UI/UX changes ===
 +
* Added rounded style ('''Settings''' → '''Rounded Style''') that gives the entire application a new look and feel by rounding most of the corners
 +
* Extended functionality for templated content items (i.e. inserts and breaks) (see [[Advanced Templated Items]])
 +
* Added content separation to prevent overlapping content (see [[Advanced Text & Image]])
 +
* Improved reload/replace action behavior by preloading visible live objects (this should avoid flashing progress bars when reloading/replacing content)
 +
 
 +
=== API extensions ===
 +
* Updated [[Content Root Object]]: Added <code>inserts</code> property
 +
* Updated [[Content Page Object]]: Added <code>area</code> property
 +
* Updated [[Content Page Object]]: Added <code>position</code> property
 +
* Updated [[Content Page Object]]: Added <code>template</code> property
 +
* Updated [[Content Item Object]]: Added <code>round</code> property
 +
* Updated [[Content Item Object]]: Added <code>break</code> property
 +
* Updated [[Content Item Object]]: Added <code>separation</code> property
 +
* Updated [[Content Item Object]]: Added <code>progressBackColor</code> property
 +
* Updated [[Content Item Object]]: Updated <code>layout</code> property
 +
* Updated [[Internal Actions]]
 +
* Updated [[Extended Properties]]: Added <code>info:round</code> property
 +
* Updated [[URL Parameters]]: Updated <code>init</code> parameter
 +
* Updated [[Attached Data Examples]]
 +
* Updated [[Dictionary Structure]]
 +
* Updated [[Live Object]]: Added <code>preload</code> property
 +
* Updated [[Live Object]]: Added <code>progressBackColor</code> property
 +
* Updated [[Live Object]]: Updated <code>progress</code> property
 +
* Updated [[Plugin API Reference]]
 +
 
 +
== 0.1.155 <small>(Mar 11, 2024)</small> ==
 +
=== Bug fixes ===
 +
* '''Android devices''': Fixed a bug where the system back button on some devices would only show the application exit screen but not perform the actual back action
 +
* '''iOS devices''': Fixed storage issues on some devices by adding a hybrid storage (for developers, please see [[Tips & Tricks#Storage on iOS devices]])
 +
 
 +
=== UI/UX changes ===
 +
* '''Android devices:''' Added long press feature of the system back button to restart the application from any state
 +
* '''iOS devices:''' Added long press feature of the overlay back button to restart the application from a third-party context
 +
* Added export/import function for resume keys (e.g. to transfer resume keys to another device) (see [[Attached Data Examples]])
 +
* Improved reload/replace action behavior by preloading visible images (this should avoid flashing images when reloading/replacing content)
 +
 
 +
=== API extensions ===
 +
* Updated [[Content Item Object]]: Added <code>decompress</code> property
 +
* Updated [[Internal Actions]]
 +
* Updated [[Attached Data Examples]]
 +
* Updated [[Plugin API Reference]]
 +
 
 +
== 0.1.154 <small>(Jan 29, 2024)</small> ==
 +
=== Bug fixes ===
 +
* '''Samsung TVs''': Fixed a bug in the [[Tizen Player]] that caused an endless busy indicator when a video/audio was aborted (i.e. stop/eject was executed) while the video/audio was still loading
 +
* '''Samsung TVs''': Fixed a subtitle bug in the [[Tizen Player]] that caused subtitles to not disappear on some TV devices
 +
 
 +
=== UI/UX changes ===
 +
* Added settings validation panel to automatically reset settings if some important settings (e.g. resolution, scaling, input, etc.) have been set incorrectly
 +
 
 +
=== API extensions ===
 +
* Updated [[Internal Actions]]
 +
* Updated [[Extended Properties]]: Added <code>info:headline</code> property
 +
* Updated [[Dictionary Structure]]
 +
* Updated [[Plugin API Reference]]
 +
 
 +
== 0.1.153 <small>(Jul 20, 2023)</small> ==
 +
=== UI/UX changes ===
 +
* '''Samsung TVs''': Added subtitle style (see [[Tizen Player]])
 +
* '''Samsung TVs''': Menu button is not handled anymore to allow opening the native TV menu
 +
* '''Universal Windows Platform (UWP) devices''': Added support for F5 (reload application) and F11 (toggle fullscreen)
 +
* Added new on-screen input type ('''Settings''' → '''Input Type''' → '''Move & Execute''') that is similar to '''Drag & Drop''' but allows faster executions of content items
 +
* Added support button in about panel
 +
* Deactivated link validations for links that are opened in a separate window or in an external browser (i.e. by using the action <code>link:window:{URL}</code>)
 +
* Increased visibility of the content caption (for lists with overflowing items) by adding an underlay that darkens the lower part of the screen
 +
* Increased visibility of the busy indicator and the on-screen remote control buttons on light backgrounds by adding slight shadows
 +
* Extended player headline space if no extension label is used
 +
* Extended resume feature (beside the progress, the duration and a possible context are now also stored for resumable content)  (see [[Live Examples]])
 +
* Added emergency combination to reset settings (see [[Tips_%26_Tricks#Emergency_Combination]])
 +
 
 +
=== API extensions ===
 +
* Updated [[Menu Root Object]]: Added <code>refocus</code> property
 +
* Updated [[Content Root Object]]: Added <code>refocus</code> property
 +
* Updated [[Content Root Object]]: Added <code>captionUnderlay</code> property
 +
* Updated [[Content Page Object]]: Added <code>captionUnderlay</code> property
 +
* Updated [[Internal Actions]]
 +
* Updated [[URL Parameters]]: Updated <code>input</code> parameter
 +
* Updated [[Extended Properties]]: Added <code>resume:context</code> property
 +
* Updated [[Extended Properties]]: Updated <code>button:{BUTTON_ID}:focus</code> property
 +
* Updated [[Extended Properties]]: Updated <code>button:{BUTTON_ID}:key</code> property (it is now dynamic)
 +
* Updated [[Attached Data Examples]]: Added <code>video.resume.context</code> property
 +
* Updated [[Attached Data Examples]]: Added <code>video.resume.duration</code> property
 +
* Updated [[Dictionary Structure]]
 +
* Updated [[Tizen Player]]: Added <code>tizen:subtitle:style:color</code> property
 +
* Updated [[Tizen Player]]: Added <code>tizen:subtitle:style:size</code> property
 +
* Updated [[Tizen Player]]: Added <code>tizen:subtitle:style:type</code> property
 +
* Updated [[Live Object]]: Updated <code>source</code> property
 +
* Updated [[Live Object]]: Updated <code>running</code> property
 +
* Updated [[Live Examples]]
 +
* Updated [[Plugin API Reference]]
 +
 
 +
== 0.1.151 <small>(Nov 25, 2022)</small> ==
 +
=== UI/UX changes ===
 +
* Added immersive mode ('''Settings''' → '''Immersive Mode''') to improve the user experience for devices that do not have a 16:9 screen ratio (e.g. mobile and desktop devices)
 +
 
 +
=== API extensions ===
 +
* Added [[Keep Ratio Keyword]]
 +
* Updated [[Internal Actions]]
 +
* Updated [[Attached Data Examples]]: Added <code>info.application.settings.immersiveMode</code> property
 +
* Updated [[Dictionary Structure]]
 +
* Updated [[Plugin API Reference]]
 +
 
 +
== 0.1.148 <small>(Sep 6, 2022)</small> ==
 +
=== UI/UX changes ===
 +
* '''iOS devices''': Increased screen usage for iPhone X+ devices
 +
* Improved user experience for devices that do not have a 16:9 screen ratio (e.g. mobile and desktop devices)
 +
* Added shadow frame to separate the application screen from the background
 +
* Added dimmer to darken the application background (i.e. setting the gray background to black) if a video is playing (and zoom or scale settings are used)
 +
* Added new on-screen remote control type ('''Settings''' → '''Remote Control''' → '''Corner Controls''') for tablets and phones
 +
* Added new on-screen remote control type ('''Settings''' → '''Remote Control''' → '''Complex''') for testing purposes
 +
 
 +
=== API extensions ===
 +
* Updated [[URL Parameters]]: Updated <code>remote</code> parameter
 +
* Updated [[Extended Properties]]: Added <code>control:dim</code> property
 +
* Updated [[Dictionary Structure]]
 +
* Updated [[Key Property]]
 +
 
 +
== 0.1.146 <small>(Jun 27, 2022)</small> ==
 +
=== UI/UX changes ===
 +
* Added more functions to customize a content item (e.g. set stamps, center content properties vertically, etc.) (see [[Advanced Text & Image]])
 +
* Added function to set the size of the player info image area
 +
* Increased the player info text area (from 10 to 16 lines) and added function to set the player info overlay
 +
* The display of badges has been improved by truncating too long values
 +
 
 +
=== API extensions ===
 +
* Updated [[Content Item Object]]: Added <code>centration</code> property
 +
* Updated [[Content Item Object]]: Added <code>stamp</code> property
 +
* Updated [[Content Item Object]]: Added <code>stampColor</code> property
 +
* Updated [[Content Item Object]]: Added <code>imageBoundary</code> property
 +
* Updated [[Content Item Object]]: Updated <code>alignment</code> property
 +
* Updated [[Internal Actions]]
 +
* Updated [[Extended Properties]]: Added <code>info:overlay</code> property
 +
* Updated [[Extended Properties]]: Added <code>info:size</code> property
 +
* Updated [[Extended Properties]]: Added <code>progress:duration</code> property
 +
* Updated [[Extended Properties]]: Added <code>progress:position</code> property
 +
* Updated [[Extended Properties]]: Added <code>trigger:ending</code> property
 +
* Updated [[Extended Properties]]: Added <code>trigger:-{SECONDS}</code> property
 +
* Updated [[Live Object]]: Added <code>source</code> property
 +
* Updated [[Live Object]]: Added <code>stamp</code> property
 +
* Updated [[Live Object]]: Added <code>stampColor</code> property
 +
* Updated [[Plugin API Reference]]
 +
 
 +
== 0.1.145 <small>(Feb 25, 2022)</small> ==
 +
=== API extensions ===
 +
* '''Samsung TVs''': Improved subtitle support (see [[Tizen Player]])
 +
* '''Samsung TVs''': Added network connection handler
 +
* Added slideshow image options to allow rotations of the current slideshow image (see [[Image Options]])
 +
* Added more slideshow functions (e.g. to set label, color, and extension of the current slideshow image at runtime)
 +
* Added captions to the dictionary (see [[Dictionary Structure]])
 +
* Added [[Image Options]]
 +
* Updated [[Inline Expressions]]
 +
* Updated [[Internal Actions]]
 +
* Updated [[Extended Properties]]: Added <code>control:retune</code> property
 +
* Updated [[Extended Properties]]: Added <code>image:icon</code> property
 +
* Updated [[Extended Properties]]: Added <code>image:options</code> property
 +
* Updated [[Extended Properties]]: Added <code>image:rotation:trigger</code> property
 +
* Updated [[Extended Properties]]: Added <code>image:rotation:value</code> property
 +
* Updated [[Extended Properties]]: Updated <code>image:action</code> property (it is now dynamic)
 +
* Updated [[Extended Properties]]: Updated <code>image:extension</code> property (it is now dynamic)
 +
* Updated [[Extended Properties]]: Updated <code>control:action</code> property (it is now dynamic)
 +
* Updated [[Attached Data Examples]]: Added <code>slider.info.rotation</code> property
 +
* Updated [[Attached Data Examples]]: Added <code>slider.info.customLabel</code> property
 +
* Updated [[Attached Data Examples]]: Added <code>slider.info.customColor</code> property
 +
* Updated [[Dictionary Structure]]
 +
* Updated [[Tizen Player]]: Added <code>tizen:subtitle:hidden</code> property
 +
* Updated [[Tizen Player]]: Added <code>tizen:subtitle:type</code> property
 +
* Updated [[Plugin API Reference]]
 +
* Updated [[Resolve Action]]
 +
 
 +
== 0.1.144 <small>(Jan 11, 2022)</small> ==
 +
=== Bug fixes ===
 +
* Performing stop/eject on the HTML5 player now unloads the source (instead of just pausing it)
 +
 
 +
=== API extensions ===
 +
* Added menu/content/panel replace actions to allow replacements of current data at runtime (see [[Replace Action]])
 +
* Added [[Replace Action]]
 +
* Updated [[Internal Actions]]
 +
* Updated [[Dictionary Structure]]
 +
* Updated [[Focus Separator]]
 +
 
 +
== 0.1.143 <small>(Dec 13, 2021)</small> ==
 +
=== Bug fixes ===
 +
* '''iOS devices''': Fixed storage issues within plugins (see [[Tips & Tricks#Storage on iOS devices]])
 +
 
 +
=== API extensions ===
 +
* Updated [[Plugin API Reference]]
 +
 
 +
== 0.1.142 <small>(Nov 17, 2021)</small> ==
 +
=== UI/UX changes ===
 +
* Added more functions to customize the menu (i.e. display the menu in different styles, set the menu content background to transparent, and set the line colors of menu item separators) (see [[Menu Examples]])
 +
 
 +
=== API extensions ===
 +
* Updated [[Menu Root Object]]: Added <code>ready</code> property
 +
* Updated [[Menu Root Object]]: Added <code>style</code> property
 +
* Updated [[Menu Root Object]]: Added <code>transparent</code> property
 +
* Updated [[Menu Item Object]]: Added <code>transparent</code> property
 +
* Updated [[Menu Item Object]]: Added <code>lineColor</code> property
 +
* Updated [[Content Root Object]]: Added <code>ready</code> property
 +
* Updated [[Content Root Object]]: Updated <code>transparent</code> property
 +
* Updated [[Content Page Object]]: Updated <code>transparent</code> property
 +
* Updated [[Requests]]: Added <code>{ID}</code> keyword
 +
* Updated [[Extended Properties]]: Added <code>control:transparent</code> property
 +
* Updated [[Extended Properties]]: Added <code>control:reuse</code> property
 +
* Updated [[Attached Data Examples]]: Added <code>info.id</code> property
 +
* Updated [[Dictionary Structure]]
 +
* Updated [[Plugin API Reference]]
 +
 
 +
== 0.1.141 <small>(Oct 7, 2021)</small> ==
 +
=== API extensions ===
 +
* '''Samsung TVs''': Extended action to launch applications (it is now possible to add launch data to the <code>system:tizen:launch</code>/<code>system:tizen:launch:{APP_ID}</code> action)
 +
* '''Samsung TVs''': Improved subtitle support (see [[Tizen Player]])
 +
* '''LG TVs''': Extended action to launch applications (it is now possible to add launch data to the <code>system:lg:launch:{APP_ID}</code> action)
 +
* Updated [[Internal Actions]]
 +
* Updated [[Tizen Player]]: Added <code>tizen:subtitle:delay</code> property
 +
* Updated [[Tizen Player]]: Added <code>tizen:subtitle:silent</code> property
 +
* Updated [[Tizen Player]]: Added <code>tizen:subtitle:url</code> property
 +
 
 +
== 0.1.140 <small>(Aug 26, 2021)</small> ==
 +
=== API extensions ===
 +
* Extended video events for plugins (added <code>data.data</code> property for specific events that contains the active video data before the event occurred)
 +
* Updated [[Internal Actions]]
 +
* Updated [[URL Parameters]]: Added <code>secure</code> parameter
 +
* Updated [[Extended Properties]]: Added <code>control:action</code> property
 +
* Updated [[Extended Properties]]: Added <code>control:return</code> property
 +
* Updated [[Extended Properties]]: Updated <code>button:{BUTTON_ID}:action</code> property
 +
* Updated [[Extended Properties]]: Updated <code>button:{BUTTON_ID}:icon</code> property
 +
* Updated [[Attached Data Examples]]: Added <code>info.framework.secure</code> property
 +
* Updated [[Plugin API Reference]]
 +
 
 +
== 0.1.138 <small>(Jun 15, 2021)</small> ==
 +
=== UI/UX changes ===
 +
* Slightly speed up menu navigation
 +
 
 +
== 0.1.137 <small>(May 26, 2021)</small> ==
 +
=== UI/UX changes ===
 +
* Improved player behavior (if the left/right key is pressed while the video/audio is in foreground, the player progress marker is focused; if the OK key is pressed while the video/audio is in foreground, the player default button is focused; by default, the last focused player button remains the focus)
 +
* Updated application font (updated to the latest roboto font version)
 +
* Added more icons (updated to the latest material icons version)
 +
 
 +
=== API extensions ===
 +
* Updated [[Icons]]
 +
 
 +
== 0.1.136 <small>(May 7, 2021)</small> ==
 
=== UI/UX changes ===
 
=== UI/UX changes ===
 
* Added new hover effect ('''Settings''' → '''Hover Effect''' → '''Preselect'''), which directly applies the selection when the cursor is over an item
 
* Added new hover effect ('''Settings''' → '''Hover Effect''' → '''Preselect'''), which directly applies the selection when the cursor is over an item
Line 7: Line 260:
  
 
=== API extensions ===
 
=== API extensions ===
 +
* '''Android/iOS devices''': Extended action to launch applications (it is now possible to add launch data to the <code>system:tvx:launch</code>/<code>system:tvx:launch:{APP_ID}</code> action and to handle the result)
 +
* Added [[Android Player]]
 +
* Added [[NetCast Menu]]
 
* Updated [[Internal Actions]]
 
* Updated [[Internal Actions]]
 
* Updated [[Extended Properties]]: Updated <code>label:duration</code> property
 
* Updated [[Extended Properties]]: Updated <code>label:duration</code> property
Line 51: Line 307:
 
== 0.1.130 <small>(Mar 5, 2021)</small> ==
 
== 0.1.130 <small>(Mar 5, 2021)</small> ==
 
=== UI/UX changes ===
 
=== UI/UX changes ===
* '''Windows devices''': Improved user experience on Xbox consoles
+
* '''Universal Windows Platform (UWP) devices''': Improved user experience on Xbox consoles
 
* Added more functions to customize the player (i.e. show video/audio related info image and/or text and hide/override default player buttons) (see [[Extended Properties]])
 
* Added more functions to customize the player (i.e. show video/audio related info image and/or text and hide/override default player buttons) (see [[Extended Properties]])
 
* Added more functions to customize the menu (i.e. set custom images instead of icons and change logo size) (see [[Menu Root Object]] and [[Menu Item Object]])
 
* Added more functions to customize the menu (i.e. set custom images instead of icons and change logo size) (see [[Menu Root Object]] and [[Menu Item Object]])
Line 63: Line 319:
 
* Updated [[Actions]]
 
* Updated [[Actions]]
 
* Updated [[Internal Actions]]
 
* Updated [[Internal Actions]]
* Updated [[Extended Properties]]: Added <code>label:speed:{LABEL}</code> property
 
 
* Updated [[Extended Properties]]: Added <code>button:{BUTTON_ID}:display</code> property
 
* Updated [[Extended Properties]]: Added <code>button:{BUTTON_ID}:display</code> property
 +
* Updated [[Extended Properties]]: Added <code>control:type</code> property
 
* Updated [[Extended Properties]]: Added <code>info:image</code> property
 
* Updated [[Extended Properties]]: Added <code>info:image</code> property
 
* Updated [[Extended Properties]]: Added <code>info:text</code> property
 
* Updated [[Extended Properties]]: Added <code>info:text</code> property
* Updated [[Plugin API Reference]]
+
* Updated [[Extended Properties]]: Added <code>label:speed:{LABEL}</code> property
 
* Updated [[Dictionary Structure]]
 
* Updated [[Dictionary Structure]]
 
* Updated [[Selection Examples]]
 
* Updated [[Selection Examples]]
 +
* Updated [[Plugin API Reference]]
 
* Updated [[Page Action]]
 
* Updated [[Page Action]]
  
Line 89: Line 346:
 
* Updated [[Extended Properties]]: Added <code>video:duration</code> property
 
* Updated [[Extended Properties]]: Added <code>video:duration</code> property
 
* Updated [[Extended Properties]]: Added <code>video:speed</code> property
 
* Updated [[Extended Properties]]: Added <code>video:speed</code> property
* Updated [[Attached Data Examples]]: Added <code>suspend</code> property
+
* Updated [[Attached Data Examples]]: Added <code>info.framework.suspend</code> property
 +
* Updated [[Dictionary Structure]]
 
* Updated [[Plugin API Reference]]
 
* Updated [[Plugin API Reference]]
* Updated [[Dictionary Structure]]
 
  
 
== 0.1.127 <small>(Jan 4, 2021)</small> ==
 
== 0.1.127 <small>(Jan 4, 2021)</small> ==
Line 103: Line 360:
  
 
=== Bug fixes ===
 
=== Bug fixes ===
* '''Windows devices''': Updated application capabilities to allow private network connections
+
* '''Universal Windows Platform (UWP) devices''': Updated application capabilities to allow private network connections
  
 
== 0.1.123 <small>(Nov 13, 2020)</small> ==
 
== 0.1.123 <small>(Nov 13, 2020)</small> ==
Line 135: Line 392:
 
* Updated [[Content Item Object]]: Added <code>options</code> property
 
* Updated [[Content Item Object]]: Added <code>options</code> property
 
* Updated [[URL Parameters]]
 
* Updated [[URL Parameters]]
 +
* Updated [[Attached Data Examples]]
  
 
== 0.1.119 <small>(Sep 28, 2020)</small> ==
 
== 0.1.119 <small>(Sep 28, 2020)</small> ==
Line 279: Line 537:
  
 
== 0.1.66 <small>(Nov 29, 2018)</small> ==
 
== 0.1.66 <small>(Nov 29, 2018)</small> ==
=== Big fixes ===
+
=== Bug fixes ===
 
* '''Android devices''': Updated network configuration to allow insecure connections (i.e. via <code>http://</code>)
 
* '''Android devices''': Updated network configuration to allow insecure connections (i.e. via <code>http://</code>)
  

Latest revision as of 10:40, 29 April 2024

These release notes contain major API extensions, fundamental UI/UX changes, and important bug fixes.

0.1.157 (Apr 26, 2024)[edit]

API extensions[edit]

0.1.156 (Apr 18, 2024)[edit]

Bug fixes[edit]

  • iOS devices: Fixed a bug with the new hybrid storage that caused the application to freeze on startup under certain conditions (only a gray screen was visible)

UI/UX changes[edit]

  • Added rounded style (SettingsRounded Style) that gives the entire application a new look and feel by rounding most of the corners
  • Extended functionality for templated content items (i.e. inserts and breaks) (see Advanced Templated Items)
  • Added content separation to prevent overlapping content (see Advanced Text & Image)
  • Improved reload/replace action behavior by preloading visible live objects (this should avoid flashing progress bars when reloading/replacing content)

API extensions[edit]

0.1.155 (Mar 11, 2024)[edit]

Bug fixes[edit]

  • Android devices: Fixed a bug where the system back button on some devices would only show the application exit screen but not perform the actual back action
  • iOS devices: Fixed storage issues on some devices by adding a hybrid storage (for developers, please see Tips & Tricks#Storage on iOS devices)

UI/UX changes[edit]

  • Android devices: Added long press feature of the system back button to restart the application from any state
  • iOS devices: Added long press feature of the overlay back button to restart the application from a third-party context
  • Added export/import function for resume keys (e.g. to transfer resume keys to another device) (see Attached Data Examples)
  • Improved reload/replace action behavior by preloading visible images (this should avoid flashing images when reloading/replacing content)

API extensions[edit]

0.1.154 (Jan 29, 2024)[edit]

Bug fixes[edit]

  • Samsung TVs: Fixed a bug in the Tizen Player that caused an endless busy indicator when a video/audio was aborted (i.e. stop/eject was executed) while the video/audio was still loading
  • Samsung TVs: Fixed a subtitle bug in the Tizen Player that caused subtitles to not disappear on some TV devices

UI/UX changes[edit]

  • Added settings validation panel to automatically reset settings if some important settings (e.g. resolution, scaling, input, etc.) have been set incorrectly

API extensions[edit]

0.1.153 (Jul 20, 2023)[edit]

UI/UX changes[edit]

  • Samsung TVs: Added subtitle style (see Tizen Player)
  • Samsung TVs: Menu button is not handled anymore to allow opening the native TV menu
  • Universal Windows Platform (UWP) devices: Added support for F5 (reload application) and F11 (toggle fullscreen)
  • Added new on-screen input type (SettingsInput TypeMove & Execute) that is similar to Drag & Drop but allows faster executions of content items
  • Added support button in about panel
  • Deactivated link validations for links that are opened in a separate window or in an external browser (i.e. by using the action link:window:{URL})
  • Increased visibility of the content caption (for lists with overflowing items) by adding an underlay that darkens the lower part of the screen
  • Increased visibility of the busy indicator and the on-screen remote control buttons on light backgrounds by adding slight shadows
  • Extended player headline space if no extension label is used
  • Extended resume feature (beside the progress, the duration and a possible context are now also stored for resumable content) (see Live Examples)
  • Added emergency combination to reset settings (see Tips_&_Tricks#Emergency_Combination)

API extensions[edit]

0.1.151 (Nov 25, 2022)[edit]

UI/UX changes[edit]

  • Added immersive mode (SettingsImmersive Mode) to improve the user experience for devices that do not have a 16:9 screen ratio (e.g. mobile and desktop devices)

API extensions[edit]

0.1.148 (Sep 6, 2022)[edit]

UI/UX changes[edit]

  • iOS devices: Increased screen usage for iPhone X+ devices
  • Improved user experience for devices that do not have a 16:9 screen ratio (e.g. mobile and desktop devices)
  • Added shadow frame to separate the application screen from the background
  • Added dimmer to darken the application background (i.e. setting the gray background to black) if a video is playing (and zoom or scale settings are used)
  • Added new on-screen remote control type (SettingsRemote ControlCorner Controls) for tablets and phones
  • Added new on-screen remote control type (SettingsRemote ControlComplex) for testing purposes

API extensions[edit]

0.1.146 (Jun 27, 2022)[edit]

UI/UX changes[edit]

  • Added more functions to customize a content item (e.g. set stamps, center content properties vertically, etc.) (see Advanced Text & Image)
  • Added function to set the size of the player info image area
  • Increased the player info text area (from 10 to 16 lines) and added function to set the player info overlay
  • The display of badges has been improved by truncating too long values

API extensions[edit]

0.1.145 (Feb 25, 2022)[edit]

API extensions[edit]

0.1.144 (Jan 11, 2022)[edit]

Bug fixes[edit]

  • Performing stop/eject on the HTML5 player now unloads the source (instead of just pausing it)

API extensions[edit]

0.1.143 (Dec 13, 2021)[edit]

Bug fixes[edit]

API extensions[edit]

0.1.142 (Nov 17, 2021)[edit]

UI/UX changes[edit]

  • Added more functions to customize the menu (i.e. display the menu in different styles, set the menu content background to transparent, and set the line colors of menu item separators) (see Menu Examples)

API extensions[edit]

0.1.141 (Oct 7, 2021)[edit]

API extensions[edit]

  • Samsung TVs: Extended action to launch applications (it is now possible to add launch data to the system:tizen:launch/system:tizen:launch:{APP_ID} action)
  • Samsung TVs: Improved subtitle support (see Tizen Player)
  • LG TVs: Extended action to launch applications (it is now possible to add launch data to the system:lg:launch:{APP_ID} action)
  • Updated Internal Actions
  • Updated Tizen Player: Added tizen:subtitle:delay property
  • Updated Tizen Player: Added tizen:subtitle:silent property
  • Updated Tizen Player: Added tizen:subtitle:url property

0.1.140 (Aug 26, 2021)[edit]

API extensions[edit]

0.1.138 (Jun 15, 2021)[edit]

UI/UX changes[edit]

  • Slightly speed up menu navigation

0.1.137 (May 26, 2021)[edit]

UI/UX changes[edit]

  • Improved player behavior (if the left/right key is pressed while the video/audio is in foreground, the player progress marker is focused; if the OK key is pressed while the video/audio is in foreground, the player default button is focused; by default, the last focused player button remains the focus)
  • Updated application font (updated to the latest roboto font version)
  • Added more icons (updated to the latest material icons version)

API extensions[edit]

0.1.136 (May 7, 2021)[edit]

UI/UX changes[edit]

  • Added new hover effect (SettingsHover EffectPreselect), which directly applies the selection when the cursor is over an item
  • Added long press feature (for pointer and touch devices) to select an item without executing it (e.g. to access additional options)

API extensions[edit]

0.1.134 (Apr 16, 2021)[edit]

UI/UX changes[edit]

  • Improved navigation management
  • Hide cursor on keyboard input
  • Added hover effect for video/audio progress bar
  • Added version suffix to make versions easier to identify
  • The display of some translated labels has been improved by truncating too long values

API extensions[edit]

0.1.132 (Mar 18, 2021)[edit]

UI/UX changes[edit]

  • Added shortcut feature for option items and player buttons

API extensions[edit]

0.1.131 (Mar 9, 2021)[edit]

API extensions[edit]

0.1.130 (Mar 5, 2021)[edit]

UI/UX changes[edit]

  • Universal Windows Platform (UWP) devices: Improved user experience on Xbox consoles
  • Added more functions to customize the player (i.e. show video/audio related info image and/or text and hide/override default player buttons) (see Extended Properties)
  • Added more functions to customize the menu (i.e. set custom images instead of icons and change logo size) (see Menu Root Object and Menu Item Object)
  • Slightly improved rendering performance

API extensions[edit]

0.1.128 (Feb 17, 2021)[edit]

UI/UX changes[edit]

  • Samsung TVs: Default player for Samsung TVs (2016+ models) is now the Tizen player to support 4k/8k video formats, buffer settings, and more (see Tizen Player)
  • AFK delay (time to hide the player, notifications, etc. when there are no interactions) has been slightly decreased
  • The display of the start parameters has been improved by truncating too long values
  • The application suspend/resume feature has been improved

API extensions[edit]

0.1.127 (Jan 4, 2021)[edit]

UI/UX changes[edit]

  • Samsung TVs: Exit button is not handled anymore to use the native application exit behavior

0.1.125 (Nov 23, 2020)[edit]

API extensions[edit]

Bug fixes[edit]

  • Universal Windows Platform (UWP) devices: Updated application capabilities to allow private network connections

0.1.123 (Nov 13, 2020)[edit]

API extensions[edit]

0.1.120 (Oct 20, 2020)[edit]

API extensions[edit]

0.1.119 (Sep 28, 2020)[edit]

UI/UX changes[edit]

  • Android tablets/phones: Enabled immersive mode (full screen experience)

0.1.118 (Sep 8, 2020)[edit]

UI/UX changes[edit]

  • Updated welcome pages (removed unnecessary example items)

0.1.117 (Sep 4, 2020)[edit]

API extensions[edit]

0.1.116 (Sep 2, 2020)[edit]

UI/UX changes[edit]

  • Android devices: Added AndroidX support

0.1.114 (Jun 9, 2020)[edit]

  • Minor bug fixes (no significant extensions/changes)

0.1.112 (May 19, 2020)[edit]

API extensions[edit]

0.1.111 (Apr 29, 2020)[edit]

API extensions[edit]

0.1.110 (Mar 18, 2020)[edit]

API extensions[edit]

0.1.109 (Feb 21, 2020)[edit]

  • Minor bug fixes (no significant extensions/changes)

0.1.107 (Jan 22, 2020)[edit]

  • Minor bug fixes (no significant extensions/changes)

0.1.106 (Jan 17, 2020)[edit]

  • Minor bug fixes (no significant extensions/changes)

0.1.103 (Jan 7, 2020)[edit]

UI/UX changes[edit]

  • Improved background mode
  • Improved navigation engine

0.1.102 (Dec 5, 2019)[edit]

API extensions[edit]

0.1.100 (Nov 8, 2019)[edit]

UI/UX changes[edit]

  • Updated playback speed values

0.1.97 (Oct 17, 2019)[edit]

API extensions[edit]

0.1.96 (Sep 24, 2019)[edit]

UI/UX changes[edit]

  • Improved video/audio error handling

0.1.95 (Sep 17, 2019)[edit]

UI/UX changes[edit]

  • Performance improvements for parsing and converting JSON data

0.1.92 (Sep 9, 2019)[edit]

API extensions[edit]

0.1.91 (Aug 21, 2019)[edit]

API extensions[edit]

0.1.90 (Aug 7, 2019)[edit]

UI/UX changes[edit]

  • Improved navigation and animation performance

0.1.88 (Jun 25, 2019)[edit]

API extensions[edit]

UI/UX changes[edit]

  • Improved HTTPS support when setting up the start parameter

0.1.87 (Jun 11, 2019)[edit]

  • Minor bug fixes (no significant extensions/changes)

0.1.85 (May 16, 2019)[edit]

  • Minor bug fixes (no significant extensions/changes)

0.1.82 (May 3, 2019)[edit]

API extensions[edit]

0.1.80 (Apr 16, 2019)[edit]

UI/UX changes[edit]

  • Improved image slider

0.1.78 (Mar 11, 2019)[edit]

  • Minor bug fixes (no significant extensions/changes)

0.1.74 (Feb 28, 2019)[edit]

API extensions[edit]

0.1.70 (Feb 5, 2019)[edit]

API extensions[edit]

0.1.68 (Jan 9, 2019)[edit]

  • Minor bug fixes (no significant extensions/changes)

0.1.66 (Nov 29, 2018)[edit]

Bug fixes[edit]

  • Android devices: Updated network configuration to allow insecure connections (i.e. via http://)

0.1.65 (Nov 22, 2018)[edit]

API extensions[edit]

0.1.64 (Nov 6, 2018)[edit]

  • Minor bug fixes (no significant extensions/changes)

0.1.60 (Oct 24, 2018)[edit]

API extensions[edit]

UI/UX changes[edit]

  • Improved media player

0.1.58 (Sep 26, 2018)[edit]

API extensions[edit]

0.1.54 (Aug 29, 2018)[edit]

  • Minor bug fixes (no significant extensions/changes)

0.1.53 (Aug 24, 2018)[edit]

API extensions[edit]

UI/UX changes[edit]

  • Improved error handling

0.1.51 (Aug 3, 2018)[edit]

  • Minor bug fixes (no significant extensions/changes)

0.1.48 (Jun 29, 2018)[edit]

  • Minor bug fixes (no significant extensions/changes)

0.1.46 (Jun 22, 2018)[edit]

  • Minor bug fixes (no significant extensions/changes)

0.1.45 (Jun 18, 2018)[edit]

  • Minor bug fixes (no significant extensions/changes)

0.1.44 (Jun 6, 2018)[edit]

  • Minor bug fixes (no significant extensions/changes)

0.1.43 (May 24, 2018)[edit]

UI/UX changes[edit]

  • Added link to examples on welcome pages

0.1.41 (May 3, 2018)[edit]

  • Minor bug fixes (no significant extensions/changes)

0.1.40 (Apr 20, 2018)[edit]

API extensions[edit]

0.1.36 (Mar 23, 2018)[edit]

  • Minor bug fixes (no significant extensions/changes)

0.1.34 (Mar 2, 2018)[edit]

UI/UX changes[edit]

  • Improved slideshow performance

0.1.33 (Feb 28, 2018)[edit]

UI/UX changes[edit]

  • Improved slideshow performance

0.1.30 (Feb 21, 2018)[edit]

API extensions[edit]

0.1.28 (Feb 13, 2018)[edit]

  • Minor bug fixes (no significant extensions/changes)

0.1.27 (Feb 7, 2018)[edit]

  • Minor bug fixes (no significant extensions/changes)

0.1.26 (Feb 2, 2018)[edit]

  • Minor bug fixes (no significant extensions/changes)

0.1.25 (Feb 1, 2018)[edit]

  • Minor bug fixes (no significant extensions/changes)

0.1.24 (Jan 31, 2018)[edit]

  • Minor bug fixes (no significant extensions/changes)

0.1.20 (Jan 22, 2018)[edit]

  • Minor bug fixes (no significant extensions/changes)

0.1.14 (Jan 16, 2018)[edit]

UI/UX changes[edit]

  • Updated image slider

0.1.13 (Jan 15, 2018)[edit]

  • Minor bug fixes (no significant extensions/changes)

0.1.12 (Jan 12, 2018)[edit]

  • Minor bug fixes (no significant extensions/changes)

0.1.11 (Jan 11, 2018)[edit]

  • Minor bug fixes (no significant extensions/changes)

0.1.9 (Jan 10, 2018)[edit]

  • Minor bug fixes (no significant extensions/changes)

0.1.7 (Jan 8, 2018)[edit]

  • Minor bug fixes (no significant extensions/changes)

0.1.6 (Jan 6, 2018)[edit]

API extensions[edit]

0.1.5 (Jan 5, 2018)[edit]

  • Minor bug fixes (no significant extensions/changes)

0.1.0 (Dec 18, 2017)[edit]

  • Initial release