diff options
author | Michał Sawicz <michal@sawicz.net> | 2019-06-02 21:03:05 +0200 |
---|---|---|
committer | bstoeger <32835590+bstoeger@users.noreply.github.com> | 2019-06-05 11:09:59 +0200 |
commit | 17b059fcd65d3c0a1f15e87fd31d737bc33bf554 (patch) | |
tree | 566222807c33c23ee25a52376a9767db35bba091 | |
parent | a592b4e143e81cfc4154a8c5eeef81155c486937 (diff) | |
download | subsurface-17b059fcd65d3c0a1f15e87fd31d737bc33bf554.tar.gz |
[snap] add removable-media plug
This optionally allows accessing data in /media/ folders, if the user
issues:
snap connect subsurface:removable-media
https://docs.snapcraft.io/removable-media-interface
Signed-off-by: Michał Sawicz <michal@sawicz.net>
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | snap/snapcraft.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 17e9cb1c3..0292c4fea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +- Snap: add `removable-media` plug for access to /media and /mnt paths - Desktop: Add undo functionality for dive computer movement and deletion - Import: Small enhancements on Suunto SDE import - Desktop: Add import dive site menu option and site selection dialog diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 9cbaf3c60..4edb161ae 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -25,6 +25,7 @@ apps: - network - opengl - raw-usb + - removable-media - unity7 parts: |