Skip to content

Commit

Permalink
Prepped v4.9.0 release (#2142)
Browse files Browse the repository at this point in the history
* Prepped v4.9.0 release

* Bump webchat to 4.9.0

Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>

* Changelog updated

Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>

* Changed readme

Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>

* Allow micrphone usage from electron

Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>

* Updates to lock files

Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>

* Removed dependancies to botbuilder myget for regular npm js libs

Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>

* Revert lock back to master

Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>

* PR number update

Signed-off-by: Srinaath Ravichandran <srravich@microsoft.com>

* Fixed issue with websocket connections being closed when deep linking into a conversation. (#2146)

Co-authored-by: Srinaath Ravichandran <srravich@microsoft.com>
  • Loading branch information
tonyanziano and Srinaath Ravichandran committed May 14, 2020
1 parent b346581 commit 0866dcb
Show file tree
Hide file tree
Showing 7 changed files with 277 additions and 200 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## v4.9.0 - 2020 - 05 - 11
## Added
- [main] Exposed `id` field on response object returned from `/v3/conversations` endpoint in PR [2129](https://github.com/microsoft/BotFramework-Emulator/pull/2129)

- [client] - Bumped `botframework-webchat` to v4.9.0 in PR [2142](https://github.com/microsoft/BotFramework-Emulator/pull/2142)

## Fixed
- [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)
- [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)

## v4.8.1 - 2019 - 03 - 18
## 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](https://github.com/microsoft/BotFramework-Emulator/pull/2104)
Expand Down
Loading

0 comments on commit 0866dcb

Please sign in to comment.