xpipe/dist/changelogs/9.2_incremental.md

45 lines
2.4 KiB
Markdown
Raw Normal View History

2024-05-11 22:00:36 +12:00
## Fixes
2024-05-09 20:06:13 +12:00
2024-05-11 22:00:36 +12:00
- Fix custom scripts not properly applying
- Fix closing application window while XPipe was saving not properly applying all changes
- Fix race condition when loading file icons
- Fix state corruption of local shell, leading to NullPointers once a shell connection had to be killed
- Fix error handling in case powershell failed to start up
- Fix a corrupted PATH leading to cmd or powershell not being able to be started
- Fix headless system error message not being printed when application failed to start up
- Fix offline licenses not properly applying
- Fix WMClass not being properly set on Linux
- Fix file browser files being dragged into macOS finder creating raw clipboard file
- Fix SSH gateway not updating when choosing key file on another host
- Fix file browser failing to connect if target system did not have id command available
- Fix git share file button not jumping to correct settings menu
2024-05-09 20:06:13 +12:00
2024-05-12 19:08:36 +12:00
## File browser improvements
2024-05-09 20:06:13 +12:00
2024-05-12 19:08:36 +12:00
The file browser has been reworked to support many new keyboard shortcuts, plus the general user experience has been improved:
2024-05-09 20:06:13 +12:00
2024-05-12 19:08:36 +12:00
- There is now a duration estimate when transferring large files
2024-05-09 20:06:13 +12:00
- Files that are right-clicked are now also included in the selection
- The quick access menu will now shift focus properly
- The file list can be navigated with the arrow keys. CTRL and SHIFT can be used to multiple select files
- Any files you drag can now be explicitly moved by holding ALT
2024-05-11 22:00:36 +12:00
- Renaming files will now preserve the selection
2024-05-12 05:43:07 +12:00
- *RIGHT* will open the quick access menu tree for directories
2024-05-09 20:06:13 +12:00
- *CTRL+W* closes the current file browser tab
- *CTRL+SHIFT+W* closes all file browser tabs
- *CTRL+Q* closes the window
- *CTRL+F* will now properly toggle the find text field
- *CTRL+L* will now focus the path location text field
- *ALT+HOME* will go to the file system overview page
- *ALT+H* shows the browsing history
- *ALT-UP* navigates to the parent directory
- *ESCAPE* clears the selection
- *SPACE* shows the context menu for the selection
2024-05-11 22:00:36 +12:00
-
## Git handling improvements
2024-05-09 20:06:13 +12:00
2024-05-11 22:00:36 +12:00
The git error actions have been reworked. In case any merge conflict or similar occurs, the possible actions are now handled better:
- They are properly highlighted to distinguish them from the normal error dialog window
- They now work for all git client localizations
- They are less likely to cause git accidents. Any possible destructive action has to be confirmed now