Releases: will-stone/browserosaurus
v20.0.2
What's Changed
- chore(deps): bump got and electron by @dependabot in #598
- chore(deps): bump minimatch and @electron/universal by @dependabot in #597
- fix: correct the name for the Brave Beta browser by @ryanfowler in #609
- fix: incorrect app count in prefs after an app is uninstalled #606
New Contributors
- @ryanfowler made their first contribution in #609
Full Changelog: v20.0.1...v20.0.2
v20.0.1
What's Changed
- fix: Firefox Developer Edition name by @nihaals in #600
- fix: names for two browsers (Safari Technological Preview and Tor Browser) by @i0ntempest in #601
Full Changelog: v20.0.0...v20.0.1
v20.0.0
What's Changed
- refactor: use app names for detection by @will-stone in #593
This release changes the way Browserosaurus looks for supported apps on your machine, which will hopefully be both quicker and more reliable. Previously, Browserosaurus relied on Spotlight's index being available, in order to check supported app IDs, and would keep retrying if it received nothing. However, as noted by a few people in the issues, Spotlight sometimes returns a partial index and there's no way to know it's not complete without polling it (which is not good form). So, with the great help from @mreid-tt, Browserosaurus now simply looks to see which apps you have installed in your /Applications
folder, and cross-references that against the inbuilt list of supported browsers.
Please note a couple of things:
- The old config and the new config simply aren't migrate-able: the old way relied on app bundle IDs, and the new method uses app names. Therefore you will have unfortunately lost your custom config, but I hope you find the GUI preferences easy to use and can get back to your setup with ease.
- There may be some app names which aren't quite the same as were previously stored in the supported apps list. Without installing each app, I have no way of knowing if they are correct (and there are quite a few apps in Browserosaurus' list now!). Please raise issues or pull-requests if the name isn't correct and your app isn't being picked up by Browserosaurus.
Full Changelog: v19.3.3...v20.0.0
v19.3.3
Full Changelog: v19.3.2...v19.3.3
v19.3.2
Full Changelog: v19.3.0...v19.3.2
v19.3.0
- Removed unsupported Mighty browser.
Full Changelog: v19.2.0...v19.3.0
v19.2.0
What's Changed
- docs: update
urlTemplate
toconvertUrl
by @nihaals in #571 - feat: add Opera Crypto by @dn-l in #575
- chore: upgrade to electron forge 6 (stable) by @will-stone in #583
- feat: add support for Discord by @nihaals in #570
- chore(deps): bump loader-utils from 2.0.2 to 2.0.3 by @dependabot in #584
New Contributors
Full Changelog: v19.1.0...v19.2.0
v19.1.0
v19.0.1
Technically this should have been a minor release; may the semver gods smite me down!
What's Changed
- feat: add official Slack app from macOS AppStore by @sfeuga in #558
- feat: add support for SigmaOS browser by @vimercati-samir in #560
- fix: icons should now display for users on M CPU chips that don't have Rosetta 2 installed
New Contributors
- @vimercati-samir made their first contribution in #560
Full Changelog: v19.0.0...v19.0.1