xpipe/dist/changelogs/8.0-6.md
crschnick 3e7fbe89ac Merge branch prefs into master
The changes have been squashed as the commit history and messages were not very carefully crafted. There isn't that much value in preserving random commit messages.

Also due to diverging branches, rebasing or merging it was difficult.
2024-02-28 07:36:31 +00:00

1.2 KiB

Temporary containers

You can now run a temporary docker container using a specified image that will get automatically removed once it is stopped. The container will keep running even if the image does not have any command specified that will run.

This can be useful if you quickly want to set up a certain environment by using a certain container image, e.g. a simple ubuntu image. You can then enter the container as normal in XPipe, perform your operations, and stop the container once it's no longer needed. It is then removed automatically.

macOS tray and dock handling

Due to some confusion, XPipe will no longer use the system tray in macOS as an option when minimizing. It will instead conform to the usual macOS app handling that allows to reopen the window by clicking on the dock icon.

Other changes

  • Add option to skip connection validation
  • Introduce new changelog implementation that will be able to display the changelog relevant when upgrading from you current version, including all intermediate versions
  • Auto expand connections display when a new child is added
  • Fix opnsense and PFsense systems not working
  • Fix elevation not working in some cases and throwing errors
  • Fix debug mode not working