• v0.4.1 53678fbdfa

    DmitryBykov-ISPO released this 2026-04-27 20:07:03 +03:00 | 0 commits to main since this release

    Patch release: url-action gets an optional browser field so commands can pick which browser to launch.

    What's new

    • Runtime: url action accepts browser: yandex|chrome|firefox|edge. Resolves via config.BROWSER_PATHS. When omitted — falls back to webbrowser.open (system default).
    • GUI command constructor: dropdown on URL block (single + multi-step variants).
    • Defaults: open_browser, open_youtube, open_google now use Yandex Browser (matching user setup).

    Why

    v0.3.0 added url action via webbrowser.open which uses the OS default browser. Users who use a non-default browser for specific commands needed an override.

    Migration

    Existing url actions without browser keep working unchanged. To use a specific browser, add browser: <name> to the action.

    License

    CC BY-NC-SA 4.0.

    Downloads