Skip to content

Releases: will-stone/browserosaurus

v10.12.1

29 Jul 08:16
Compare
Choose a tag to compare
  • Add support for Finicky (thanks @anmull).

Internal:

  • Built using NodeJS v14.
  • Lots of dependency bumps.
  • Replace classcat with clsx. This is apparently faster (not that we're doing anything intense here) and has the same API as classnames, which I missed.
  • Replace FontAwesome Pro with Free-only packages. I wasn't actually using any Pro icons and it added another barrier to contributors who do not have a Pro license.
  • Installed apps are now detected using Sindre Sorhus's app-exists package, which I helped update 😄
  • The component file structure has been updated to a BEM-like style. I find this makes the structure easy to follow without lots/and/lots/of/nested/folders.

v10.11.2

10 Jul 10:41
Compare
Choose a tag to compare
  • Bump a lot of dependencies, including Electron to v9.1.0 and Electron Forge to 6.0.0-beta.52

v10.11.1

03 Jul 07:17
Compare
Choose a tag to compare
  • B will display "Downloading update..." in the status bar when it is... well... downloading an update. Previously this was hidden and you would only know after the fact when the Update button displayed.
  • Fixed a bug with the URL backspacer that would replace a URL hash with null.

v10.11.0: Backspace deletes URL by section

02 Jul 21:06
Compare
Choose a tag to compare
  • Backspace deletes URL bit by bit, separated by symbols eg. #, ?, /, & #228 (thanks @i0ntempest for this suggestion)

v10.10.0

27 Jun 22:25
Compare
Choose a tag to compare
  • Add support for Brave Nightly #219

v10.9.3

26 Jun 08:18
Compare
Choose a tag to compare
  • Fix JavaScript error dialog when not connected to the internet #227

v10.9.2

25 Jun 19:59
Compare
Choose a tag to compare
  • Fix double encoding URLs. Closes #226

v10.9.1

24 Jun 19:53
Compare
Choose a tag to compare
  • Fix issue where Browserosaurus was unable to open a link with multiple query parameters.
  • Under the bonnet, I've moved the renderer's state management from Recoil to Redux. Please let me know if you see anything not working correctly.

v10.9.0

21 Jun 17:07
Compare
Choose a tag to compare
  • Added menu option that allows tiles to be hidden.

v10.8.0

20 Jun 17:20
Compare
Choose a tag to compare
  • Combine the favourite and hotkeys menus into one "tiles" menu. This is in preparation for adding a show/hide preference.
  • Added a sponsor info modal. If you use Browserosaurus in your daily workflow, please consider sponsoring Browserosaurus from $1/month.