Releases: microsoft/BotFramework-Emulator
Releases · microsoft/BotFramework-Emulator
3.5.34
Notable changes in this release
- Added state API deprecation warning
3.5.33
Notable changes in this release
- Added an option in App Settings to force authentication back to version 1.0 tokens.
- New keyboard shortcuts (thank you @rinormaloku!):
- F5, Ctrl/⌘+R: New conversation
- F6, Ctrl/⌘+L: Toggle address bar
- F10, Alt+F: Toggle app menu
3.5.32
Notable changes in this release
- Added support for bot framework authentication endpoints v3.2
- Updated to BotFramework-WebChat v0.11.2
- Updated to Electron v1.8.1
3.5.31
Notable Fixes and Improvements
- Updated to use v31 auth endpoint. More about that here: https://blog.botframework.com/2017/05/07/Bot-Framework-Auth-Change/
- Updated to BotFramework-WebChat 0.11.1.
- Fixed bug where the borders of checkboxes and radio buttons were not visible in adaptive cards.
- Improved window restore logic. Will not restore to a non-visible location.
- Added ability to zoom the UI:
Ctrl+=
: Zoom In,Ctrl+-
: Zoom Out,Ctrl+0
: Zoom Default. - Added config setting to limit state store size in order to better match behavior in production environments.
- Use
localhost
rather than127.0.0.1
for loopback address. - Updated to Electron 1.7.5.
3.5.29
Updating WebChat control.
3.5.28
New emulator version.
3.5.27
3.5.25
Notable Fixes and Improvements:
- Update to WebChat 0.5.1
- User can set the locale of the bot connection
- Include bot state activity in log view
- Experimental: Host proxy settings support (still a work in progress)
- Bypass ngrok when connecting to locally hosted bots
- Visibility scope of bot state’s user blob was incorrect
- Send separate conversationUpdate messages for bot and user added to conversation
- Fixed the 'Restart' link when and update is ready to install (3.5.23 & .24 users will have to manually restart)
3.5.23
Maintenance update: Minor bug fixes and improvements.
3.5.22
Summary of major changes:
- Bot-Initiated Conversations – Bots can initiate new conversations with the user.
- Simplified App Settings – Emulator listening port and callback URL are now managed internally by the app.
- Added Remaining System Events – You can send
ContactRelationUpdate
,Typing
,Ping
, andDeleteUserData
activity types to your bot. - Improved Button Layout – Buttons no longer stack vertically, but arrange horizontally and wrap as necessary.
- Relaxed Hyperlink Filtering – Hyperlinks in the chat window were previously limited to http and https protocols. This restriction has been removed.