Skip to content

Releases: aloneguid/bt

4.1.2

06 Sep 12:26
Compare
Choose a tag to compare

"Close on focus loss" option was not working properly. Thanks to @rp1231.

Installation instructions.

GitHub Downloads (specific asset, latest release)
GitHub Downloads (specific asset, latest release)

4.1.1

06 Sep 11:16
Compare
Choose a tag to compare

Improvements

  • ⌨️ Keyboard is back, but it's even better now. Picker can be controlled with keyboaard keys. Thanks to @aaronransley.
  • Picker window can be optionally dismissed on focus loss, the option is off by default and can be enabled from the Picker menu. Thanks to @rp1231 in #86.

Installation instructions.

GitHub Downloads (specific asset, latest release)
GitHub Downloads (specific asset, latest release)

4.1.0

04 Sep 13:41
Compare
Choose a tag to compare

New features

  • Introducing Pipeline debugger - a very detailed representation of how BT processes URLs that can be used to understand BT and test how rules and substitutions are applied. Accessible from the Tools menu.
  • BT can write log file to "log.txt" in the same directory as config.ini. This is useful for debugging and understanding how BT processes URLs. Log file is off by default and can be enabled from the General menu.
  • Lua scripting for more advanced url processing and rule matching. This is still a very new feature, therefore some bugs can be expected.

Improvements

  • More URL un-shorteners supported.
  • You can turn pipeline substitutions on and off without deleting substitutions. This is accessible from the "Pipeline" menu.
  • Some pleaces in the UI are getting "online help" hyperlink to a relevant documentation section.

Bugs fixed

  • bt.exe was hanging in the background with no picker UI shown. First seen when invoking from Slack, but could happen in other apps too. Thanks to @maddada in #93.

Installation instructions.

GitHub Downloads (specific asset, latest release)
GitHub Downloads (specific asset, latest release)

Please vote on VirusTotal analysis page if you believe it's safe, it helps to increase the overall AV reputation for small projects like this.

4.0.3

01 Aug 10:47
Compare
Choose a tag to compare

New features:

  • Browser Tamer now has AI. When you click on a link, it does predict which browser you want to open it in. This is based on what you have configued to open in the configuration window.
  • Browser tamer can now predict time using sophisticated AI algorithms. We know what time it will be in 5 minutes, and we can predict it with 100% accuracy. You don't need GPU or AI chip for this to work and BT still utilizes 0% of your CPU.

Improvements:

  • UX: Picker menu makes it clear which mouse button to click (thanks to @rp1231 in discussion #85).
  • UX: Picker would not show in the taskbar (reported by @maddada in #88).
  • UX: Picker window will not resize itself, but rather ergonimically reposition browsers and profiles depending on selection. This is because jumping window size was annoying and caused some health issues for some users with epilepsy.
  • Brower Tamer will now use native Windows OS window chrome instead of custom ones. This is to make it more consistent with the rest of the system and to avoid some issues with other tools that rely on native window chrome. The chrome will also adopt to the Browser Tamer theme you have selected i.e. it will be dark or light depending on your theme prevalence.

Some screenshots of the changes:

bt_chrome1 bt_chrome2

Installation instructions.

GitHub Downloads (specific asset, latest release)
GitHub Downloads (specific asset, latest release)

Please vote on VirusTotal analysis page if you believe it's safe, it helps to increase the overall AV reputation for small projects like this.

Bonus

Current versions of Browser Tamer in use at the moment of this release:

image

4.0.2

18 Jul 10:11
Compare
Choose a tag to compare

Fixed a bug where picker would not show up if it was configured to be shown on conflict or always. Thanks to @Mythrix in #40.

Installation instructions.

GitHub Downloads (specific asset, latest release)
GitHub Downloads (specific asset, latest release)

4.0.1

16 Jul 11:33
Compare
Choose a tag to compare
  • Browsers installed via Windows Store (Firefox) are automatically detected and added to the list.
  • Arc browser is fully supported.
  • visual appeal: firefox/chromium autodetected browsers are now displayed with a different icon.

Installation instructions.

4.0.0

08 Jul 15:07
Compare
Choose a tag to compare
  • Multiple picker hotkeys can be configured, you can even turn them all on at the same time.
  • "URL tester" is now built into main configuration window and highlights matched browsers, profiles and rules. This is to avoid confusion and make it more ergonomic.
  • Redesigned menu structure, moving items where they belong.
  • URL Picker is completely rewritten. Browsers and profiles are now listed as a tree view, removing the need to sort flat list by some means like popularity or user-defined order.
  • You can assign your own custom icon to custom defined browsers.
  • You can assign your own custom icon to browser profiles or firefox containers.
  • Added three new UI themes - "Darcula", "Steam" and "DUCK RED".
  • UI Theme selector has two-color half-square preview icon.
  • Updates to latest version of ImGui and MSVC compiler.

3.7.3

05 Feb 12:05
Compare
Choose a tag to compare

New feature

  • Added support for opening links in "no container" in Firefox container mode. Thanks to @benaduggan in #69.
  • LibreWolf is now recognized as a Firefox-compatible browser.

Installation instructions.

VirusTotal Scans

GitHub Downloads (specific asset, specific tag)
GitHub Downloads (specific asset, specific tag)

Please vote and comment on VirusTotal to white-list this virus-free project. Note that at this point only "bad" antiviruses detect BT as PUA, all the reputable ones are happy with it.

3.7.2

02 Feb 18:43
Compare
Choose a tag to compare

Bugs fixed

  • Latest version of Firefox omits ':' character from the URL when it's passed to the browser. This was causing BT to not be able to open URLs from Firefox. Thanks to @jnv in #68.
  • Chrome incognito mode was not working due to a bug in the way BT was passing arguments to the browser. Thanks to @magesh-memorres in #66.

Installation instructions.

3.7.1

01 Feb 11:07
Compare
Choose a tag to compare

Improvements

  • Hopefully fixed browser being backgrounded for some users (#39).

Installation instructions.