v5.29
What's Changed
Version 5.25
- Clearer messages and instructions when uploading files
- Improved error messages that help you understand what went wrong
Version 5.26
- The modal used in the app can now be displayed full-screen
- Some code was cleaned up and made simpler behind the scenes, such as how new collections are initialized and how removing collections works. This helps prevent bugs when collections are added or removed.
- Some small text changes were made for clarity (for example, sorting labels now say “A to Z” instead of “A → Z”).
Version 5.27
- Added a new option in the settings to show or hide SVG Gobbler in the browser’s right-click (context) menu. When enabled, you’ll see an option to launch SVG Gobbler when you right-click on a webpage.
- Updated the user settings to remember this preference.
Version 5.29
- Introduces a confirmation modal for removing collections
- Fix optimize function to use currentString consistently
- Provide a loading state on upload of SVGs from modal
- SVGs can now be bulk optimized in place from the export panel instead of needing to export or download them
Full Changelog: https://github.com/rossmoody/svg-gobbler/compare/v5.24...v5.29