Releases: will-stone/browserosaurus
Releases · will-stone/browserosaurus
v5.4.0
v5.3.1
- fix: crash on some machines when trying to retrieve installed apps (thanks github.com/pandermatt)
v5.3.0
v5.2.5
v5.2.4
- testing updater
v5.2.3
- testing updater
v5.2.0
- Add auto-updater.
v5.1.1
- use
will-change
for smoother animations.
v5.1.0
- Blue bar scales-down and fades in.
- Picker scales and fades-in from corner nearest mouse.
- Lots of optimisations, including:
- Remove react-spring in favour of basic CSS approach.
- Removed styled-components in favour of standard CSS.
- Upgraded TS and immer again, now that Styled Components isn't there to slow down VSCode.
v5.0.0
- Rewrite in TypeScript.
- The placement logic has been completely rewritten. Instead of making the Electron window the size of the browser buttons and placing it near the mouse, the window is now the size of the whole workspace (transparent) and the picker window is purely virtual, within the browser window. This allows for the placement to be done using browser mouse events.
- Everything has been stripped back to bare essentials:
- No more preferences pane. It added unneeded complexity to maintaining the whole app.
- All browsers shown. Despite there now being no way of disabling a browser, the more compact design should mean this won't matter.
- Favourite browser can now be set from the tray menu. Doing so, sets the browser as the closest to the mouse and doubles its size so it's easier to click.
- The about menu, now accessed from the tray menu, uses Electron's inbuilt
showAboutPanel
. Again, this means one less thing to maintain. - URL shown at top of workspace in blue bar.
- New website, new domain! https://browserosaurus.com
I decided to bite the bullet and get an Apple Developer account. This means the release is now signed and bug #77 is officially fixed. However, this now means I incur a yearly cost of £79. Therefore, please consider a donation if you use the app. Thanks.