mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 18:47:37 +00:00
treewide: Document changes and release 47.0
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/758>
This commit is contained in:
parent
598758026a
commit
d179a2b32a
4 changed files with 140 additions and 1 deletions
30
NEWS
30
NEWS
|
@ -1,3 +1,33 @@
|
|||
gnome-calls 47.0
|
||||
----------------
|
||||
Released September 2024
|
||||
* Clear number and address entries when closing the application window
|
||||
* Fix crash on mobile when placing outgoing call
|
||||
* Fix keypad layout in RTL locales
|
||||
* Issues fixed:
|
||||
* https://gitlab.gnome.org/GNOME/calls/-/issues/666
|
||||
* Contributors:
|
||||
* Chris Talbot
|
||||
* Evangelos Ribeiro Tzaras
|
||||
* Guido Günther
|
||||
* UI translations:
|
||||
* Aefgh Threenine (th)
|
||||
* Alan Mortensen (da)
|
||||
* Anders Jonsson (sv)
|
||||
* Andi Chandler (en_GB)
|
||||
* Andika Triwidada (id)
|
||||
* Aurimas Černius (lt)
|
||||
* Daniel (es)
|
||||
* Efstathios Iosifidis (el)
|
||||
* Fran Dieguez (gl)
|
||||
* Irénée THIRION (fr)
|
||||
* Jose Riha (sk)
|
||||
* Piotr Drąg (pl)
|
||||
* Quentin PAGÈS (oc)
|
||||
* Rūdolfs Mazurs (lv)
|
||||
* Sabri Ünal (tr)
|
||||
* Vincent Chatelain (fr)
|
||||
|
||||
gnome-calls 47~rc.1
|
||||
-------------------
|
||||
Released August 2024
|
||||
|
|
|
@ -69,6 +69,36 @@
|
|||
<content_rating type="oars-1.1"/>
|
||||
|
||||
<releases>
|
||||
<release version="47.0" date="2024-09-14">
|
||||
<description>
|
||||
<p>
|
||||
This is the first stable release of the GTK4 version.
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
The big one: The port to GTK4 and libadwaita!
|
||||
Thanks to Anton Lazarev for code
|
||||
and Chris, Maximiliano and Guido for reviews!
|
||||
</li>
|
||||
<li>Trigger phone-hangup event</li>
|
||||
<li>Now shipping systemd unit files</li>
|
||||
<li>Improved styling</li>
|
||||
<li>Number (or SIP address) entry's now get cleared when the application window gets closed</li>
|
||||
<li>Fixed a crash related to modems missing cell location services</li>
|
||||
<li>Fixed a crash in the VoIP account preferences </li>
|
||||
<li>Fix keypad layout in right-to-left locales</li>
|
||||
<li>Fixed untranslated metainfo files being installed</li>
|
||||
<li>Updated 46 out of 51 translations (including 6 new languages)</li>
|
||||
</ul>
|
||||
|
||||
<p>Known issues that you can find out more about by searching for relevant keywords on the <a href="https://gitlab.gnome.org/GNOME/calls/-/issues">Issue Tracker</a>:</p>
|
||||
<ul>
|
||||
<li>Connecting to SIP servers does not reliably work with the freeswitch fork of sofia-sip</li>
|
||||
<li>No local ringback tone when using SIP for outgoing calls</li>
|
||||
<li>DTMF is not implemented for SIP</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="46.0" date="2024-03-14">
|
||||
<description>
|
||||
<p>
|
||||
|
|
79
debian/changelog
vendored
79
debian/changelog
vendored
|
@ -1,3 +1,82 @@
|
|||
gnome-calls (47.0) unstable; urgency=medium
|
||||
|
||||
[ Sabri Ünal ]
|
||||
* Update Turkish translation
|
||||
|
||||
[ Aurimas Černius ]
|
||||
* Update Lithuanian translation
|
||||
|
||||
[ Fran Dieguez ]
|
||||
* Update Galician translation
|
||||
|
||||
[ Chris Talbot ]
|
||||
* application: add signal for main window hiding
|
||||
* contacts-box: clear entry if window is closed
|
||||
* new-call-box: clear number entry when windows is closed
|
||||
|
||||
[ Anders Jonsson ]
|
||||
* Update Swedish translation
|
||||
|
||||
[ Efstathios Iosifidis ]
|
||||
* Update Greek translation
|
||||
|
||||
[ Daniel ]
|
||||
* Updated Spanish translation
|
||||
|
||||
[ Andika Triwidada ]
|
||||
* Update Indonesian translation
|
||||
|
||||
[ Irénée THIRION ]
|
||||
* Update French translation
|
||||
|
||||
[ Guido Günther ]
|
||||
* packaging: Keep meson verson in sync with changelog
|
||||
* ci: Avoid duplicate pipelines
|
||||
* ci: Use shared checks
|
||||
* ci: Check consistency
|
||||
|
||||
[ Evangelos Ribeiro Tzaras ]
|
||||
* flatpak: Fix libpeas2 configuration options
|
||||
* tree: Ignore gdb history
|
||||
* dir-locals: Update projectile commands
|
||||
* record-store: Remove unnecessary casts
|
||||
* record-row: Remove unnecessary cast
|
||||
* record-row: Remove unused include
|
||||
* record-row: Define log domain
|
||||
* history-box: Add debug statement
|
||||
* record-row: Prefer g_autoptr for GDateTime
|
||||
* record-store: Simplify struct setup of record call data
|
||||
* tree: Remove custom clearing macros
|
||||
* record-row: Prefer g_signal_connect_object() over a plain connect()
|
||||
* record-row: Only popup context menu if row is realized
|
||||
* libcall-ui: Bump to 0.2.1
|
||||
|
||||
[ Andi Chandler ]
|
||||
* Update British English translation
|
||||
|
||||
[ Piotr Drąg ]
|
||||
* Update Polish translation
|
||||
|
||||
[ Aefgh Threenine ]
|
||||
* Update Thai translation
|
||||
|
||||
[ Alan Mortensen ]
|
||||
* Update Danish translation
|
||||
|
||||
[ Quentin PAGÈS ]
|
||||
* Update Occitan translation
|
||||
|
||||
[ Rūdolfs Mazurs ]
|
||||
* Update Latvian translation
|
||||
|
||||
[ Vincent Chatelain ]
|
||||
* Update French translation
|
||||
|
||||
[ Jose Riha ]
|
||||
* Update Slovak translation
|
||||
|
||||
-- Evangelos Ribeiro Tzaras <devrtz-debian@fortysixandtwo.eu> Sat, 14 Sep 2024 21:53:36 +0200
|
||||
|
||||
gnome-calls (47~rc.1) unstable; urgency=medium
|
||||
|
||||
[ Balázs Úr ]
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
project(
|
||||
'calls',
|
||||
'c', 'vala',
|
||||
version: '47.rc.1',
|
||||
version: '47.0',
|
||||
license: 'GPLv3+',
|
||||
meson_version: '>= 1.0',
|
||||
default_options: [
|
||||
|
|
Loading…
Reference in a new issue