Skip to content

Commit

Permalink
[SFOS] add Audio to the list of SailJail permissions
Browse files Browse the repository at this point in the history
Allow audio playback in WebView
  • Loading branch information
buschmann23 committed Feb 12, 2023
1 parent 38d0588 commit 1e41c74
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Fuoten 0.8.1 - to be released
- SailfishOS
* improved: add Audio to the list of SailJail permissions to allow audio playback im WebView

Fuoten 0.8.0 - 2022-03-06
- General
* improved: switch to CMake (#71)
Expand Down
2 changes: 1 addition & 1 deletion sailfishos/harbour-fuoten.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Exec=harbour-fuoten
Name=Fuoten

[X-Sailjail]
Permissions=Internet;WebView
Permissions=Internet;WebView;Audio
OrganizationName=de.huessenbergnetz
ApplicationName=fuoten
ExecDBus=harbour-fuoten
8 changes: 8 additions & 0 deletions sailfishos/qml/common/models/ChangelogModel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ import QtQuick 2.2
*/

ListModel {
ListElement {
version: "0.8.1"
date: 1676184384000
entries: [
ListElement { type: 1; issue: ""; description: "add Audio to the list of SailJail permissions to allow audio playback im WebView" }
]
}

ListElement {
version: "0.8.0"
date: 1646584837000
Expand Down

0 comments on commit 1e41c74

Please sign in to comment.