Updated: March 23, 2022
Welcome to v8.15.0, the 22C release of Bixby Developer Studio. This release includes enhancements to autocomplete, the code editor, and settings of Bixby Studio, as well as several bug fixes.
We've added more support for automatically completing model names in the intent
and match
keys.
The Simulator also now supports autocomplete for the intent editor.
The Component Gallery now supports the audio-control
and permission-link
Views components.
We've also added a search box to the Select a Capsule page when creating a capsule from a sample, so you can find the sample capsule you want to copy faster.
For better accessibility, we've added a font size option in the Bixby Studio settings. You can set a font size between 4px and 72px, with the default size being 14px. The font size is applied to both the Main editor window and the Simulator.
You can now also open the Settings within the Simulator and Debugger windows.
Updated: January 19, 2022
Welcome to v8.14.0, the 21Y release of Bixby Developer Studio. This release includes playback support for embedded audio files in SSML in the Simulator, Training Editor performance optimization, autocomplete updates, and other enhancements and bug fixes.
The Simulator now correctly plays back audio files that are embedded in SSML. For more information, see Using SSML.
We've optimized saving, listing, and scrolling through training entries in the Training Editor.
Autocomplete in the Editor now lists the recommended version of imported capsules.
Autocomplete also works inside the for-each
and switch
control flow keys now.
Previously, new layout macros were created as layout-macro.bxb
files and new dialog macros were created as template-macro.bxb
files. With the move to more generic macros, Bixby Studio now creates all new macro files as macro.bxb
files.
audio-control
Views component.