diff --git a/NEWS b/NEWS index f2f0cec..f087006 100644 --- a/NEWS +++ b/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 diff --git a/data/org.gnome.Calls.metainfo.xml.in b/data/org.gnome.Calls.metainfo.xml.in index 00ea88f..1dcdcef 100644 --- a/data/org.gnome.Calls.metainfo.xml.in +++ b/data/org.gnome.Calls.metainfo.xml.in @@ -69,6 +69,36 @@ + + +

+ This is the first stable release of the GTK4 version. +

+
    +
  • + The big one: The port to GTK4 and libadwaita! + Thanks to Anton Lazarev for code + and Chris, Maximiliano and Guido for reviews! +
  • +
  • Trigger phone-hangup event
  • +
  • Now shipping systemd unit files
  • +
  • Improved styling
  • +
  • Number (or SIP address) entry's now get cleared when the application window gets closed
  • +
  • Fixed a crash related to modems missing cell location services
  • +
  • Fixed a crash in the VoIP account preferences
  • +
  • Fix keypad layout in right-to-left locales
  • +
  • Fixed untranslated metainfo files being installed
  • +
  • Updated 46 out of 51 translations (including 6 new languages)
  • +
+ +

Known issues that you can find out more about by searching for relevant keywords on the Issue Tracker:

+
    +
  • Connecting to SIP servers does not reliably work with the freeswitch fork of sofia-sip
  • +
  • No local ringback tone when using SIP for outgoing calls
  • +
  • DTMF is not implemented for SIP
  • +
+
+

diff --git a/debian/changelog b/debian/changelog index 6a3c1bd..abe57c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 14 Sep 2024 21:53:36 +0200 + gnome-calls (47~rc.1) unstable; urgency=medium [ Balázs Úr ] diff --git a/meson.build b/meson.build index 73cee1d..cb3cf1b 100644 --- a/meson.build +++ b/meson.build @@ -22,7 +22,7 @@ project( 'calls', 'c', 'vala', - version: '47.rc.1', + version: '47.0', license: 'GPLv3+', meson_version: '>= 1.0', default_options: [