Releases: aloneguid/bt
Releases Β· aloneguid/bt
4.3.1
- new feature: relative folder path in portable config mode, thanks to @jerome-breton
in #121 - general security/stability maintenance
4.3.0
This version enhances command line support, specifically allowing you to use terminal to list browsers and profiles comfigured in Browser Tamer, get default browser and set default browser. This is useful for scripting and automation. Read more in the documentation.
Overview on YouTube:
4.2.5
- If pipeline processing function written in Lua was not returning any value, BT would stop processing the rules.
- Lua scripts for rule checks were not invoked at all for external links.
- Watch a YouTube video on Lua scripting.
4.2.4
Improvements
- Chromium-based browsers will receive "--no-default-browser-check" parameter when launched. This will prevent the browser from asking to be the default browser, because we all know Browser Tamer is the default browser. We don't need to be reminded of this every time we open a link. Running re-discovery is required for this to be added in. I was listening to you, @oscarorange in #103.
- Prevent config and picker window from flickering in annoying white when first shown. Say goodbye to unintentional light shows! Your eyes will no longer be subjected to the AI's attempt at being a strobe light. Consider this our peace offering.
Cosmetic changes
- Eliminate ImGui warnings in Pipeline debugger. No more ugly warning messages. Our debugger is now as pristine as a freshly cleaned whiteboard.
- Set application test page to a dedicated web page. Finally, the test page gets its own room.
Due to the increasing popularity of Browser Tamer, we now have an official rock ballad you can listen to:
Browser.Tamer.mp4
4.2.3
This release does not change or improve any core functionality and only touches the configuration utility in the following ways:
- Configuration utility now uses built-in system font "Segoe UI".
- Lua script editor uses monospaced font "Consolas".
- Fonts are rendered with "FreeType" rendered which is more accurate and looks better.
4.2.2
Improvements
- Main configuration window can be maximised.
Bugs fixed
- "Launch in chromeless window" was not working for some time.
- "Message from dear IMGUI" error fixed in process picker and dashboard warning.
4.2.1
New
- Zen browser is now automatically detected as Gecko-based browser. Thanks to @vhick in #111.
Improvements
- Rule editor now has a helper function to list currently running processes when working with "Process" rule.
- For people who have a lot of profiles (like @AJolly in #109), tab list is now scrollable, and we have a tab list as well:
- If a browser could not be launched, a system error message is shown with details (#98).
4.2.0
New features:
- Ability to hide profiles, in addition to the browsers (#71). Thanks to @ilapro53 for the idea.
- Picker option "always on top" will make sure picker always shows on top of other windows (off by default).
- Added configuration option to manually invoke Picker when
CAPS LOCKS
is on. - Picker includes an extra menu to the right of browser list, which at the moment has two extra options:
- Copy link to clipboard and close picker.
- Email link with a default email client.
4.1.2
"Close on focus loss" option was not working properly. Thanks to @rp1231.
4.1.1
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.