diff --git a/NEWS b/NEWS index 86b0c263..978edad1 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,18 @@ Dependencies: Enhancements: + * Allow applications like WebKit to connect the AT-SPI accessibility tree + of processes in a sub-sandbox with the tree in the main process (#5898) + + * New sandboxing parameter `flatpak run --a11y-own-name`, which is + like `--own-name` but for the accessibility bus + + * flatpak-portal API v7: add new sandboxed-a11y-own-names option, + which accepts names matching `${FLATPAK_ID}.*` + + * Apps may call the `org.a11y.atspi.Socket.Embedded` method on names + matching `${FLATPAK_ID}.Sandboxed.*` by default + * `flatpak run -vv $app_id` shows all applicable sandboxing parameters and their source, including overrides, as debug messages (#5895)