mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
treewide: Document changes and release 47~rc.1
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/752>
This commit is contained in:
parent
7577e85cd9
commit
f60703351a
3 changed files with 102 additions and 1 deletions
29
NEWS
29
NEWS
|
@ -1,3 +1,32 @@
|
||||||
|
gnome-calls 47~rc.1
|
||||||
|
-------------------
|
||||||
|
Released August 2024
|
||||||
|
* Now uses AdwAboutDialog, requiring Adwaita 1.5
|
||||||
|
* Improved style sheets
|
||||||
|
* Actually shipping translated metainfo
|
||||||
|
* Contributors:
|
||||||
|
* Anton Lazarev
|
||||||
|
* Balló György
|
||||||
|
* Evangelos Ribeiro Tzaras
|
||||||
|
* Guido Günther
|
||||||
|
* UI translations:
|
||||||
|
* Asier Sarasua Garmendia (eu)
|
||||||
|
* Balázs Úr (hu)
|
||||||
|
* Brage Fuglseth (nb)
|
||||||
|
* Danial Behzadi (fa)
|
||||||
|
* Daniel Rusek (cs)
|
||||||
|
* Daniel Șerbănescu (ro)
|
||||||
|
* Ekaterine Papava (ka)
|
||||||
|
* Hugo Carvalho (pt)
|
||||||
|
* Jiri Grönroos (fi)
|
||||||
|
* Jordi Mas i Hernandez (ca)
|
||||||
|
* Juliano de Souza Camargo (pt_BR)
|
||||||
|
* Jürgen Benvenuti (de)
|
||||||
|
* Luming Zh (zh_CN)
|
||||||
|
* twlvnn kraftwerk (bg)
|
||||||
|
* Vasil Pupkin (be)
|
||||||
|
* Yuri Chornoivan (uk)
|
||||||
|
|
||||||
Calls 47.beta.0
|
Calls 47.beta.0
|
||||||
---------------
|
---------------
|
||||||
Released: August 2024
|
Released: August 2024
|
||||||
|
|
72
debian/changelog
vendored
72
debian/changelog
vendored
|
@ -1,3 +1,75 @@
|
||||||
|
gnome-calls (47~rc.1) unstable; urgency=medium
|
||||||
|
|
||||||
|
[ Balázs Úr ]
|
||||||
|
* Update Hungarian translation
|
||||||
|
* Update Hungarian translation
|
||||||
|
|
||||||
|
[ Yuri Chornoivan ]
|
||||||
|
* Update Ukrainian translation
|
||||||
|
|
||||||
|
[ Jordi Mas i Hernandez ]
|
||||||
|
* Update Catalan translation
|
||||||
|
|
||||||
|
[ Vasil Pupkin ]
|
||||||
|
* Update Belarusian translation
|
||||||
|
|
||||||
|
[ Ekaterine Papava ]
|
||||||
|
* Update Georgian translation
|
||||||
|
|
||||||
|
[ Luming Zh ]
|
||||||
|
* Update Chinese (China) translation
|
||||||
|
|
||||||
|
[ Jiri Grönroos ]
|
||||||
|
* Update Finnish translation
|
||||||
|
|
||||||
|
[ Daniel Șerbănescu ]
|
||||||
|
* Update Romanian translation
|
||||||
|
|
||||||
|
[ Juliano de Souza Camargo ]
|
||||||
|
* Update Brazilian Portuguese translation
|
||||||
|
* Update Brazilian Portuguese translation
|
||||||
|
|
||||||
|
[ Asier Sarasua Garmendia ]
|
||||||
|
* Update Basque translation
|
||||||
|
|
||||||
|
[ Daniel Rusek ]
|
||||||
|
* Update Czech translation
|
||||||
|
* Update Czech translation
|
||||||
|
|
||||||
|
[ Danial Behzadi ]
|
||||||
|
* Update Persian translation
|
||||||
|
|
||||||
|
[ Hugo Carvalho ]
|
||||||
|
* Update Portuguese translation
|
||||||
|
* Update Portuguese translation
|
||||||
|
|
||||||
|
[ Brage Fuglseth ]
|
||||||
|
* Add Norwegian Bokmål translation
|
||||||
|
|
||||||
|
[ Balló György ]
|
||||||
|
* application: Set default window icon
|
||||||
|
* build: Actually translate metainfo
|
||||||
|
|
||||||
|
[ Jürgen Benvenuti ]
|
||||||
|
* Update German translation
|
||||||
|
|
||||||
|
[ twlvnn kraftwerk ]
|
||||||
|
* Update Bulgarian translation
|
||||||
|
|
||||||
|
[ Guido Günther ]
|
||||||
|
* ci: Update image
|
||||||
|
* build: Bump libadwaita dep to 1.5
|
||||||
|
* main-window: Use AdwAboutDialog
|
||||||
|
|
||||||
|
[ Anton Lazarev ]
|
||||||
|
* call buttons: Add .flat CSS class
|
||||||
|
* contacts-box: add .boxed-list CSS class
|
||||||
|
|
||||||
|
[ Evangelos Ribeiro Tzaras ]
|
||||||
|
* d/gbp.conf: Add dch postedit hook to keep meson project version in sync
|
||||||
|
|
||||||
|
-- Evangelos Ribeiro Tzaras <devrtz-debian@fortysixandtwo.eu> Sat, 31 Aug 2024 23:17:38 +0200
|
||||||
|
|
||||||
gnome-calls (47~beta.0) unstable; urgency=medium
|
gnome-calls (47~beta.0) unstable; urgency=medium
|
||||||
|
|
||||||
[ Martin ]
|
[ Martin ]
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
project(
|
project(
|
||||||
'calls',
|
'calls',
|
||||||
'c', 'vala',
|
'c', 'vala',
|
||||||
version: '47.beta.0',
|
version: '47.rc.1',
|
||||||
license: 'GPLv3+',
|
license: 'GPLv3+',
|
||||||
meson_version: '>= 1.0',
|
meson_version: '>= 1.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
|
Loading…
Reference in a new issue