Skip to content

Releases: lucasnz/BrowserSelect

1.4.4

17 Oct 05:12

Choose a tag to compare

Resolved issues with apply button in settings.

1.4.3

12 Sep 20:52

Choose a tag to compare

Updated help screens to match new filters
Tidied up update checker
Bug fixes:

  • Set default browser for newer versions of Windows
  • Squashed bug selecting a filter row

1.4.2

08 Sep 19:42

Choose a tag to compare

  • add support for O365 safelinks (expand these always)
  • expand shortened urls e.g. adf.ly or goo.gl
    • UI displayed while loading
    • Only follow redirects for known URL shortners (list user configurable)
    • Added a timeout
    • Follow a maximum of 20 redirects
    • User "cancelable"
  • go straight to settings if no URL parameter is received
  • upgraded .net - this resolves some issues (e.g. https errors)
  • updated browser filters rules to be more flexible:
    • Added ability to choose comparitor (Ends with, contains, regex, etc)
    • Added ability to compare domain, HTTP path, or full URL
    • Changed rules to be stored in Json format
    • Added auto import and conversion from old rule format
  • other code clean up/fixes