Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
calls
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Evangelos Ribeiro Tzaras
calls
Commits
aa98fa34
Commit
aa98fa34
authored
Sep 18, 2020
by
Guido Gunther
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document changes and release 0.1.8
parent
3e9b674f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
76 additions
and
1 deletion
+76
-1
debian/changelog
debian/changelog
+75
-0
meson.build
meson.build
+1
-1
No files found.
debian/changelog
View file @
aa98fa34
calls (0.1.8) amber-phone; urgency=medium
[ Arnaud Ferraris ]
* ui: call-display: wrap toggle buttons' labels.
For some locales, the buttons' labels can be quite long, making the
window wider than the display.
[ Evangelos Ribeiro Tzaras ]
* src/calls-notifier.c: Add call-back button
* src/calls-call-window.c: Inhibit suspend during active call
[ Guido Günther ]
* po: Add Hungarian to LINGUAS
* call-record-row: Use g_autoptr for the GError
* calls-call-record-row: Ignore anonymous callsers.
These have an empty string which leads to
Error parsing phone number `': Keine Telefonnumme
* po: Add Spanish to LINGUAS
* gitlab-ci: Allow to only build a package
* main-window: Allow the in app notification to wrap.
Othewise we overflow the window. Center it too.
* calls-main-window: Bring back old error string when no modem is present.
Calls can't tell the difference between no SIM and no modem
atm. (Closes: #159, #152)
* doap: Add devrtz to list of maintainers.
He's been the most active contributor recently.
* doap: Fix sytnax.
Wrap each person within <maintainer/>
[ James Westman ]
* flatpak: Add feedbackd, dependencies to flatpak.
Added feedbackd to the Flatpak manifest, so that Calls builds again.
Fixes #164.
[ Daniel Șerbănescu ]
* po: Update Romanian translation
[ Tim Sabsch ]
* po: Add German translation
[ Marc Riera Irigoyen ]
* po: Add Catalan translation
[ scootergrisen ]
* po: Add Danish translation
[ Balázs Meskó ]
* po: Add Hungarian translation
[ Emin Tufan Çetin ]
* po: Update Turkish translation
[ Valéry Febvre ]
* po: Update French translation
[ Daniel Mustieles ]
* po: Add Spanish translation
[ Efstathios Iosifidis ]
* po: Add Greek translation
[ Thibault Martin ]
* po: Update French translation
[ Fabio Tomat ]
* po: Add friulian translations
[ Марко М. Костић (Marko M. Kostić) ]
* po: Add Serbian translation
[ Yuri Chornoivan ]
* po: Update Ukrainian translation
-- Guido Günther <agx@sigxcpu.org> Fri, 18 Sep 2020 12:52:43 +0200
calls (0.1.7) amber-phone; urgency=medium
[ Yuri Chornoivan ]
...
...
meson.build
View file @
aa98fa34
...
...
@@ -22,7 +22,7 @@
project(
'calls',
'c', 'vala',
version: '0.1.
7
',
version: '0.1.
8
',
license: 'GPLv3+',
meson_version: '>= 0.47.0',
default_options: [
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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