This release features a redesigned preference window. All settings can now be searched. Good news for mobile users too: the redesign should work a lot better on mobile devices now.
@@ -78,7 +78,7 @@A small bugfix release which makes Cozy more reliable.
@@ -91,7 +91,7 @@A small bugfix release which makes Cozy more reliable.
@@ -107,7 +107,7 @@A small bugfix release which makes Cozy more reliable.
@@ -123,7 +123,7 @@This release features a redesigned library with responsiveness in mind.
@@ -140,7 +140,7 @@Performance improvements for the book detail view and some bugfixes.
@@ -155,7 +155,7 @@A small bugfix release which makes Cozy more reliable.
@@ -170,7 +170,7 @@A small bugfix release which makes Cozy more reliable.
@@ -185,7 +185,7 @@This release features chapter support for m4b files.
@@ -199,7 +199,7 @@This release features chapter support for m4b files.
diff --git a/data/meson.build b/data/meson.build index a32d61bc..7eb59a61 100644 --- a/data/meson.build +++ b/data/meson.build @@ -38,9 +38,9 @@ appstream_file = i18n.merge_file( install_dir: join_paths(get_option('datadir'), 'metainfo') ) -appstream_util = find_program('appstream-util', required: false) -if appstream_util.found() - test('Validate appstream file', appstream_util, - args: ['validate', appstream_file] +appstreamcli = find_program('appstreamcli', required: false) +if appstreamcli.found() + test('Validate appstream file', appstreamcli, + args: ['validate', '--no-net', appstream_file] ) endif