Skip to content

Releases: will-stone/browserosaurus

v3.0.2

16 Mar 12:16
Compare
Choose a tag to compare
  • fix: Firefox Developer Edition not showing.
  • fix: system is beeping when dismissing the picker with escape key (on some machines).
  • fix: cancelling picker doesn't give back full focus to previous window.

v3.0.1

06 Mar 22:32
Compare
Choose a tag to compare
  • remove dependency of xml2json which in turn removes a dependency on an unsafe version of moment.js

v3.0.0

28 Feb 16:26
Compare
Choose a tag to compare

Phew! A nearly-complete rewrite of the whole app. This release brings in some visual polish, using the brilliant Blueprint UI toolkit by Palantir Technologies. Whilst most other changes will be behind-the-scenes, it means that the app will be easier to update with new features.

  • Refreshed UI using Blueprint.
  • Less blue - more green! After all, Broweserosaurus is a dinosaur and not a Smurf.
  • The top-most browser is the default and can be opened using the enter key. Closes #34.
  • Logo in About tab links to the Browserosaurus homepage. Closes #36.
  • Preferences includes a "rescan for browsers" button. Use this if you add or remove a browser and want to update Browserosaurus's list without restarting the app. Note: detection of browser changes cannot be done automatically without polling which would be CPU intensive. This is a happy compromise. Closes #28.

For those interested in the code:

  • Renderers now use React. I am a React dev by trade and this will make it easier for me to maintain going forward. Closes #37.
  • Blueprint components have been used where possible to limit the amount of bespoke code required.
  • SASS added for the compilation of Blueprint (primary colour change to green).
  • Please note I still need to go back over and ensure all JSDoc comments are up-to-date, but the code should be fairly straight forward to follow.

v2.0.0

14 Jan 18:16
e357768
Compare
Choose a tag to compare
  • Unified look between picker and preferences windows.

  • Removed about-window package and created bespoke About tab in preferences window (use menubar icon's menu to find preferences).

  • About tab in preferences also now includes an update checker. If an update is found, a button will show that when clicked directs you to the latest release page on GitHub.

  • The code has been restructured, tidied, and inline documentation improved. In other words: a near complete rewrite!

v1.3.1

14 Dec 13:47
Compare
Choose a tag to compare
  • Preference window now cannot be maximised or minimised.
  • Preference window now always on top, until closed.
  • Fix: Error if picker window closed with cmd-w and then reopened.

v1.3.0

14 Dec 13:12
Compare
Choose a tag to compare
  • Browsers now sortable in preferences (using drag handle).

v1.2.0

13 Dec 21:43
Compare
Choose a tag to compare
  • New preferences window (found in menubar icon menu) allows you to disable/enable browsers.

v1.1.0

12 Dec 19:04
Compare
Choose a tag to compare
  • Upgrade electron-forge and use yarn.
  • Window now all black (#111111 to be precise).
  • Window shows immediately; no more slide-down effect.
  • Slight drop-shadow on Window so it is more obvious that it sits above all other windows.
  • General code clean-up.

v1.0.6

16 Nov 21:12
Compare
Choose a tag to compare
  • compile to dmg

v1.0.5

16 Nov 20:56
Compare
Choose a tag to compare
  • Fix: compiled version very bloated. Updated electron-forge dependencies seemed to sort out the problem.