summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-12-16 15:36:53 +0100
committerAlexander Larsson <alexl@redhat.com>2015-12-16 15:36:53 +0100
commit88ab54d8b66ca0ae7a0392469cfbc02f1c2b1fcb (patch)
tree8d52106898f1d96c469da78a4eaf2971efe9bf68 /NEWS
parent570ba8b55fd06793f6f36d33faad84a2477a3a77 (diff)
downloadxdg-app-88ab54d8b66ca0ae7a0392469cfbc02f1c2b1fcb.tar.gz
Update NEWS for 0.4.60.4.6
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3caccc5..7c01feb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Major changes in 0.4.6
+======================
+* Added an initial version of libxdg-app, a highlevel library
+ intended to be used by user interface frontends to xdg-app.
+ It is not yet API stable, so it is disabled by default.
+ Enable with --enable-libxdgapp
+* Added xdg-app-builder, a separate tool that makes it easier to build
+ applications with external dependencies.
+* Add support for single-file bundles, which can be a useful way
+ to distribute apps on e.g. a usb stick. Only works with the
+ latest version of ostree.
+* Always allow apps to talk to the built-in portals
+* Support granting read-only access to the filesystem with e.g. --filesystem=host:ro
+* Add /run/user/$uid/xdg-app-info file that contains the current permissions of the app
+* Add --writable-sdk option to xdg-app build-init
+* Add file locking to better handle concurrent xdg-app operations like update and install
+* Various fixes
+
Major changes in 0.4.5
======================
* Support signing commits in build-export