mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +00:00
[stage]
This commit is contained in:
parent
12e2679692
commit
65ba63aac2
2 changed files with 25 additions and 2 deletions
25
dist/changelogs/10.2_incremental.md
vendored
25
dist/changelogs/10.2_incremental.md
vendored
|
@ -1 +1,24 @@
|
|||
- Rework UI sizing to allow more content to be shown
|
||||
## File browser improvements
|
||||
|
||||
- Add right click context menu to browser tabs
|
||||
- Add ability to select tabs with function keys, e.g. F1
|
||||
- Add ability to cycle between tabs with CTRL+TAB and CTRL+SHIFT+TAB
|
||||
- Fix some keyboard shortcuts being broken
|
||||
- Fix pressing enter on rename also opening file
|
||||
- Fix right click not opening context menu in empty directory
|
||||
- Fix shell opener in navigation bar being broken, so you can now run programs and shells again from the navigation bar similar to Windows explorer
|
||||
- There is now an always visible loading indicator when a tab is being opened
|
||||
- Add timeout to file jumping functionality when typing a file name that was not found
|
||||
- Remove limitation of only being able to open one system at the time while it is loading
|
||||
|
||||
## Other
|
||||
|
||||
- Rework UI to be more compact and show more connections
|
||||
- Implement native window styling on macOS
|
||||
- Add support for VNC AES-EAX authentication schemes, allowing to connect to more types of VNC servers
|
||||
- Services can now be opened in a browser using either HTTP or HTTPs
|
||||
- You can now create shortcuts to automatically forward and open services in a browser
|
||||
- Improve description for service groups
|
||||
- Publish API libraries to maven central
|
||||
- Show warning when launching PowerShell in constrained language mode
|
||||
- Fix rare NullPointers when migrating an old vault
|
||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
|||
10.2-5
|
||||
10.2-6
|
||||
|
|
Loading…
Reference in a new issue