Skip to content

Commit

Permalink
update readme and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Sep 20, 2023
1 parent 678e1c4 commit 21fea01
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,13 @@ jobs:
bin/*.msi
bin/*.zip
bin/*.sha256.txt
body_path: final_notes.md
body_path: final_notes.md

- name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v4
with:
vt_api_key: ${{ secrets.VT_API_KEY }}
files: |
bin/bt-${{ env.VERSION }}.zip
bin/bt-${{ env.VERSION }}.msi
update_release_body: true
5 changes: 4 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@
- Support for incognito mode / tor mode.
- Add your own, custom browser or application customised with any parameters you want.
- Rule-based redirect based on matching inside entire URL, domain, or path. This can be a simple case-insensitive substring or a regular expression.
- Rule-based redirect based on [window title and process name](https://aloneguid.github.io/bt/rules.html#matching-locations).
- Assign rule priorities.
- Support for [shortened URLs](https://aloneguid.github.io/bt/url-processing.html#un-shortening).
- **[Extensions](https://aloneguid.github.io/bt/browser-extensions.html)** to integrate with Chrome, Edge, Firefox, or any Chromium-based or Firefox-based browser (Opera, Vivaldi, Brave, Waterfox etc.). ![Mozilla Add-on Version](https://img.shields.io/amo/v/browser-tamer)
- Support for [Office 365 link unwrapping](https://aloneguid.github.io/bt/url-processing.html#office-365-link-unwrapping).
- **[Extensions](https://aloneguid.github.io/bt/browser-extensions.html)** to integrate with Chrome, Edge, Firefox, or any Chromium-based or Firefox-based browser (Opera, Vivaldi, Brave, Waterfox etc.).
[![Chrome Web Store Version](https://img.shields.io/chrome-web-store/v/oggcljknmiiomjekepdoindjcpnpglnd)](https://chrome.google.com/webstore/detail/browser-tamer/oggcljknmiiomjekepdoindjcpnpglnd) [![Mozilla Add-on Version](https://img.shields.io/amo/v/browser-tamer)](https://addons.mozilla.org/eu/firefox/addon/browser-tamer/)

- Open links in ["chromeless (frameless)" window](https://aloneguid.github.io/bt/rules.html#frameless-windows).
- Optional [audit](https://aloneguid.github.io/bt/config-basic.html#audit) of rule hits to a csv file.
Expand Down
8 changes: 4 additions & 4 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

### New

- You can create rules based on application title and process name.
- URL picker displays extra metadata if known: process name and window title.
- You can create rules based on [application title and process name](https://aloneguid.github.io/bt/rules.html#matching-locations).
- URL picker displays extra metadata if known: [process name and window title](https://aloneguid.github.io/bt/picker.html).
- Added support for [Thorium Browser](https://thorium.rocks/) (#43 for @paz)

### Improvements

- Picker is shown on the monitor of the source application instead of always defaulting to main monitor, thanks to @mahoromax in #42.
- Picker allows selecting first 10 browsers with a number key, thanks to @coromd for the idea in #38!
- Picker is shown on the monitor 💻 of the source application instead of always defaulting to main monitor, thanks to @mahoromax in #42.
- Picker allows selecting first 10 browsers with a 🔢 number key, thanks to @coromd for the idea in #38!
- Theming improvements:
- Better dark theme.
- Theme switching was leaving some colours from the old theme.
Expand Down

0 comments on commit 21fea01

Please sign in to comment.