From 2e8a07d58c047f757e36a5fcf1d5b76faae08e75 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 24 Mar 2020 11:23:01 +0000 Subject: [PATCH] 0.7.0 Signed-off-by: Philip Withnall --- NEWS | 33 +++++++++++++++++++ ...eedesktop.MalcontentControl.appdata.xml.in | 8 +++++ meson.build | 2 +- 3 files changed, 42 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2b89416..ce19879 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,36 @@ +Overview of changes in malcontent 0.7.0 +======================================= + +* Add `-Dui` configure option to help work around circular dependency with + flatpak (#16) + +* Add data serialization and deserialization methods for app filters and + session limits (!45) + +* Add mct_app_filter_is_enabled() and mct_session_limits_is_enabled() APIs + for determining whether filtering/limits are enabled at a high level (!47) + +* Bugs fixed: + - #16 Circular dependency on flatpak + - !35 Update Ukrainian translation + - !37 Drop a few unnecessary dependencies + - !39 Add Polish translation + - !40 Use libglib-testing submodule only as fallback + - !41 Fix typo in malcontent-client.8 + - !42 docs: Update license information in README and meson.build + - !43 user-controls: Make OARS drop down open to the right + - !44 Fix updating the UI when a user’s locale changes + - !45 Support data serialisation and deserialisation + - !46 Fix papercuts when editing parental controls of current user + - !47 app-filter: Add mct_app_filter_is_enabled() API + - !48 Update POTFILES.in 200320 + - !49 malcontent-control: Refactor bus initialisation + +* Translation updates: + - Polish + - Ukrainian + + Overview of changes in malcontent 0.6.0 ======================================= diff --git a/malcontent-control/org.freedesktop.MalcontentControl.appdata.xml.in b/malcontent-control/org.freedesktop.MalcontentControl.appdata.xml.in index cf4e63b..d39df25 100644 --- a/malcontent-control/org.freedesktop.MalcontentControl.appdata.xml.in +++ b/malcontent-control/org.freedesktop.MalcontentControl.appdata.xml.in @@ -44,6 +44,14 @@ malcontent + + +
    +
  • Minor improvements to parental controls application UI
  • +
  • Translations to Ukrainian and Polish
  • +
+
+
    diff --git a/meson.build b/meson.build index 9b2d44b..a6c477d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('malcontent', 'c', - version : '0.6.0', + version : '0.7.0', meson_version : '>= 0.49.0', license: ['LGPL-2.1-or-later', 'GPL-2.0-or-later'], default_options : [