-
released this
2026-04-27 20:07:03 +03:00 | 0 commits to main since this releasePatch release:
url-action gets an optionalbrowserfield so commands can pick which browser to launch.What's new
- Runtime:
urlaction acceptsbrowser: yandex|chrome|firefox|edge. Resolves viaconfig.BROWSER_PATHS. When omitted — falls back towebbrowser.open(system default). - GUI command constructor: dropdown on URL block (single + multi-step variants).
- Defaults:
open_browser,open_youtube,open_googlenow use Yandex Browser (matching user setup).
Why
v0.3.0 added
urlaction viawebbrowser.openwhich uses the OS default browser. Users who use a non-default browser for specific commands needed an override.Migration
Existing
urlactions withoutbrowserkeep working unchanged. To use a specific browser, addbrowser: <name>to the action.License
CC BY-NC-SA 4.0.
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
0 downloads
- Runtime: