Skip to content

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
TingPing committed Aug 30, 2024
1 parent cc9b05e commit 05abdd7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes in 1.0.5
Changes in 1.0.6
================

flatpak-spawn now supports --sandbox-a11y-own-name (if supported by portal)
flatpak-spawn prints a useful error when --host isn't permitted
fixed minor leak in flatpak-spawn

Changes in 1.0.5
================

flatpak-spawn supports --app-path and --usr-path
flatpak-spawn --sandbox-expose-path now tries to normalize paths to work better with portals.
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'flatpak-xdg-utils', 'c',
version: '1.0.5',
version: '1.0.6',
license: 'LGPL-2.1+',
default_options: [
'buildtype=debugoptimized',
Expand Down

0 comments on commit 05abdd7

Please sign in to comment.