Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
calls
Commits
82275c7f
Commit
82275c7f
authored
Feb 09, 2021
by
Evangelos Ribeiro Tzaras
Browse files
Document changes and release 0.3.0
parent
f99cd483
Pipeline
#64357
passed with stages
in 31 minutes and 29 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
82275c7f
gnome-calls (0.3.0) byzantium; urgency=medium
[ Timo Jyrinki ]
* po: Add Finnish translation from JRfi, refined by me.
[ Evangelos Ribeiro Tzaras ]
* desktop: Add Network main category
* manager: remove trailing whitespace
* manager: add has_active_call() and hang_up_all_calls()
* application: Hang up calls when closing the UI
* application: add copy-number action
* record-row: Allow copying number from context menu
* record-row: hide copy number menu item
* new-call-box: clear entry on longpress
* application: chain up to parents finalize
* application: Use g_autoptr and g_autofree
* application: Notify when opening URI/files fails
* ci: Build flatpak in packaging stage
* call-display: fix whitespace
* project: rename to gnome-calls
* record-store: Handle old and new database locations gracefully
* display: fix null pointer dereference
* code style: consistent whitespaces for g_autoptr
* application: use g_autoptr
* project: rename back to calls
* d/control: Add myself as maintainer
* Document changes and release 0.3.0
[ Eugenio Paolantonio (g7) ]
* ofono: call: ensure signals get disconnected on voice_call object destruction
[ Sebastian Krzyszkowiak ]
* gitlab-ci: Don't use global before_script for package jobs
[ Guido Günther ]
* gitlab-ci: Use byzantium instead of Debian bullseye
[ Mohammed Sadiq ]
* application: Simplify loading css
* application: Remove unused code
* resources: Use standard icon path
* Let calls-provider be an abstract class
[ Yuri Chornoivan ]
* po: Update Ukrainian translation
* po: Update Ukrainian translation
[ Julian Sparber ]
* application: disable dial action when making calls isn't possible
* ci: build packages only for byzantium
* ci: don't use global variables and definitions
* ci: drop bullseyeci packages
* flatpak: use master runtime
* flatpak: add libcanberra
* ci: build flatpak
* ci: write STDOUT for flatpak build to file
* Revert "ci: write STDOUT for flatpak build to file"
* remove CallsCallHolder and CallsCallData
* ContactsProvider: Add contacts provider
* Contacts: replace CallsContacts with CallsContactsProvider
* Revert "ui/main-window: Hide contacts pane"
* Contacts: Add contacts list
* BestMatch: Turn avatar into a property
* BestMatch: Move SearchView creation inside the class
* BestMatch: Allways return a name
* BestMatch: Simplify code for updating new best matching individual
* BestMatch: remove BestMatchView to reduce vala code
* BestMatch: add has-individual property
* CallsCall: Add method to optain matching contact
* CallsCallDisplay: Make sure that the contact infomation is updated
* CallsCallSelectorItem: Make sure that the contact infomation is updated
* CallManager: drop calls_manager_get_contact_name ()
* Remove unused CallsParty
* CallsCallRecordRow: Cleanup contact setup
* CallsCallDisplay: use HdyAvatar
[ Arnaud Ferraris ]
* call-display: update libcallaudio API calls
* src: meson.build: update libcallaudio dependency
* d/control: add version requirement on libcallaudio build dependency
* flatpak: update callaudiod version
* call-display: switch to default audio profile only if no other call
[ Sebastian Rasmussen ]
* po: Update Swedish translation
-- Evangelos Ribeiro Tzaras <evangelos.tzaras@puri.sm> Fri, 12 Feb 2021 10:24:38 +0100
gnome-calls (0.3.0~rc1) byzantium; urgency=medium
* UNRELEASED
...
...
meson.build
View file @
82275c7f
...
...
@@ -22,7 +22,7 @@
project
(
'calls'
,
'c'
,
'vala'
,
version
:
'0.
2
.0'
,
version
:
'0.
3
.0'
,
license
:
'GPLv3+'
,
meson_version
:
'>= 0.47.0'
,
default_options
:
[
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment