mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 15:10:23 +00:00
Update changelog
This commit is contained in:
parent
3996d330a6
commit
1140267809
1 changed files with 5 additions and 3 deletions
8
dist/changelogs/10.3_incremental.md
vendored
8
dist/changelogs/10.3_incremental.md
vendored
|
@ -1,15 +1,17 @@
|
|||
## Scripting improvement
|
||||
## Scripting improvements
|
||||
|
||||
The scripting system has been reworked in order to make it more intuitive and more powerful.
|
||||
The scripting system has been reworked in order to make it more intuitive and powerful.
|
||||
|
||||
The script execution types have been renamed, that documentation has been improved, and a new execution type has been added.
|
||||
The script execution types have been renamed, the documentation has been improved, and a new execution type has been added.
|
||||
The new runnable execution type will allow you to call a script from the connection hub directly in a dropdown for each connection when the script is active.
|
||||
This will also replace the current terminal command functionality, which has been removed.
|
||||
|
||||
Any file browser scripts are now grouped by the scripts groups they are in, improving the overview when having many file browser scripts.
|
||||
Furthermore, you can now launch these scripts in the file browser either in the background if they are quiet or in a terminal if they are intended to be interactive.
|
||||
When multiple files are selected, a script is now called only once with all the selected files as arguments.
|
||||
|
||||
## Other
|
||||
|
||||
- Fix download move operation failing when moving a directory that already existed in the downloads folder
|
||||
- Enable ZGC on Linux and macOS
|
||||
- Some small appearance fixes
|
Loading…
Reference in a new issue