Releases: will-stone/browserosaurus
Releases · will-stone/browserosaurus
v10.1.0
- Customise your keyboard shortcuts... yes you read that right; it's taken 10 major versions but the new architecture in v10 has finally allowed me to add this much requested feature. Simply click the keyboard button in the status bar.
v10.0.0
A new major release! This is a fairly dramatic change to Browserosaurus which consolidates all its functionality into a central window. The new architecture and UI will hopefully allow me to add new functionality more easily.
- Open Browserosaurus picker simply by clicking on the menu-bar "B" icon.
- Browserosaurus will now only check that it is the default browser on first run. This allows you, for example, to use a URL rules app and point it to Browserosaurus whilst not being nagged by the pop-up on each startup.
- Browserosaurus will now keep a small history of clicked links, meaning you won't lose a link if you dismiss Browserosaurus before having a chance to see it.
- Better support for multi-workspace layouts.
- No more forced updates. Browserosaurus will now only check to see if an update is available, leaving it up to you if/when you download it.
On that last point, in the coming days I will release a version of v9 that has the auto-updater removed, so that you may continue to use the unsupported legacy version if you wish.
This has been a massive rewrite and I hope you enjoy using the new version as much as I've enjoyed coding it.
v9.3.0
- remove bouncy animations.
v9.2.0
- Use
react-spring
for animations. - Change browser hover style.
- Darker backdrop.
- Upgrade Electron to 8.0.1
v9.1.0
- Add Cliqz browser (thanks @mindfulsource).
v9.0.1
- feat: update Polypane icon (thanks @Kilian).
- feat: added Microsoft Edge and set 'e' hotkey to this stable version, removing it from the beta browser.
- feat: all browsers can now use the open-in-background switch, by holding opt/alt and clicking the browser or pressing the hotkey. This does not guarantee that it'll work. All this does is turn on the
-g
"Does not bring the application to the foreground" switch of theopen
command. If it does not work with a browser please log an issue on their respective support channel. - feat: added Opera Developer.
- feat: added Opera Beta.
- feat: upgrade to Electron 7.1.9
- fix: app icon showing in recent apps in macOS dock (thanks @houndtt for the in-depth analysis there).
- refactor: I have recently created myself a rather strict ESLint config and have applied that to the app. This meant a little refactoring but hopefully for the better 🤓
- refactor: the config for each browser no longer requires a
cmd
andoptCmd
. As all browsers are using the same pattern, it makes sense to move this down into the code.
v8.1.2
- fix: qutebrowser being detected on systems that have qt installed but not qutebrowser (thanks @i0ntempest).
v8.1.1
- chore: update to Electron v7.1.0
v8.1.0
v8.0.1
- feat: updated colours.
- feat: semi-transparent backdrop.
- feat: glow shadow hover effect.
- fix: hover on disabled opt-held browser showing as active.