1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-28 14:49:30 +00:00

Release Calls 0.1.3

Signed-off-by: Julian Sparber <julian@sparber.net>
This commit is contained in:
Julian Sparber 2020-03-26 10:27:13 +01:00
parent 934e39ed15
commit 113dbbba88
No known key found for this signature in database
GPG key ID: 7A0E81F405F35D6A

31
debian/changelog vendored
View file

@ -1,3 +1,34 @@
calls (0.1.3) amber-phone; urgency=medium
[ Julian Sparber ]
* NewCallBox+CallDisplay: UI facelift
* Use correct parent class when chaining up overridden functions
* Flatpak: use always a space before :
* Flatpak: Fix flatpak manifest, remove java dep and update deps
* Add class for in-app notification
* MainWindow: use in-app notification for messages
* CallWindow: use in-app notification
* CallHistory: Use dial action for recall button
* CallHistory: Don't pass the CallsNewCallBox to the CallsHistory
* CallHistory: Add a frame to the call history
* CallHistory: Disable selecting/activating rows and ellipzise
* Add .gitignore
* Set Julian Sparber as maintainer
[ Bob Ham ]
* application: Add "--dial" command-line option
[ Daniel Abrecht ]
* Fix some lintian warnings regarding the debian/copyright file.
* Convert calls call getters to readonly properties
* Notify if number changes in mm plugin
* Reintroduce GParamSpec props arrays & replace g_object_notify with g_object_notify_by_pspec
[ tor sorensen ]
* Add license COPYING file for appropriate packaging.
-- Julian Sparber <julian.sparber@puri.sm> Thu, 26 Mar 2020 10:25:00 +0100
calls (0.1.2) amber-phone; urgency=medium
[ Guido Günther ]