summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-01-25 10:39:03 +0100
committerAlexander Larsson <alexl@redhat.com>2016-01-25 10:39:03 +0100
commit65d089f9947c5268ff98ea1fc735ed5de219582d (patch)
treeda9669e711a66ffc16b43210e9c4c76b12483014 /NEWS
parent4eb7b14996bab7523eff494cb90128c1e19f1822 (diff)
downloadxdg-app-65d089f9947c5268ff98ea1fc735ed5de219582d.tar.gz
Update NEWS for release
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7c01feb..7d883b4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Major changes in 0.4.7
+======================
+* Enabled build of libxdg-app by default, now the API is stable
+ enough for e.g. gnome-software to use it.
+* Restructured the command line interface to xdg-app, it is now
+ more streamlined and easy to use. For instance, to install
+ both apps or runtimes, now use "xdg-app install $name".
+ The old commands still work, but are deprecated and not
+ in the docs.
+* xdg-app-builder has gotten a bunch of new features that
+ makes it easier to build apps, and some initial work to
+ make it possible to create runtimes using it
+* build-export now finds and export any app-info installed by
+ the app, and build-update-repo collects all such exports
+ into a per-repo branch for appstream and icons.
+* The client (and libs) support for locally mirroring the appstream
+ branch for each remote. This allows use to create graphical appstores
+ with user-readable information and icons.
+* On the client side one can now specify priorities for each
+ remote.
+
Major changes in 0.4.6
======================
* Added an initial version of libxdg-app, a highlevel library