Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
phosh
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
Sebastian Krzyszkowiak
phosh
Commits
9e43dd76
Commit
9e43dd76
authored
Mar 19, 2020
by
Guido Gunther
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document changes and release 0.2.1
parent
fc433092
Pipeline
#54094
passed with stages
in 45 minutes and 4 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
49 additions
and
1 deletion
+49
-1
debian/changelog
debian/changelog
+48
-0
meson.build
meson.build
+1
-1
No files found.
debian/changelog
View file @
9e43dd76
phosh (0.2.1) amber-phone; urgency=medium
[ Guido Günther ]
* feedbackinfo: Use 'On' for the 'full' feedback theme.
See: #276
* wwaninfo: Don't overwrite sim missing status.
This allows the sim-missing status to be displayed. (Closes: #281)
* monitor: Wire up zwlr_output_power_management.
* protocol: Generate protocol with private code.
That's sufficient since we don't want to export anything
* po: Update translations from zanata
Thanks to all the translators!
* Settings: wire up feedback setting long press.
This opens the notifications panel now that we can configure
feedback there.
* Shell: Don't access variable before type check
* Feedbackinfo: Toggle to silent instead of quiet.
Also turn of vibra with the quick setting. Vibra can be turned on via
g-c-c.
* gitlab-ci: Run xvfb-run with no-reset.
This avoids spurious test failures.
[ Rasmus Thomsen ]
* gitlab-ci: pull in feedbackd on Alpine too
fixes #278
[ Julian Sparber ]
* Wifimangager: set icon-name always via the same function.
[ Zander Brown ]
* protocols: generate with public-code not code
public-code does the same thing but without logging warnings
* app-list: fix lookup cache.
We never invalidated the cache leaving us in an invalid state after
install/remove
This potentially explains the missing icons that turn up after reboot
(probably) fix https://source.puri.sm/Librem5/phosh/issues/213
* apps: use a common placeholder icon (Closes: #197)
[ Darren R ]
* README: Explain how to skip gnome-session setup.
This avoids spawning unintended services.
[ Sebastian Krzyszkowiak ]
* panel: Clean up unused widget references
-- Guido Günther <agx@sigxcpu.org> Thu, 19 Mar 2020 19:07:18 +0100
phosh (0.2.0) amber-phone; urgency=medium
[ Guido Günther ]
...
...
meson.build
View file @
9e43dd76
project('phosh', 'c',
version: '0.2.
0
',
version: '0.2.
1
',
license: 'GPLv3+',
meson_version: '>= 0.40.1',
default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ],
...
...
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