8.19.1 Bixby Developer Studio Release Notes
Updated: December 21, 2022
Welcome to v8.19.1, the 22V release of Bixby Developer Studio (Bixby Studio). This release includes advanced mock support, UX improvements, performance improvements, and bug fixes.
8.19.1 Features and Enhancements
Advanced Mock Support
We've added the ability to mock certain types of data in a story in your capsule by creating a new Story Mock file. Each story mock file is located in the root directory of that story.
For more information, see Advanced Mock Support in the Stories and Assertions developers' guide.
- [VIDE-5972] Add New File menu option for creating story mock files
UX Improvements
We've made a few improvements to the user experience in Bixby Studio:
Performance Improvements
- [VIDE-6140] Improved speed performance for operations in the training editor, including initial loading, searching, copying, moving, and changing training sources.
- [VIDE-6088] Added some client-side code validation, so errors in your
*.bxb
files are caught quicker
8.19.1 Bug Fixes
- [VIDE-6184] Save button is not enabled by default when adding an Aligned NL training entry
- [VIDE-6244] Handle dangling promise to resolve partial sync failure due to no prior sync ref
- [VIDE-6202] Ensure that code editor navigates to a target position that was clicked in debug console
- [VIDE-6190] Training search fails with a query with two or more Korean words (for example, 아이콘 앨범)
- [VIDE-6195] Add wildcard search support to Training goal search (for example,
goal:MyAction*
)
8.18.0 Bixby Developer Studio Release Notes
Updated: October 7, 2022
Welcome to v8.18.0, the 22Q release of Bixby Developer Studio (Bixby Studio). This release includes streamlined user experience and improved performance enhancements, as well as some editor enhancements to syntax highlighting and autocomplete.
8.18.0 Features and Enhancements
Usability and Performance Improvements
We've streamlined some of the user experience, as well as improved the general performance of Bixby Studio.
- [VIDE-5986] Redesigned global status indicator
- [VIDE-6017] Redesigned toolbar buttons and sync popup
- [VIDE-6151] Optimize file sync operation by leveraging file change events
- [VIDE-6092] Simplify error icon display and overflow behavior in file tree
- [VIDE-6012] Add a shortcut to run a query in hands-free mode in the Simulator
- [VIDE-6154] Add a way to create generic macros in the New File dialog
You can see many of these updates in the Bixby Developer Studio Tour section of the Bixby Studio Basics guide.
Code Editor Enhancements
We've made improvements to syntax highlighting and autocomplete within the code editor.
- [VIDE-6076] Improve syntax highlighting for vocabulary
- Before:
- After:
- [VIDE-6076] Improve syntax highlighting for brackets in optional dialog fragments
- Before:
- After:
- [VIDE-6076] Improve syntax highlighting for
action-endpoints
comma separator- Before:
- After:
- [VIDE-6127] Improve the robustness of symbol autocompletion for
switch
, where-each
, and action-endpoints
8.18.0 Bug Fixes
- [VIDE-6058] Exclude BHP content from search results in Bixby Studio
- [VIDE-6119] Fix an issue that causes empty tabs when creating a new capsule; improve the display of duplicate capsule warning