Skip to content

Releases: aloneguid/bt

3.3.1

16 Jul 21:59
Compare
Choose a tag to compare

New!

Rule hits can can be optionally recorded to a CSV file (off by default). To enable, check Settings->Log Rule Hits to File. This creates hit_log.csv which you can open from the File menu. Feature is useful for recording your activity for further analysis to exporting to some analytical engine.

Bugs Fixed

  • Config window was not deleted from memory after closing it.
  • Update check was happening on every start instead of every 24 hours.

There are installation instructions available if you need them. I also have optional integration extensions for Chromium, Edge and Firefox.

I hope you enjoy this release. Feel free to raise issues or start discussions.

If you like this project, please star it 🌟. It really helps.

And if you really like this project, please

It helps more than you can imagine! ;)

3.3.0

11 Jul 16:07
Compare
Choose a tag to compare

New

Improvements

  • config.ini is slightly simpler - removed open_cmd and vdf keys as they are not required anymore.
  • Browser profiles are sorted by the order they appear in the browser itself instead of alphabetically.
  • Chromium browsers have a convenience toolbar button that links to browser store to download optional integration extension.
  • Visual: "incognito" modes are marked with a visual icon.
  • Firefox: profile discovery skips default profile which is intended for some kind of alpha testing and has no meaning to a normal user. default-release profiles is now displayed as Primary as this is exactly what it is.
  • Infrastructure: release notes are removed from application code and replaced by a link to GitHub to avoid duplication and gradually increasing application size as they grow.

Bugs Fixed

  • health check: if BT is installed as browser but to a different directory than you are launching from, validation was still succeeding.
  • health check: status icon was not updating after health is fixed from dashboard.

There are installation instructions available if you need them. I also have optional integration extensions for Chromium, Edge and Firefox.

I hope you enjoy this release. Feel free to raise issues or start discussions.

If you like this project, please star it 🌟. It really helps.

And if you really like this project, please

It helps more than you can imagine! ;)

3.2.0

04 Jul 11:01
Compare
Choose a tag to compare

New Features

  • Rules can trigger opening browser in 'app mode' - borderless, frameless window. Only available for Chromium browsers.

Improvements

  • Visual improvement of the rule editor, making it look less busy.
  • URL Tester visual improvement
  • URL Picker visual improvement - buttons moved to the top, and added option to open in frameless mode
  • Added shortcut button to open URL tester next to rule definitions

Bugs Fixed

  • URL matching by domain only would sometimes detect wrong protocol.
  • Adding rule from URL picker was ignored.

There are installation instructions available if you need them.

I hope you enjoy this release. Feel free to raise issues or start discussions. And if you really like this project, please

It helps more than you can imagine! ;)

3.1.7

03 Jul 11:45
Compare
Choose a tag to compare

New Features

  • You can run in truly portable mode (where config.ini is stored alongside bt.exe) by creating an empty '.portable' file in the same directory. Thanks to @maluht in #6.

Improvements

  • Various code stability improvements
  • Added 'Add' button to the main UI, to emplasise you can add your custom browser. Previously it was available only from the File menu.

Bugs Fixed

  • BT would crash on start of configuration window for new installations due to expecting at least one browser to be registered.

There are installation instructions available if you need them.

I hope you enjoy this release. Feel free to raise issues or start discussions. And if you really like this project, please

It helps more than you can imagine! ;)

3.1.6

29 Jun 11:22
Compare
Choose a tag to compare

New Features

  • Rules can have priorities in case multiple browsers match with similar rules.

Improvements

  • Added automation test suite based on Google Test. For you it means the app gets more rock-solid.

Bugs Fixed

  • Invalid behavior when matching empty URL or empty rule.

There are installation instructions available if you need them.

I hope you enjoy this release. Feel free to raise issues or start discussions. And if you really like this project, please

It helps more than you can imagine! ;)

3.1.5

27 Jun 09:01
Compare
Choose a tag to compare

Improvements

  • BT does not check if browser process is running anymore, to avoid listing system processes which AVs don't like.
  • Some UI icons updated

3.1.4

27 Jun 08:10
Compare
Choose a tag to compare

Bugs Fixed

  • Configuration editor did not properly read scope of matching.

3.1.3

26 Jun 15:44
Compare
Choose a tag to compare

New Features

  • Added ability to restrict rule matching to everything (default), domain, or path.

3.1.2

26 Jun 11:09
Compare
Choose a tag to compare

New Features

  • Autoshutdown feature removed as not an important function of this app

3.1.1

26 Jun 10:37
Compare
Choose a tag to compare

New Features

  • This is the first fully open-source version, where all the code and releases are published in the open on GitHub.

Improvements

  • To avoid distractions, CPU/Memory/Framerate debug info moved to about window

Bugs Fixed

  • update check will only occur every 24 hours