Difference between revisions of "Release Notes"

From MSX - Wiki
Jump to navigation Jump to search
(18 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.145 <small>(In development)</small> ==
+
== 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 ===
 
=== API extensions ===
 
* '''Samsung TVs''': Improved subtitle support (see [[Tizen Player]])
 
* '''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 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 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 captions to the dictionary (see [[Dictionary Structure]])
 
* Added [[Image Options]]
 
* Added [[Image Options]]
 +
* Updated [[Inline Expressions]]
 
* Updated [[Internal Actions]]
 
* 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:icon</code> property
 
* Updated [[Extended Properties]]: Added <code>image:options</code> property
 
* Updated [[Extended Properties]]: Added <code>image:options</code> property
Line 23: Line 51:
 
* Updated [[Tizen Player]]: Added <code>tizen:subtitle:type</code> property
 
* Updated [[Tizen Player]]: Added <code>tizen:subtitle:type</code> property
 
* Updated [[Plugin API Reference]]
 
* Updated [[Plugin API Reference]]
 +
* Updated [[Resolve Action]]
  
 
== 0.1.144 <small>(Jan 11, 2022)</small> ==
 
== 0.1.144 <small>(Jan 11, 2022)</small> ==
=== Big fixes ===  
+
=== Bug fixes ===  
 
* Performing stop/eject on the HTML5 player now unloads the source (instead of just pausing it)
 
* Performing stop/eject on the HTML5 player now unloads the source (instead of just pausing it)
  
Line 36: Line 65:
  
 
== 0.1.143 <small>(Dec 13, 2021)</small> ==
 
== 0.1.143 <small>(Dec 13, 2021)</small> ==
=== Big fixes ===
+
=== Bug fixes ===
 
* '''iOS devices''': Fixed storage issues within plugins
 
* '''iOS devices''': Fixed storage issues within plugins
  
Line 379: Line 408:
  
 
== 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>)
  

Revision as of 14:09, 27 June 2022

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

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]

  • iOS devices: Fixed storage issues within plugins

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]

  • Windows 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]

  • Windows 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