Skip to content
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.

Commit

Permalink
Update to version 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renefs committed Oct 29, 2019
1 parent 46c01ff commit 285d920
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,29 @@ This project adheres to [Dial Webapp](https://github.com/cern-dialtone/dial-weba
### Improved
- XXX


## w0.5.7 -2019-10-29
### Added
- Autoregister a phone number when a user only has one. (PR #169)
- Enable copy & paste in the application. (PR #171)
- Test coverage checks to the PR CI. (PR #173 and #178)
- Application displays a banner when there is no internet connection. In this case, the register buttons are also disabled. (PR #185)
- Support for Tone js `0.8.9`, which should allow users again to use DTMF commands. (PR #188)
- Contribution docs to homogenize PR and commit formats, as well as to let contributors know good practices. (PR #192)
- Apple Notarization scripts to work in Mac OS Catalina (PR #200)

### Fixed
- Linux version is now patched after being packed, to work properly on CENTOS 7 (PR #177 and #190)
- Recent call details modal is now closed when a call is established. (PR #182)
### Improved
- Error messages in the register screen. (PR #172)
- Default close behavior is minimize to tray. (PR #181 and PR #187)
- Added right button menu to the tray icon to show/hide the application.
- App is closed if the user goes to the menu an selects "Quit" or "Cmd+q/Ctrl+q".
- An error message is displayed when the user tries to make/receive a call and there are no input/output devices. (PR #183)
- When the connection to the Dial Backend cannot be established, we display a banner but we don't log the user out.
We let him to continue using the application (in limited mode). (PR #192)

## w0.5.6 -2019-10-07
### Added
1. Entitlements file for Mac, to allow microphone access to the app (PR #157)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cern-phone-app",
"version": "0.5.6",
"version": "0.5.7",
"private": true,
"homepage": "./",
"author": "CERN",
Expand Down

0 comments on commit 285d920

Please sign in to comment.