SHIPTide Beta v4.0.223

From Serious Documentation
Revision as of 16:52, 4 April 2018 by AdminDr2y70 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Item Description
version v4.0.223 (beta)
release date 2 Aug 13
retired date 29 Aug 13

Changelog

These changes may affect your projects.

  • It is recommended that you upgrade your SIM's software to v4.0.222 or newer to use new features.
  • Language was removed from Audio Objects. Please remove any language settings on Audio Objects and use alternates instead.

Fixes/usability changes to improve the SHIPTide experience.

  • Added TX Control capability to allow support for half duplex UART communications. Command 'platform.UART0.txControl = UART_FLAGS.TXC_DRIVE_HI;' in a sail script will enable the feature.
  • Added new sail command atoi. This will convert a number represented by a string to be converted to a number. Example: atoi("1");
  • Added capability to use escaped characters.
  • Added dialogs to more resource objects to assist in initializing new resources.
  • Added File browsers for Images and Fonts.
  • Text inside of groups in the Resources now allow alternate languages.
  • Fixed an issue where the change platform and import media was not always clickable.
  • Fixed an issue that would cause SHIPTide to crash when importing many images.
  • Fixed an issue that would not allow dragging and dropping in the Resource tree.
  • Fixed an issue that would not update render when a file source was changed.
  • Improved performance of the verification process.