diff --git a/NEWS b/NEWS index 09f37d4..ad3703a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,34 @@ +Calls 43.beta.0 +--------------- +Released: 6 August 2022 + +New features: +============= +* Improved startup times and scrolling performance with large call histories +* Add "Send SMS" action in history popover + +Maybe noteworthy: +================= +* Disabled G722 codec because of + https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1055 + +Code contributions: +=================== + - Evangelos Ribeiro Tzaras + +Translation updates: +==================== + - Italian (Vittorio Monti) + - Persian (Danial Behzadi) + - Serbian (Мирослав Николић) + - Romanian (Daniel Șerbănescu) + - Hebrew (Yosef Or Boczko) + - Georgian (Zurab Kargareteli) + - Ukrainian (Yuri Chornoivan) + - Russian (Aleksandr Melman) + +The detailed changes can be found in debian/changelog + Calls 43.alpha.2 ---------------- Released: 26 June 2022 diff --git a/debian/changelog b/debian/changelog index 9db3d09..a272152 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,56 @@ -gnome-calls (43~beta.0) UNRELEASED; urgency=medium +gnome-calls (43~beta.0) byzantium; urgency=medium + [ Evangelos Ribeiro Tzaras ] * Post release bump + * d/gbp.conf: Adjust debian-tag-msg + * ci: Allow flatpak failures + * sip: origin: Drop comparison that always evaluates as true + * Add various gtk list models + * history-box: Chain up to constructed() early + * Drop use of volatile + * meson: Add gtk sources to build + * history-box: Switch to GtkSliceListModel + * history-box: Dynamically adjust slice list model size + * history-box: Allow transition from non-empty to empty history + * history-box: Cap size of slice at number of call records + * record-row: Remove unused code + * record-row: Rename callback to conform to on_* naming scheme + * record-row: Chain up early to constructed() + * record-row: Use STR_IS_NULL_OR_EMPTY macro + * record-row: Simplify add-action logic + * record-row: Add SMS action (Closes: #182) + * Update libcall-ui to v0.0.4 + * Disable g722 to avoid test failure with ffmpeg 5.0/gst-libav + * ci: Update debian image - -- Evangelos Ribeiro Tzaras Mon, 27 Jun 2022 04:31:31 +0200 + [ Vittorio Monti ] + * Update Italian translation + + [ Danial Behzadi ] + * Update Persian translation + + [ Мирослав Николић ] + * Update Serbian translation + + [ Daniel Șerbănescu ] + * Update Romanian translation + + [ Yosef Or Boczko ] + * Update Hebrew translation + + [ Zurab Kargareteli ] + * Update Georgian translation + + [ Yuri Chornoivan ] + * Update Ukrainian translation + + [ Piotr Drąg ] + * Update POTFILES.skip + + [ Aleksandr Melman ] + * Update Russian translation + + -- Evangelos Ribeiro Tzaras Sat, 06 Aug 2022 20:18:02 +0200 gnome-calls (43~alpha.2) byzantium; urgency=medium