diff --git a/README.md b/README.md index b3a8cb25..2e3765da 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/dist/changelogs/1.5.1.md b/dist/changelogs/1.5.1.md index 24fd5658..86a4ce86 100644 --- a/dist/changelogs/1.5.1.md +++ b/dist/changelogs/1.5.1.md @@ -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