This is a stable build of the v4 Bot Framework Emulator.
v4.11.0 - 2020 - 11 - 09
Added
- [client] - Bumped
botframework-webchat
to v4.11.0 in commit 919a1010baf0dc18003b2833a626b69270b2c853
Fixed
Assets
9
This is a stable build of the v4 Bot Framework Emulator.
Added
- [client] Added a log panel entry at the start of a conversation that displays the bot endpoint in PR 2149
- [client] - Bumped
botframework-webchat
to v4.10.0 in PR 2177
Fixed
- [client] Added missing content to signed in view of Cosmos DB service dialog and fixed product page link in PR 2150
- [docs] Modified CONTRIBUTING.md to include updated information about global dependencies required to build from source in PR 2153
- [client] Fixed a bug where trying to open the sign-in link on an OAuth card would open the file explorer if ngrok was not configured in PR 2155
- [client] Change to a warning message in inspector when clicking on LUIS trace 2160
- [client] Handle result from webchat middleware gracefully 2177
- [client] Handle Webchat socket instantiation delay 2179
Assets
9
This is a stable build of the v4 Bot Framework Emulator.
Added
-
[main] Exposed
id
field on response object returned from/v3/conversations
endpoint in PR 2129 -
[client] - Bumped
botframework-webchat
to v4.9.0 in PR 2142
Fixed
Assets
9
This is a stable build of the v4 Bot Framework Emulator.
Fixed
- [build] Replaced a missing .icns file that was deleted by mistake in a previous PR. Fixes the app icon on Linux & Mac in PR 2104
- [client] Fixed an issue where Restart activity wont appear on selected activity after restarting once in PR 2105
- [client] Disable "Restart conversation from here" bubble on DL Speech bots 2107
- [client] Fixed an issue where starting a conversation with an unset custom user ID was causing the User member of the conversation to have a blank
id
field in PR 2108 - [main] Fixed an issue where the setting
Bypass Ngrok for local addresses
was continuing to use the ngrok tunnel even for local bots in PR 2111 - [main] Ngrok Reporting made accurate in PR 2113
Assets
9
This is a stable build of the v4 Bot Framework Emulator.
Added
- [client/main] Added Ngrok Status Viewer in PR 2032
- [client/main] Changed conversation infrastructure to use Web Sockets to communicate with Web Chat in PR 2034
- [client/main] Added new telemetry events and properties in PR 2063
- [client] Added support for talking to remote Direct Line Speech bots in PR 2079
- [client/main] Added support to restart conversation from any point in PR 2089
- [client] - Bumped
botframework-webchat
to v4.8.0 in PR 2094
Fixed
- [client] Hid services pane by default in PR 2059
- [client/main] Moved duplicate redux store code (actions / reducers / helpers) to
app/shared
package in PR 2060 - [client] Fixed an issue where trying to add a QnA KB manually after signing into Azure was causing the app to crash in PR 2066
- [client] Removed buble background on attachments 2067
- [client] Fixed an issue where the themes menu was empty on Windows & Linux in PR 2069
- [client] Fixed Web Chat suggestedActionBorder deprecation warning in PR 2070
- [client] Fixed an issue where pressing enter opens the Azure government website instead of connecting to the bot 2073
- [build] Changed one-click installer to assisted installer with new graphics. Also updated application icon in PR 2077
- [build] Locked
eslint-plugin-import@2.20.0
to avoid unecessary import linting changes in PR 2081 - [client] Thrown errors in client-side sagas will now be logged in their entirety to the dev tools console in PR 2087
- [client] Upload and download attachments bubble texts and background in webchat were hidden. The adjustments have been made to override FileContent class in PR 2088
- [client] Fixed an issue that was causing adaptive card focus to be blurred when clicking on an activity in PR 2090
- [client] Fixed an accessibility issue with the recent bots list remove button in PR 2091
- [client] Copy secret key button now copies the secret key to the clipboar when creating a new bot file in PR 2098
- [client] Fixed an issue on Windows & Linux where the "Close tab" item was missing in the File menu in PR 2100
Removed
- [client/main] Removed legacy payments code in PR 2058
Assets
9
This is a stable build of the v4 Bot Framework Emulator.
Fixed
-
[client] Bumped Web Chat to v4.7.1 in PR [2023]
-
[client] Added an empty state for the recent bots submenu in the app menu for Windows in PR 1945
-
[client] Fixed a bug that was showing the custom user ID validation message when disabled in PR 1946
-
[client] Improved error logging when opening a bot via URL in debug mode in PR 1949
-
[client] Fixed various accessibility issues in PRs:
-
[main] Increased ngrok spawn timeout to 15 seconds to be more forgiving to slower networks in PR 1998
Removed
Assets
9
v4.6.0 - 2019 - 10 - 31
Added
- [main] Added End-to-End tests using Spectron in PR 1696
- [main] New Conversation: send a single conversation update activity including bot and user as members added 1709
- [app] Consolidated application state store and removed the need for explicit state synchronization between the main and renderer processes in PR 1721
- [main] Added logging to OAuth signin link generation flow in PR 1745
- [client] Added a context menu item and inspector button to allow copying an activity's JSON in PR 1801
- [client] Implemented HTML app menu for Windows in PR 1893
- [client/main] Added a new property,
source
, to thebot_open
telemetry event to distinguish between bots opened via .bot file and via url, in PR 1937 - [client] Bumped Web Chat to v4.6.0 in PR 1958
Fixed
-
[main] Fixed bug where opening a chat via URL was sending two conversation updates in PR 1735
-
[main] Fixed an issue where the Emulator was incorrectly sending the conversation id instead of an emulated OAuth token in PR 1738
-
[client] Fixed an issue with the transcripts path input inside of the resource settings dialog in PR 1836
-
[client] Fixed various accessibility issues in PRs:
-
[client/main] Migrated from Bing Speech API to Cognitive Services Speech API in PR 1878
-
[client] Fixed issue with certain native browser functions (cut, copy, paste, etc.) firing twice in PR 1920
-
[client] Applied theming to InsetShadow component in PR 1922
-
[client] Bumped Web Chat to v4.5.3 in PR 1925
-
[client] Fixed issue that was causing Web Chat interactions to clear Adaptive Card content in PR 1930
-
[client] Bumped
react
&react-dom
to^16.8.6
to sync with Web Chat in PR 1939 -
[client] Fixed an issue with the
<AutoComplete />
component so that it can now accept an empty string as an input in "controlled mode" in PR 1939 -
[tools] Adjusted e2e tests for recent updates to application DOM in PR 1941
-
[tools] Made e2e tests more reliable across different machines in PR 1944
Assets
9
This is a stable build of the v4 Bot Framework Emulator.
v4.5.2 - 2019 - 07 - 17
Fixed
- [client] Fixed some minor styling issues with the JSON inspector in PR 1691
- [client] Fixed issue where html errors were being displayed incorrectly in PR 1687
- [client] Fixed an issue where webSpeechFactories in store were being set to null in PR 1685
- [client] Fixed click handling within all adaptive card inputs (multiline text inputs, input labels, compact choice sets) in PR 1690
Assets
9
This is a stable build of the v4 Bot Framework Emulator.
v4.5.1 - 2019 - 07 - 13
Fixed
Assets
9
This is a stable build of the v4 Bot Framework Emulator.
v4.5.0 - 2019 - 07 - 11
Added
- [main] Added ability to launch into a bot inspector mode session via protocol url in PR 1617
- [main/shared] Added 'Clear State' menu item in PR 1596
- [main] Encrypted bot secrets are now stored in the user's OS secret store in PR 1618
- [client] Added first-time data collection dialog in PR 1624
- [client / main] Re-enabled the ability to collect usage data and telemetry in PR 1644
- [client] Added bot state diffing pagination and merged UI into Json inspector in PR 1658
Fixed
- [client/main] Auto update is now opt-in by default and changed UX to reflect this in PR 1575
- [client/main] Fixed OAuth card sign-in flow when not using magic code in PR 1660
- [client/main] Fixed issue where images uploaded from the bot weren't being handled properly in PR 1661
- [main] Fixed issue where activities sent from the bot with custom ids were having their ids overwritten in PR 1665