From 2b9941eb501998813bc5fcbd2d391da7a6f8dc13 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Thu, 11 Jun 2020 17:58:28 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 60 ++++++++++++++++++++++++++-------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0995548fd..7e7cb587c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,49 +8,49 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Add a `CLI` function in order to support `URI handlers` from browsers. Help is available with `linphone --cli-help`. (See also: https://wiki.linphone.org/xwiki/wiki/public/view/Linphone/URI%20Handlers%20%28Desktop%20only%29/). -- Improved general video/audio quality, thanks to improved rate control algorithms in liblinphone and mediastreamer2. -- Echo cancellation more efficient. +- Added a `CLI` function in order to support `URI handlers` from browsers. Help is available with `linphone --cli-help`. (See also: https://wiki.linphone.org/xwiki/wiki/public/view/Linphone/URI%20Handlers%20%28Desktop%20only%29/). +- Improved general audio/video quality thanks to better rate control algorithms in liblinphone and mediastreamer2. +- More efficient echo cancellation. - `OpenH264` codec can be downloaded and used in the application from Cisco website. - `G729` codec can be used in the application. -- Improve High DPI Displays support for 4K screens. -- When going to fullscreen, the choosen screen is the current call screen. +- Improved High DPI Displays support for 4K screens. +- On multiscreens, when choosing full screen mode during a call, the call screen open in the current screen. The old behaviour kept the call screen in the primary screen. - Detect audio/video hardware changes while using settings. - Updatable audio/video devices while in call. -- Add an option to show Dialpad automatically. +- Added an option to automatically show Dialpad. - Dialpad supports A, B, C and D keys. -- Dialpad supports keyboard when having a focus by hovering mouse. -- Play a sound when DTMF is sent. +- Dialpad supports keyboard when hovering on it. +- DTMF sound played when sent. -- Add an option to keep windows in background when a call is received. -- Add an option to allow Linphone to be lauched with the system (autostart). -- Add an option to play sound notification when an incoming chat message is received. -- Add Call utilities in Fullscreen mode (medias settings, security, mutable speaker). -- Audio settings display the current microphone and let you adjust capture and playback gains. +- Added an option to keep windows in background when a call is received. +- Added an option to allow Linphone to be launched automatically with the system (autostart). +- Added an option to play sound notification when an incoming chat message is received. +- Added Call tools in Fullscreen mode (medias settings, security, mutable speaker). +- Audio settings display the microphone being used and allow you to adjust capture and playback gains. - Conference participants are mutable by clicking on them. -- Add the possibility to record calls automatically. -- Move logs folder without restart. -- Add caller and callee information into file names of recordings. +- Added the possibility to record calls automatically. +- Moved logs folder without restart. +- Added caller and callee information into file names of recordings. -- Enhanced usage when having multiple SIP accounts: the timeline now shows activity for the currently selected SIP account only. +- Enhanced interface for switching between multiple SIP accounts: the timeline now shows activity for the currently selected SIP account only. - Timeline uses current proxy config info and show data only on selected profile. -- Tooltips can be show in multiple lines. +- Tooltips can be shown in multiple lines. - Display the name of the caller in incoming notifications. - Notifications are shown in all available screens. -- Display unread message count in system tray icon/mac app icon. +- Display unread message count in system tray (Linphone icon). - Display unread chat message count and missed calls in `Manage Accounts` dialog and in `Main Window`. -- Add a media parameters dialog in the `Call View` to select devices and set volume. +- Added a media parameter dialog in the `Call View` to select devices and set volume. - Display a spinner when a message is being sent. -- Disable screensaver on fullscreen video call. +- Disabled screensaver on fullscreen video call. - New logo, icons and installer assets. -- NSIS (Windows), DMG (MacOsX) and Appimage (Linux) packaging. +- New Linux deployment (Appimage). - Supports chinese, danish, french, english, german, hungarian, italian, japanese, lithuanian, portuguese, russian, spanish, swedish, turkish, ukrainian from community contributions. - Use Native BZip2 instead of Embedded Minizip to extract `OpenH264` codec. - App Nap avoiding for MacOs. -- Simplify building process. +- Simplified building process. ### Changed @@ -60,20 +60,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Remove `:` separator from file names of recordings because it is not allowed on Windows. -- Avoid mark `as read` on selected chat room if window is not active. -- Search box in main page will not reset its text when clicking on it. +- Removed `:` separator from file names of recordings because it is not allowed on Windows. +- Avoided mark `as read` on selected chat rooms if window is not active. +- Search box in main page will not reset text when clicking on it. - More stable account authentifications. - Message status behaviour : Resuming status when changing logs, cursor shapes updates, bind the resend message action to error icon. - Apple permissions that could lead to muted microphone. -- Incoming call notification window sometimes not showing. +- Incoming call notification window (sometimes not showing). ### Removed -- Prepare.py configuration. +- `Prepare.py` configuration. - Remove useless splashscreen. -- Minizip dependencies. -- Flatpak support. +- `Minizip` dependencies. +- `Flatpak` support. ## 4.1.0 - 2017-07-19