mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
Update changelog [stage]
This commit is contained in:
parent
d3f4bd3044
commit
822cab45e7
2 changed files with 7 additions and 2 deletions
7
dist/changelogs/8.6_incremental.md
vendored
7
dist/changelogs/8.6_incremental.md
vendored
|
@ -4,5 +4,10 @@ There is now the possibility to use XPipe professional for free for students and
|
|||
|
||||
## Other changes
|
||||
|
||||
- Fix passwords not being properly supplied to some CLI programs like ssh or git on older Linux systems if xpipe was started from a terminal. The programs prompted the parent terminal session instead of the xpipe askpass. This is now fixed by calling setsid.
|
||||
- Add new quick access context menu for directories in the file browser. This allows you to quickly navigate into a directory structure
|
||||
- Fix passwords not being properly supplied to some CLI programs like ssh or git if xpipe was started from a terminal. The programs prompted the parent terminal session instead of the xpipe askpass. This is now fixed by calling setsid.
|
||||
- Fix elevation prompt requiring unnecessary confirmation the first time when the setting to always require elevation confirmation was active
|
||||
- Fix error messages being wrong when an external application could not be found
|
||||
- Fix browser transfer progress not showing MBs after more than 1GB had been transferred
|
||||
- Fix browser file icons sometimes getting mixed up after a change
|
||||
- Improve file browser display performance
|
||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
|||
8.6
|
||||
8.6-2
|
||||
|
|
Loading…
Reference in a new issue