Released: Jan 6, 2026
v9.1.0.0 での更新項目
機能
- Added action Edge.ExecuteScript() for running JavaScript code in the current top-level document rendered in the Edge object.
- Added support for GDI scaling for IDE, improving readability of the screens on High DPI displays on Windows 10 (build 14393) or newer.
不具合の修正
- Resolved an issue where Registry.DeleteValue() could log an error while completing the action successfully.
- Resolved an issue with Math.Mod() and Math.Log10() actions which were not returning the correct values.
Released: Aug 6, 2025
v9.0.2.0 での更新項目
機能
- Added REG_QWORD constant for use in the Wow64 plugin.
- Added command line parameters for unattended project building in CI/CD pipelines.
- Added command line parameter to send the build status to a build log file.
- Added command line parameter to send the build status to the standard output device during unattended builds.
- Added support for custom options (user data folder, environment settings) to the Edge WebView2 control.
- Images with a transparent color set can now use the Standard hit test...
Released: Feb 10, 2025
v9.0.1 での更新項目
機能
- Added support for Windows Server 2025 to the 'System.GetOSName' action.
不具合の修正
- Lua modules sometimes appeared as unavailable in dialog.
- Buttons were shown as generic thumbnails instead of showing a preview of the actual button graphic.
- Bitwise operators &, | and ~ were not drawn with the correct syntax colors in the code editor.
- With the language change affecting how numbers are handled in Lua 5.3, it now explicitly returns integers, where adequate, in most actions.
Released: Jul 25, 2024
v9.0.0 での更新項目
機能
- Upgraded Lua scripting engine to version 5.3.6.
- Added LuaSocket and LuaSec modules to distribution.
- Added LuaFileSystem module to distribution.
- Added Wow64 Actions plugin to distribution.
- Added ODBC Actions plugin to distribution.
- Possibility to suppress the runtime error dialog.
- Added LuaSocket & LuaSec template (sample project).
- Added support for Firebird to LuaSQL modules.
- Added Lottie File template (sample project).
- Added Metro transition template (sample project).
- Updated internal...
Released: Mar 29, 2024
v8.6.0 での更新項目
機能
- Added Microsoft Edge WebView2 Object for rendering web pages and content.
- Added support for certificates stored in the personal store, for use with OV and EV certificates with private keys on tokens.
- Made SHA-256 code signing the default, as SHA-1 Authenticode and timestamping services were deprecated in early 2023.
- Added support for Microsoft Windows 11, Windows Server 2019, and Windows Server 2022 to the System.GetOSName action.
- Removed support for the Flash object, as the technology...
Released: Oct 10, 2018
v8.5.3 での更新項目
機能
- Enhanced the security of the data file.
不具合の修正
- Fixed a bug where the 'BackColor' format setting was not working in the 'RichText.GetSelectionFormat' and 'RichText.SetSelectionFormat' actions.
- Fixed a bug where the CFU_UNDERLINEDOTTED 'UnderlineType' was not working on Rich Edit 3.0 or later versions as documented in the 'RichText.GetSelectionFormat' and 'RichText.SetSelectionFormat' actions.
- Fixed a bug where some paragraph settings weren't working on Rich Edit 3.0 or later versions in the...
Released: Nov 2, 2017
v8.5.2 での更新項目
機能
- Added 15 new project templates.
不具合の修正
- Changed the Play Multimedia quick action so that it uses the defaut verb for the file type instead of the "play" verb. This provides greater compatibility.
- Fixed an issue where the File.Move action's "IncludeHiddenFiles" parameter default didn't match what was being used. It now uses the correct value from the prototype when not defined.
- Addressed an issue in the File.Copy and File.Move actions where if the path contained erroneous backslashes in some...
Released: Mar 17, 2016
Updates in this release
Updates in V8.5.1
- Feature: Added SHA-256 code signing support.
- Feature: Added the ability to dual-sign apps (SHA-256 and SHA-1).
- Feature: Added a password field for the code signing certificate(s).
- Feature: Added a few items to the 'System.GetOSProductInfo' action's constants.
- Change: Removed support for signing with signcode.exe, instead use signtool.exe.
- Fix: Fixed a bug in the 'Registry.GetValueNames' action which caused it to fail.
- Fix: Made an attempt to prevent an occasional build error...
Released: Mar 18, 2015
Updates in this release
What's new in AutoPlay Media Studio 8.5.0
- Feature: Added Windows 10/Server 10 support to AutoPlay Media Studio's design environment and supporting files.
- Feature: Added Windows 10/Server 10 support to AutoPlay Media Studio's runtime and supporting files.
- Feature: Added Windows 10/Server 10 to the 'System.GetOSName' action.
- Feature: Updated AMS's documentation where applicable.
- Feature: Performed Windows 10 compatibility testing on AMS's design and runtime using the Windows 10 Technical Preview...
Released: Sep 29, 2014
Updates in this release
Updates in V8.3
- Added right-to-left (RTL) support to the Grid object.
- Fixed a bug where the second optional argument of the 'Window.Close' action was mistakenly required at runtime.
- Fixed a bug where the 'Page.CreateObject' was not setting the width of the ComboBox object properly.
- Fixed several issues in the 'File.Copy' action where the 'AbortOnFail' parameter wasn't working properly, and progress wasn't handled correctly upon failure.
- Fixed the xButton object so it inherits the project's...