Skip to content

Releases: effortlessmountain/ironsworn-asset-workbench

Improved footer

03 Aug 06:07
Compare
Choose a tag to compare

This is a small release: an updated footer, removal of some dead code, and putting the Type field above the Asset Name field in the editor.

Non-Regular Font Styles and Smoother Boundaries

23 Jul 15:50
Compare
Choose a tag to compare
  • Non-Regular google font styles are now supported.
  • The top bar, border, and icon circle are now a background SVG, which removes the artifacting around their boundaries that was present on export.
  • Animations & UI polishing!

0.9.0 - The Collection Update

20 Jul 20:03
e789754
Compare
Choose a tag to compare

This update adds support for multiple assets.

v0.8.2 - Font size fixes

24 May 20:57
Compare
Choose a tag to compare

Font size inputs should behave better now, and properly update in the preview.

v0.8.1 - fix padding on Export view

05 May 04:16
Compare
Choose a tag to compare
(#9) fix padding in Export view

v0.8.0 - Friendlier UI

05 May 00:07
Compare
Choose a tag to compare

The UI is now much friendlier! There is also basic support for localstorage so that one's asset doesn't disappear forever upon refresh. BIG caveat: if an example asset is chosen and then edited in ANY way, then it'll overwrite whatever was in localstorage.

v0.7.1 - font bug fix

20 Apr 22:59
Compare
Choose a tag to compare

Fixes an issue when the default was not being used when font size was specified for an asset, but not font name.

v0.7.0 - Download & Preview(formerly Download) buttons

20 Apr 22:33
Compare
Choose a tag to compare

It's now possible to download an image version of the asset directly instead of having to preview and then right-click. Also, if there's invalid JSON in the textarea when Update is clicked, a popup will tell you instead of silently fail.

v0.6.1 - fix for icon name & author when upgrading document versions

19 Apr 23:48
Compare
Choose a tag to compare
copy over icon name and author when upgrading document versions

v0.6.0 - SVG import, Chrome image fix, & under the hood changes

19 Apr 23:34
948d8e1
Compare
Choose a tag to compare

SVGs can now be imported via a file dialog. The asset icon in Chrome should no longer be malformed. The app now is written with Typescript and is (partially) powered by React, with the rest to be migrated in the near future.