Skip to content

Releases: thomasjbradley/spritebot

v1.3.3

28 Nov 17:54
Compare
Choose a tag to compare

Changed

  • Updated some dependencies (Electron, Handlebars).

Fixed

  • Fixed a bug with SVGs that used xlink:href internally—they weren’t being processed properly.
  • Fixed a bug where the SVG queue wasn’t reset properly when all the files where cleared from the interface.

v1.3.2

30 Aug 23:39
Compare
Choose a tag to compare

Fixed

  • The viewBox detection code when attempting for force width/height attributes didn’t accommodate decimal places.

v1.1.3

24 Jul 20:36
Compare
Choose a tag to compare

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

21 Jul 21:14
Compare
Choose a tag to compare

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

22 Mar 19:58
Compare
Choose a tag to compare

Changed

  • Changed the button focus styles to be more nicely styled and not quite as abrasive.

v1.2.1

12 Feb 02:01
Compare
Choose a tag to compare

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

13 Jan 18:45
Compare
Choose a tag to compare

Added

  • A menu item for Copy SVG as “Symbol” that will always copy a pretty <symbol> tag with the correct ID.

v1.1.1

02 Jan 16:13
Compare
Choose a tag to compare

Fixed

  • The file sizes wrapped sometimes when larger.

v1.1.0

18 Dec 17:37
Compare
Choose a tag to compare

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

18 Dec 02:12
Compare
Choose a tag to compare

Remove some accidental debugging code that I left in.