0.6.0
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
240c5e1c69
commit
15e3e7a407
28
NEWS
28
NEWS
|
@ -1,3 +1,31 @@
|
|||
Overview of changes in malcontent 0.6.0
|
||||
=======================================
|
||||
|
||||
* Add icon for `malcontent-control` (thanks Jakub Steiner) (#9)
|
||||
|
||||
* Redesign `malcontent-control` UI in response to design feedback (#11)
|
||||
|
||||
* Add `AccountInfo` interface for metadata on parent accounts (!26)
|
||||
|
||||
* Fix translation of the UI (!31)
|
||||
|
||||
* Bugs fixed:
|
||||
- #9 Add icon for malcontent-control
|
||||
- #11 User controls UI tweaks
|
||||
- !26 accounts-service: Add AccountInfo interface
|
||||
- !27 user-selector: Fix some const-to-non-const cast warnings
|
||||
- !29 po: Add some missing files to POTFILES.in
|
||||
- !30 Add Ukrainian translation
|
||||
- !31 build: Fix definition of PACKAGE_LOCALE_DIR
|
||||
- !32 Add Brazilian Portuguese translation
|
||||
- !33 po: Order LINGUAS alphabetically
|
||||
- !34 More small UI tweaks
|
||||
|
||||
* Translation updates:
|
||||
- Portuguese (Brazil)
|
||||
- Ukrainian
|
||||
|
||||
|
||||
Overview of changes in malcontent 0.5.0
|
||||
=======================================
|
||||
|
||||
|
|
|
@ -44,6 +44,14 @@
|
|||
</kudos>
|
||||
<translation type="gettext">malcontent</translation>
|
||||
<releases>
|
||||
<release version="0.6.0" date="2020-02-26" type="stable">
|
||||
<description>
|
||||
<ul>
|
||||
<li>Improve parental controls application UI and add icon</li>
|
||||
<li>Support for indicating which accounts are parent accounts</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
<release version="0.5.0" date="2020-02-14" type="stable">
|
||||
<description>
|
||||
<ul>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('malcontent', 'c',
|
||||
version : '0.5.0',
|
||||
version : '0.6.0',
|
||||
meson_version : '>= 0.49.0',
|
||||
license: 'LGPLv2.1+',
|
||||
default_options : [
|
||||
|
|
Loading…
Reference in New Issue