Skip to content

Releases: will-stone/browserosaurus

v10.1.0

04 Jun 22:22
Compare
Choose a tag to compare
  • 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

03 Jun 16:41
1f4131c
Compare
Choose a tag to compare

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

01 Apr 20:12
Compare
Choose a tag to compare
  • remove bouncy animations.

v9.2.0

18 Feb 20:39
Compare
Choose a tag to compare
  • Use react-spring for animations.
  • Change browser hover style.
  • Darker backdrop.
  • Upgrade Electron to 8.0.1

v9.1.0

02 Feb 21:56
Compare
Choose a tag to compare
  • Add Cliqz browser (thanks @mindfulsource).

v9.0.1

18 Jan 19:43
Compare
Choose a tag to compare
  • 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 the open 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 and optCmd. As all browsers are using the same pattern, it makes sense to move this down into the code.

v8.1.2

07 Nov 07:55
Compare
Choose a tag to compare
  • fix: qutebrowser being detected on systems that have qt installed but not qutebrowser (thanks @i0ntempest).

v8.1.1

05 Nov 20:37
Compare
Choose a tag to compare
  • chore: update to Electron v7.1.0

v8.1.0

05 Nov 19:26
Compare
Choose a tag to compare
  • feat: browser apps stored outside /Applications directory can now be detected by Browserosaurus. Closes #150
  • refactor: simplify App state.

v8.0.1

03 Nov 10:18
Compare
Choose a tag to compare
  • feat: updated colours.
  • feat: semi-transparent backdrop.
  • feat: glow shadow hover effect.
  • fix: hover on disabled opt-held browser showing as active.