treewide: Document changes and release 48~beta.0

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/764>
This commit is contained in:
Evangelos Ribeiro Tzaras
2025-02-14 14:24:04 +01:00
parent aa8c1b571d
commit 9340fb5e33
3 changed files with 58 additions and 1 deletions

14
NEWS
View File

@@ -1,3 +1,17 @@
gnome-calls 48~beta.0
---------------------
Released Februar 2025
* Use notification categories
* Modernize USSD dialog
* Contributors:
* Evangelos Ribeiro Tzaras
* Guido Günther
* UI translations:
* Fabio Tomat (fur)
* Juliano de Souza Camargo (pt_BR)
* Nathan Follens (nl)
* Милош Поповић (sr)
gnome-calls 47.0 gnome-calls 47.0
---------------- ----------------
Released September 2024 Released September 2024

43
debian/changelog vendored
View File

@@ -1,3 +1,46 @@
gnome-calls (48~beta.0) unstable; urgency=medium
[ Evangelos Ribeiro Tzaras ]
* ci: Include appstreamcli and desktop-file-utils in images
* ci: Update image
* ci: Use GNOME release pipeline
[ Guido Günther ]
* calls-notifier: Use official notification category
* calls-manager: Keep ref on list models
* calls-manager: Don't leak hash tables
* settings: Don't leak audio codecs
* settings: Don't leak autoload plugins
* history-box: No need to unparent the stack
* history-box: Keep ref on list model
* call-record-row: Drop superfluous cast
* call-record-row: Use g_clear_signal_handler
* util: Drop now unused macros
* call-record-row: Unparent popover in dispose
* call-record-row: Turn the realized check into a critical
* ci: Use newer image
* build: Bump libadwaita dependency to 1.6
* main-window: Set log domain
* ussd-dialog: Set phone input purose on entry
* ussd-dialog: Simplify navigation
* main-window: Use AdwDialog for USSD
* ussd-dialog: Use AdwSpinner
[ Juliano de Souza Camargo ]
* Update Brazilian Portuguese translation
[ Fabio Tomat ]
* Update Friulian translation
[ Nathan Follens ]
* Update Dutch translation
[ Милош Поповић ]
* Update Serbian translation
* Add Serbian (Latin) translation
-- Evangelos Ribeiro Tzaras <devrtz-debian@fortysixandtwo.eu> Fri, 14 Feb 2025 14:23:50 +0100
gnome-calls (47.0) unstable; urgency=medium gnome-calls (47.0) unstable; urgency=medium
[ Sabri Ünal ] [ Sabri Ünal ]

View File

@@ -22,7 +22,7 @@
project( project(
'calls', 'calls',
'c', 'vala', 'c', 'vala',
version: '47.0', version: '48~beta.0',
license: 'GPLv3+', license: 'GPLv3+',
meson_version: '>= 1.0', meson_version: '>= 1.0',
default_options: [ default_options: [