Skip to content

Releases: aloneguid/bt

3.4.2

18 Aug 10:34
Compare
Choose a tag to compare

Bug fixed - picker was always defaulting to "chomeless window". Thanks to @danarnold in #20.

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.4.1

03 Aug 10:21
Compare
Choose a tag to compare

Bug fixed - when editing rule, you could not jump to next edit box with tab or previous with shift+tab.

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

Some antiviruses detect BT as a trojan, virus and so on when in fact they are all false-positive. Note that nowadays only smaller vendors do! Please vote on VirusTotal as this help to improve overall detecting rating.

3.4.0

03 Aug 10:05
Compare
Choose a tag to compare

New

  • When editing browser profiles, you can optionally add your own custom arguments to pass to the browser (see extra args). Thanks to @AJolly for the idea.
  • URL Picker has an option to turn off recording of "popularity".
  • Documentation website is now live. It's small and simple, but allows to add more structured content, unlike blog pages.
  • Ability to hide browsers from configuration window was added. This affects both configuration and picker, so you won't see browsers you are not interested in.
  • Rules can be reordered by simply pressing ⬆️ or ⬇️ keys on the keyboard. Thanks to @maluht for the idea in #13.
  • When editing rule, you can jump to next edit box with tab or previous with shift+tab.
  • Status bar shows number of browsers, profiles, and configured rules.
  • GitHub releases publishes SHA-256 checksums.

Improvements

  • Updating custom browser name will also update it in browser list as you type.
  • Other cosmetic pedantic improvements.

Bugs Fixed

  • Picker would not work if you enable "frameless window" but pick a browser that does not support this feature. Browser list now also indicates if browser supports frameless feature. Thanks to @D3XX3R in #20.
  • Tray icon tooltip was not displaying. It should have shown application name and version number.

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.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.