Releases: thomasjbradley/spritebot
Releases · thomasjbradley/spritebot
v1.3.3
v1.3.2
Fixed
- The
viewBox
detection code when attempting for forcewidth
/height
attributes didn’t accommodate decimal places.
v1.1.3
Fixed
- Prevent sprite sheets from getting all their symbols removed because SVGO things they are useless.
- When a sprite sheet is re-dropped the correct symbol list was not being shown—it had older symbols from previous drops listed.
- When saving a sprite sheet Spritebot now remembers the correct folder & filename instead of constantly resetting to the
~/Downloads
folder.
v1.3.0
Added
- Because there is no more “Pretty” toggle, the nav bar looked imbalanced so I added a “Add” button.
- When dropping a file that’s already been processed it is now re-processed instead of ignored.
- When dropping a sprite sheet, the symbols are displayed, can be removed, and merged with other SVGs and sprite sheets.
Changed
- Removed the “Pretty” option and made it so the “Copy” commands all output pretty. Based on user-testing this is the most likely use-case, and the “Pretty” toggle was confusing users.
- Updated all the dependencies.
Fixed
- Removed the
text-decoration
from underneath all the fancy ampersands.
v1.2.2
Changed
- Changed the button focus styles to be more nicely styled and not quite as abrasive.
v1.2.1
Changed
- Signed the app with an Apple Developer Certificate.
Fixed
- Removed duplicate
id=""
attributes from the<svg
tag. - Added some Illustrator fixes to remove all the
data-name=""
attributes from the SVG code. - Prevent the images from being dragged, making the app seem more like a website.
- Fixed a bug when the main window is closed, and multiple files are dropped, only the last one would compress.
v1.2.0
Added
- A menu item for
Copy SVG as “Symbol”
that will always copy a pretty<symbol>
tag with the correct ID.
v1.1.1
Fixed
- The file sizes wrapped sometimes when larger.
v1.1.0
Added
- Added the “Copy SVG Statement” menu item and shortcut for easier coding.
Changed
- Changed the “Copy Sprite Sheet” shortcut to match “Save” instead of copy.
Fixed
- Fixed the menu on Windows.
- Made the app a little wider for better Windows support.
v1.0.1
Remove some accidental debugging code that I left in.