[release]

This commit is contained in:
crschnick 2023-02-12 22:44:37 +00:00
parent 49de9b8a97
commit 28a8c95c71
3 changed files with 8 additions and 1 deletions

View file

@ -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

4
dist/changelogs/0.4.29.md vendored Normal file
View file

@ -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

View file

@ -1 +1 @@
0.4.28
0.4.29