Release version 0.4.0
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
90f961dc74
commit
a897a4890b
16
NEWS
16
NEWS
|
@ -1,3 +1,19 @@
|
|||
Overview of changes in malcontent 0.4.0
|
||||
=======================================
|
||||
|
||||
* Implement `--quiet` in the `check` and `set` subcommands of
|
||||
`malcontent-client` to make it nicer to use from scripts (!13)
|
||||
|
||||
* Add support for filtering apps by content type (!15)
|
||||
|
||||
* Bugs fixed:
|
||||
- !2 tests: Use gdbus-codegen to drop hand-coded interface definitions
|
||||
- !12 libmalcontent: Add missing field initialisers to BUILDER_INIT
|
||||
- !13 Implement --quiet in the check and set subcommands of malcontent-client
|
||||
- !14 Improve README coverage of whole system design
|
||||
- !15 Add support to filter by content type
|
||||
|
||||
|
||||
Overview of changes in malcontent 0.3.0
|
||||
=======================================
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('malcontent', 'c',
|
||||
version : '0.3.0',
|
||||
version : '0.4.0',
|
||||
meson_version : '>= 0.47.0',
|
||||
license: 'LGPLv2.1+',
|
||||
default_options : [
|
||||
|
|
Loading…
Reference in New Issue