mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
[release]
This commit is contained in:
parent
2d1549a328
commit
9b9af02f3e
2 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
4
dist/changelogs/1.5.1.md
vendored
4
dist/changelogs/1.5.1.md
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue