Skip to content

Commit 0866dcb

Browse files
tonyanzianoSrinaath Ravichandran
and
Srinaath Ravichandran
authored
Prepped v4.9.0 release (#2142)
* Prepped v4.9.0 release * Bump webchat to 4.9.0 Signed-off-by: Srinaath Ravichandran <[email protected]> * Changelog updated Signed-off-by: Srinaath Ravichandran <[email protected]> * Changed readme Signed-off-by: Srinaath Ravichandran <[email protected]> * Allow micrphone usage from electron Signed-off-by: Srinaath Ravichandran <[email protected]> * Updates to lock files Signed-off-by: Srinaath Ravichandran <[email protected]> * Removed dependancies to botbuilder myget for regular npm js libs Signed-off-by: Srinaath Ravichandran <[email protected]> * Revert lock back to master Signed-off-by: Srinaath Ravichandran <[email protected]> * PR number update Signed-off-by: Srinaath Ravichandran <[email protected]> * Fixed issue with websocket connections being closed when deep linking into a conversation. (#2146) Co-authored-by: Srinaath Ravichandran <[email protected]>
1 parent b346581 commit 0866dcb

File tree

7 files changed

+277
-200
lines changed

7 files changed

+277
-200
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
## v4.9.0 - 2020 - 05 - 11
10+
## Added
11+
- [main] Exposed `id` field on response object returned from `/v3/conversations` endpoint in PR [2129](https://github.com/microsoft/BotFramework-Emulator/pull/2129)
12+
13+
- [client] - Bumped `botframework-webchat` to v4.9.0 in PR [2142](https://github.com/microsoft/BotFramework-Emulator/pull/2142)
14+
15+
## Fixed
16+
- [build] Fixed system dialog on Mac OS warning about being unable to check for malicious code in PR [2135](https://github.com/microsoft/BotFramework-Emulator/pull/2135)
17+
- [client / main] Fixed an issue where starting a conversation via deeplink was initializing the WebSocket server twice and closing previously established connections in PR [2146](https://github.com/microsoft/BotFramework-Emulator/pull/2146)
18+
919
## v4.8.1 - 2019 - 03 - 18
1020
## Fixed
1121
- [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](https://github.com/microsoft/BotFramework-Emulator/pull/2104)

0 commit comments

Comments
 (0)