Skip to content

Releases: will-stone/browserosaurus

v6.0.1

16 Jun 10:06
Compare
Choose a tag to compare
  • fix: regression. Did not include Edge Dev support in v6 (#106).

v6.0.0

15 Jun 22:39
ae79d23
Compare
Choose a tag to compare

The changes are mainly internal refactors:

  • Moved to Electron Forge v6 (from v5). This is currently in beta but seems to be fairly stable at the moment. It brings the benefit of using webpack which means...
  • Browser logos importing using npm (closes #97).
  • Packaged size now smaller.
  • Moved back to using Styled Components. My webpack skills are lacking and I couldn't get it to play nice with CSS. This seemed like an easy solution and gave me the chance to play with Styled System too.

v5.6.0

13 Jun 20:23
2ff3523
Compare
Choose a tag to compare
  • Removed About window: moved version number to tray.
  • Slightly sped-up returning focus to previous (opening) window.

v5.5.1

12 Jun 21:33
Compare
Choose a tag to compare

An attempt to fix #101 (picker not opening at mouse position). Only time will tell, fingers crossed 🤞

v5.5.0

12 Jun 21:09
Compare
Choose a tag to compare
  • Add Edge Dev browser (thanks @fullstack-to)

v5.4.6

10 Jun 06:55
Compare
Choose a tag to compare
  • fix: sometimes opens two tabs

v5.4.5

31 May 22:24
Compare
Choose a tag to compare
  • put updater back in.

v5.4.3

16 May 21:12
Compare
Choose a tag to compare

Roll back test for restart-on-update fix (didn't work).

v5.4.2

16 May 20:55
Compare
Choose a tag to compare

Testing update restart.

v5.4.1

16 May 20:41
Compare
Choose a tag to compare
  • This should fix an issue where the app does not restart after an update. (We won't know until the update after this).