xpipe/dist/changelogs/1.7.9.md
2023-11-27 23:13:02 +00:00

1.5 KiB

Changes in 1.7.9

Git storage rework

The git storage functionality has been in a bad state, hopefully this update will change that. First of all, several bugs and inconsistencies have been fixed.

Furthermore, the authentication options have been greatly expanded. You can now supply both HTTP and SSH git URLs. If any input is required like a username/password/passphrase, XPipe will show a prompt. If you chose to use an SSH git URL, you can also set key-based authentication options just as for other ssh connections.

Lastly, there is now a general data directory as well in which you can put any additional files like SSH keys that you want to include in the repository. You can then refer to them just as normal within XPipe but their file paths are automatically adapted on any system you clone the repository. You can open this data directory from the settings menu.

Other changes

  • Fix some windows being shown outside of screen bounds when display scaling values were set very high
  • Fix macOS .pkg installers requiring Rosetta to be installed on ARM even though it wasn't needed
  • Fix powerlevel10k breaking terminal integrations on macOS
  • Fix screen clear on terminal launch sometimes breaking terminal formatting
  • Fix process exit codes outside of signed 32-bit int causing errors
  • Fix some NullPointerExceptions
  • Fix file browser execute action not launching scripts
  • Fix some license related errors
  • Fix Windows os detection on remote servers if cmd was not available