Updated: Jun 11, 2019
Welcome to v6.12.0, the 19K release of the Bixby Developer Studio. In this release, we've fixed a number of bugs, added the ability for Simulator to display an audio player, and to persist user permissions. We hope you enjoy the release!
We have added playback support to the Simulator. It now handles the Play
client function call, which provides a list of tracks to play. It also has other settings that affect playback, such as the "repeat" setting or queuing behavior.
When a permission page appears in the Simulator, clicking the Allow
button persists the granted permissions. You won't see the permission page again unless you go to the User
tab and revoke the permission by unchecking the corresponding box.
Application
Simulator
Export story
button to be enabled only when learning is disabledUpdated: May 23, 2019
Welcome to v6.11.0, the 19J release of Bixby Developer Studio. In this release, we've fixed a number of bugs and added the ability to export the current conversation in the Simulator to a story.
IDE-5447
We've added the Export story button to the Simulator underneath the conversation steps, unlocking the ability to export your conversation steps to a story.
When you press the button, you get an Export story
prompt that helps you choose the filename and folder for the story.
The file location drop-down presents a few suggested locations based on your capsule's targets.
Once you confirm the name and location, Bixby Studio saves the conversation steps to the appropriate resource folder, runs the story, and displays the thumbnails.
Updated: May 10, 2019
Welcome to v6.10.0, the 19I release of Bixby Developer Studio.
You can now press the ESC key in the Simulator to individually close any non-permanent UI elements (such as the target modal or error banners). If there are no such items on the screen, you toggle the simulator log instead.
We added a new template for *.authorization.bxb
files. We also cleaned up deprecated usages of other file templates.
Updated: May 6, 2019
Welcome to v6.9.0, the 19H release of the Bixby Developer Studio. In this release, we've fixed a number of bugs and added some new features to the Simulator. We hope you enjoy the release!
Previously, the only visual cue about conversation depth was the Simulator back button ()). Now, you can visualize the conversation depth by toggling the "Show Steps" action on the right pane of the Simulator.
When shown, the Steps pane displays a card for each request within the active conversation. Each card in the pane displays a textual synopsis of the request. Cards are added to the bottom of the list as new requests are made within the conversation.
Conversation Steps are part of an ongoing effort to move story authoring to the simulator. Stay tuned to our future release notes for more updates!
Updated: April 9, 2019
We've updated the font for dialog on the Simulator to now match how it looks on devices:
Before:
After:
If your capsule presents to users a non-temporary dialog message, those messages now accumulate, even when there is a temporary message that appears.
For example, take the following sequences of messages:
This sequences of messages now appears like this:
The Simulator understanding page now shows you the services that were used as part of the query:
If your capsule requires special permissions, Stories will now prompt for them: