Releases: lucasnz/BrowserSelect
Releases · lucasnz/BrowserSelect
1.4.4
1.4.3
1.4.2
- 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