From f979695b179a5d967edd4de9cf5a37a5f967d74f Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Tue, 18 Jul 2017 14:45:02 +0200 Subject: [PATCH] chore(CHANGELOG): add 4.1.0 changelog --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..a21cbc580 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +## 4.1.0 - 2017-07-19 + +### Features + +- Add tooltips on `recording` and `screenshot` buttons in `Calls Window`. +- Show notifications on `recording` and `screenshot`. +- Show `XXX is typing...` in `Timeline` and `Chat View`. +- Handle correctly `SIGINT`. +- Handle clicks on SIP URI in chat messages. +- Show video framerate in `Calls Stats`. +- Add a `Logs` menu entry in `Settings Window`, it provides send, remove, activate buttons... +- Supports EXIF orientation for file transfer images preview. +- Echo canceller supports 48kHz. + +### Fixes + +- Handle correctly ringer device changes in `Settings Window`. +- In `Video Settings`, display FPS field only in `custom preset` mode. +- Use now the directory containing user documents files for saved video/audio/screenshots. +- Update `Chat View` correctly if it is used in many windows. +- Update correctly selected language when app is restarted. +- Avoid a deadlock on Mac OS when a call ends in fullscreen mode. +- Application can be started from one binary only. +- Single instance is now supported with flatpak. (It uses D-Bus.)