diff --git a/app/src/main/resources/io/xpipe/app/resources/lang/translations_en.properties b/app/src/main/resources/io/xpipe/app/resources/lang/translations_en.properties index 880475fc..da04e603 100644 --- a/app/src/main/resources/io/xpipe/app/resources/lang/translations_en.properties +++ b/app/src/main/resources/io/xpipe/app/resources/lang/translations_en.properties @@ -4,6 +4,9 @@ connectorInstallationContent=Some operations require the X-Pipe connector to be errorOccured=An error occured terminalErrorOccured=A terminal error occured errorTypeOccured=An exception of type $TYPE$ was thrown +permissionsAlertTitle=Permissions required +permissionsAlertHeader=Additional permissions are required to perform this operation. +permissionsAlertContent=Please follow the pop-up to give X-Pipe the required permissions in the privacy settings menu. errorDetails=Show details target=Target data=Data diff --git a/dist/changelogs/0.4.29.md b/dist/changelogs/0.4.29.md new file mode 100644 index 00000000..d25e9a31 --- /dev/null +++ b/dist/changelogs/0.4.29.md @@ -0,0 +1,4 @@ +- Add new permission dialog for macOS +- Fix SSH connections in zsh +- Fix developer mode settings not applying correctly +- Fix various UI bugs \ No newline at end of file diff --git a/version b/version index 30954b8b..c1a2129a 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.4.28 \ No newline at end of file +0.4.29 \ No newline at end of file