mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +00:00
Fix shell detection [release]
This commit is contained in:
parent
c96284a445
commit
2221430c78
2 changed files with 24 additions and 1 deletions
23
dist/changelogs/1.1.3.md
vendored
Normal file
23
dist/changelogs/1.1.3.md
vendored
Normal file
|
@ -0,0 +1,23 @@
|
|||
## Changes in 1.1.3
|
||||
|
||||
- Fix posix shell detection being wrong and launching wrong shell type
|
||||
|
||||
## Changes in 1.1.2
|
||||
|
||||
- Fix browser initialization race condition
|
||||
- Fix OOB for some PowerShell sessions
|
||||
|
||||
## Changes in 1.1.1
|
||||
|
||||
- Improve startup time
|
||||
- Improve error messages when command or shell connection fails
|
||||
- Fix directory copy across systems not finishing
|
||||
- Fix self-updater not launching on Linux and macOS. Might require a reinstallation to get it working again
|
||||
- Fix file browser not working for some Alpine Linux distributions
|
||||
- Add support for Tabby terminals
|
||||
- Start up local and wsl sessions in user home directory
|
||||
- Improve search for connections dialog
|
||||
- Improve accessibility support for screen readers
|
||||
- Improve error messages
|
||||
- Properly clean temp directories
|
||||
- Many small miscellaneous fixes and improvements
|
2
version
2
version
|
@ -1 +1 @@
|
|||
1.1.2
|
||||
1.1.3
|
Loading…
Reference in a new issue