[release]

This commit is contained in:
crschnick 2023-08-13 10:13:40 +00:00
parent 2d1549a328
commit 9b9af02f3e
2 changed files with 4 additions and 1 deletions

View file

@ -74,6 +74,7 @@ If you don't like installers, you can also use portable versions that are packag
- [Windows .zip Portable (x86-64)](https://github.com/xpipe-io/xpipe/releases/latest/download/xpipe-portable-windows-x86_64.zip)
- [Linux .tar.gz Portable (x86-64)](https://github.com/xpipe-io/xpipe/releases/latest/download/xpipe-portable-linux-x86_64.tar.gz)
- [Linux .tar.gz Portable (ARM 64)](https://github.com/xpipe-io/xpipe/releases/latest/download/xpipe-portable-linux-arm64.tar.gz)
- [MacOS .dmg Portable (x86-64)](https://github.com/xpipe-io/xpipe/releases/latest/download/xpipe-portable-macos-x86_64.dmg)
- [MacOS .dmg Portable (ARM 64)](https://github.com/xpipe-io/xpipe/releases/latest/download/xpipe-portable-macos-arm64.dmg)

View file

@ -1,7 +1,9 @@
## Changes in 1.5.1
- Add ARM build for Linux to available releases
- Improve performance when adding are removing connections
- Add ability to sort connections by name and last access date
- Add ability to automatically accept new ssh host key when required
- Improve performance when adding are removing connections
- Look in PATH for terminals on windows
- Fix CLI error messages not being able to be parsed
- Many other small miscellaneous fixes and improvements