Skip to content

Releases: balta2ar/brotab

Release 1.4.2

29 May 17:31
Compare
Choose a tag to compare

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

29 May 16:21
Compare
Choose a tag to compare

Bump version from 1.4.0 to 1.4.1

Release 1.4.0

29 May 14:06
Compare
Choose a tag to compare
  • 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

02 Jun 20:56
Compare
Choose a tag to compare
  • Added "bt html" command #31, #34

Release 1.2.2

05 May 06:28
Compare
Choose a tag to compare
  • Added Brave Browser support #29

Release 1.2.1

19 Feb 19:40
Compare
Choose a tag to compare
  • fix setup.py and add smoke integration tests to build package and run the app

Release 1.2.0

16 Feb 14:16
Compare
Choose a tag to compare
  • 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