0.10.0
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
f73fb35207
commit
b35be5bd8d
49
NEWS
49
NEWS
|
@ -1,3 +1,52 @@
|
||||||
|
Overview of changes in malcontent 0.10.0
|
||||||
|
========================================
|
||||||
|
|
||||||
|
* Improve support for systems without accountsservice (#27)
|
||||||
|
|
||||||
|
* Fix some data loss-causing state synchronisation problems (#18, #28)
|
||||||
|
|
||||||
|
* Hide support for flatpak user repositories, as they are typically not
|
||||||
|
configured on systems (#30)
|
||||||
|
|
||||||
|
* Bugs fixed:
|
||||||
|
- #4 Add manpage docs for malcontent-client monitor, set and oars-section commands
|
||||||
|
- #13 Consider terminology of ‘parental controls’
|
||||||
|
- #15 Improving padding/spacing in malcontent-control UI
|
||||||
|
- #18 Reload ‘Restrict Apps’ list when installed apps change on system
|
||||||
|
- #19 Add command line option to malcontent-control to pre-select a user
|
||||||
|
- #23 appdata not validating
|
||||||
|
- #25 Parental controls app empty state is misleading
|
||||||
|
- #27 Fails closed if accountsservice isn't available on the bus
|
||||||
|
- #28 ‘Restrict Applications’ dialogue is empty if MctUserControls is created with empty app filter
|
||||||
|
- #30 ‘Restrict App Installation’ tickboxes are confusing
|
||||||
|
- !85 Update Ukrainian translation
|
||||||
|
- !86 l10n: Update Italian translation
|
||||||
|
- !87 l10n-sv
|
||||||
|
- !88 Add Danish translation
|
||||||
|
- !91 libmalcontent: Rationalise a couple of translatable strings
|
||||||
|
- !92 Fix several issues with the app list in the restrict applications dialogue
|
||||||
|
- !93 Update Ukrainian translation
|
||||||
|
- !94 Update Polish translation 201018
|
||||||
|
- !96 Update Polish translation 201025
|
||||||
|
- !100 Bump appstream-glib dep and update content rating code
|
||||||
|
- !101 Fix partial loss of parental controls settings when partially updating them
|
||||||
|
- !102 user-controls: Only save the app filter if it’s changed
|
||||||
|
- !103 malcontent-control: Add link to guidance on how to set parental controls
|
||||||
|
- !104 docs: Add a development principles section to the README
|
||||||
|
- !106 Update Danish translation
|
||||||
|
- !107 Update Ukrainian translation
|
||||||
|
- !108 Update Ukrainian translation
|
||||||
|
- !109 Update Ukrainian translation
|
||||||
|
- !111 accounts-service: Allow installation to the system repo by default
|
||||||
|
|
||||||
|
* Translation updates:
|
||||||
|
- Danish
|
||||||
|
- Italian
|
||||||
|
- Polish
|
||||||
|
- Swedish
|
||||||
|
- Ukrainian
|
||||||
|
|
||||||
|
|
||||||
Overview of changes in malcontent 0.9.0
|
Overview of changes in malcontent 0.9.0
|
||||||
=======================================
|
=======================================
|
||||||
|
|
||||||
|
|
|
@ -43,6 +43,18 @@
|
||||||
</kudos>
|
</kudos>
|
||||||
<translation type="gettext">malcontent</translation>
|
<translation type="gettext">malcontent</translation>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="0.10.0" date="2020-12-09" type="stable">
|
||||||
|
<description>
|
||||||
|
<p>This is a stable release with the following changes:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Reload the application list when apps are installed or removed</li>
|
||||||
|
<li>Fix some data loss consistency problems in the UI</li>
|
||||||
|
<li>Hide support for flatpak user repositories, as they are typically not configured</li>
|
||||||
|
<li>Minor improvements to parental controls application UI</li>
|
||||||
|
<li>Translation updates</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release version="0.9.0" date="2020-09-03" type="stable">
|
<release version="0.9.0" date="2020-09-03" type="stable">
|
||||||
<description>
|
<description>
|
||||||
<p>This is a stable release with the following changes:</p>
|
<p>This is a stable release with the following changes:</p>
|
||||||
|
|
Loading…
Reference in New Issue