Skip to content
This repository was archived by the owner on May 8, 2023. It is now read-only.

Commit e441cf6

Browse files
Merge pull request #82 from gnaudio/release/chrome-host-mac-v2.1.1
Release/chrome host mac v2.1.1
2 parents 9fa4360 + 24be341 commit e441cf6

File tree

97 files changed

+126832
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+126832
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,17 @@ Here are listed changes for (1) Javascript API, (2) Browser extension and (3) na
6363
0.5 Original version with call control support.
6464

6565
# 3. CHROMEHOST:
66-
2.1.0-beta.8 Changed the following
66+
67+
2.1.1 (macOS only)
68+
- Update Chrome Host for macOS to support Big Sur
69+
70+
2.1.0 Changed the following
6771
- Updated to C-SDK 1.8.7.12
6872
- Added Mac uninstaller script.
6973
- Removed Mac downgrade check/error.
7074
- Mac installer is now notarized (backported to v2.0.0, v2.0.2, beta7)
71-
72-
2.1.0-beta7
73-
* Fixed various bugs, incl. chrome device matching, button takeover on mac, ignoring repeated button presses etc.
74-
* Updated to new C-SDK.
75+
- Fixed various bugs, incl. chrome device matching, button takeover on mac, ignoring repeated button presses etc.
76+
- Updated to new C-SDK.
7577

7678
2.0.2 Added permission for 3CX extensions to use chromehost executable.
7779

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The library internally checks for dependencies – and will report this to the a
7878
| Operating systems | Chrome host native download | Description |
7979
| ----------------------------- | --------------------------------------- | --------------------------------------- |
8080
| Windows (Windows 7 or newer) | [JabraChromeHost2.1.0.msi](https://gnaudio.github.io/jabra-browser-integration/download/JabraChromeHost2.1.0.msi) | Chromehost 2.1.0 |
81-
| macOS (El Capitan or newer) | [JabraChromeHost2.1.0.dmg](https://gnaudio.github.io/jabra-browser-integration/download/JabraChromeHost2.1.0.dmg) | Chromehost 2.1.0 |
81+
| macOS (El Capitan or newer) | [JabraChromeHost2.1.1.dmg](https://gnaudio.github.io/jabra-browser-integration/download/JabraChromeHost2.1.1.dmg) | Chromehost 2.1.1 |
8282

8383
The Chromehost can also be downloaded from [Jabra developer zone](https://developer.jabra.com)
8484

downloads/JabraChromeHost2.1.1.dmg

1.6 MB
Binary file not shown.

downloads/JabraChromeHost2.1.1.pkg

996 KB
Binary file not shown.

src/ChromeHost/Meta.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ SOFTWARE.
2929
#include "stdafx.h"
3030

3131
// Version of this chromehost library
32-
const std::string VERSION = "2.1.0";
32+
const std::string VERSION = "2.1.1";
3333

3434
// Helper to get version of underlaying native platform sdk.
3535
inline const std::string getNativeSDKVersion() {
-96 Bytes
Binary file not shown.

src/DeveloperSupportBeta/amazonconnectclient/Chart.min.js

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)