What's Changed
Allow selecting files without extensions in script file picker
- Previously, the file picker only allowed selecting files with known script extensions (.sh, .py, .js, etc.)
- Now supports selecting executable files without extensions (e.g. compiled scripts, binaries)
- Applies to both task editor and template editor file choosers
更新内容
脚本文件选择器支持无扩展名文件
- 之前文件选择器只能选择已知脚本扩展名的文件(.sh、.py、.js 等)
- 现在支持选择无扩展名的可执行文件(如编译后的脚本、二进制文件)
- 任务编辑器和模板编辑器的文件选择器均已更新
Full Changelog: v1.1.7...v1.1.8