Releases: will-stone/browserosaurus
Releases · will-stone/browserosaurus
v10.12.1
- Add support for Finicky (thanks @anmull).
Internal:
- Built using NodeJS v14.
- Lots of dependency bumps.
- Replace
classcat
withclsx
. This is apparently faster (not that we're doing anything intense here) and has the same API asclassnames
, 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
- Bump a lot of dependencies, including Electron to v9.1.0 and Electron Forge to 6.0.0-beta.52
v10.11.1
- 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
- Backspace deletes URL bit by bit, separated by symbols eg. #, ?, /, & #228 (thanks @i0ntempest for this suggestion)
v10.10.0
v10.9.3
v10.9.2
v10.9.1
- 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
- Added menu option that allows tiles to be hidden.
v10.8.0
- 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.