Releases: balta2ar/brotab
Releases · balta2ar/brotab
Release 1.4.2
Bump version from 1.4.1 to 1.4.2
- Support config file in
$XDG_CONFIG_HOME/brotab/brotab.env
:
HTTP_IFACE=0.0.0.0
MIN_HTTP_PORT=4625
MAX_HTTP_PORT=4635
This is useful if you want to change interface mediator is binding to.
Release 1.4.1
Bump version from 1.4.0 to 1.4.1
- Better syntax for navigate and update:
bt navigate b.1.862 "https://google.com"
bt update -tabId b.1.862 -url="http://www.google.com"
Release 1.4.0
-
Added "bt navigate" and "bt update" commands
-
Fix "bt open" and "bt new": now they print tab IDs of the created tabs, one per line
Release 1.3.0
Release 1.2.2
- Added Brave Browser support #29
Release 1.2.1
- fix setup.py and add smoke integration tests to build package and run the app
Release 1.2.0
- add "--target" argument to disable automatic mediator discovery and be
able to specify mediator's host:port address. Multiple entries are
separated with a comma, e.g. --target "localhost:2000,127.0.0.1:3000" - add "--focused" argument to "activate" tab command. This will bring browser
into focus - automatically register native app manifest in the Windows Registry when doing
"bt install" (Windows only) - detect user's temporary directory (Windows-related fix)
- use "notepad" editor for "bt move" command on Windows
- add optional tab_ids filter to "bt text [tab_id]" command