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

0.5.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@renefs renefs released this 29 Oct 15:16
· 66 commits to master since this release

w0.5.7 -2019-10-29

⚠️ Mac OS Users ⚠️: Since we are using a new code signing certificate, app needs to be downloaded manually.
⚠️ Windows Users ⚠️: Due to a change on the publisher name, app needs to be downloaded manually.

Added

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

Fixed

  1. Linux version is now patched after being packed, to work properly on CENTOS 7 (PR #177 and #190)
  2. Recent call details modal is now closed when a call is established. (PR #182)

Improved

  1. Error messages in the register screen. (PR #172)
  2. Default close behavior is minimize to tray. (PR #181 and PR #187)
  3. Added right button menu to the tray icon to show/hide the application.
  4. App is closed if the user goes to the menu an selects "Quit" or "Cmd+q/Ctrl+q".
  5. An error message is displayed when the user tries to make/receive a call and there are no input/output devices. (PR #183)
  6. 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)