Releases: wilgaboury/super-speedy-dial
2.3 - Searching
This release has a bunch of general polish being done to the application with the biggest new feature being a fast fuzzy search that can be accessed via the search button or ctrl-F. Here is the complete list of features:
- fuzzy search
- scrollable modals
- buttons can have focus
- better default tile look
- autofocus modal text bar on open
- help modal
- significant improvements to build process
2.2 - The Unreleasable Update
The reason for the name of this update is that I got an email from Firefox telling me they are temporaily blocking my ability to push updates because they couldn't get npm run build
to work (they were using a completely out of date and unsupported version of Node.js 💀). This update, I wanted to really focus improving the look, feel and smoothness of the plugin. The list of major changes include:
- New dark mode theme
- Tile size, gap space, and font size can are all now configurable
- Folder state refreshes automatically, so changes done in another tab to bookmarks will be synced immediately when clicking into an old tab
- Folders now can be deleted
- Redesign of folder and other tile icons
- Correct handling of root folder and bookmarks marked as unmodifiable
2.1 - Working Out the Kinks
First minor version since 2.0! The focus was to fix a ton of the lingering bugs that were introduced when the codebase was rewritten, and add a number of basic usability improvements:
- bookmarks of images now display the image in the tile
- proper handling of svg icons for bookmarks
- fully support private browsing if given permission
- scroll position saves on back/forward
- drag autoscroll (dragging tile to edge of screen will automatically scroll)
- add "open all in folder" context menu item