Releases: lekevicius/assetpress
Releases · lekevicius/assetpress
2.2.0
- Almost a complete rewrite of all modules. AssetPress is more modular, stable and extensible.
- Reworked commandline options.
- Workflows now support clean mode that erases previous directory. Default is not clean.
- New command line flag
--git-no-push
and optiongitNoPush
. Will not push created git commit. - Fixes for Apple Watch config.
- Size warnings: AssetPress warns if some assets are incorrect size or missing resolutions.
2.1.0
- Allows passing workflow as inline object via
--workflow
flag. Value is a JSON string. - Fixes rimraf bug
2.0.0
- AssetPress Workflow. AssetPress can now read .assetpress.json files and perform actions based on configuration. See project page for documentation about config files and workflow capabilities.
- AssetPress Splitter. A small sub-tool that can split screens (named like "1.0 Home Screen") and images into different folders. Very useful when working with Sketch. You can use Splitter with
--screens
and--no-resize
flags. - Sketch as input. Instead of passing a directory of exported images, now you can just pass .sketch file itself, and AssetPress will run proper
sketchtool
commands and resize everything.
1.1.1
- Fixes a bug with LaunchImage generator.
1.1.0
- iOS supports multiple AppIcons. Addition icons must be named
AppIcon<MODIFIER>
, such as AppIconTestflight@2x.png
1.0.1
- Fixes npm configuration.
1.0.0
Initial public release!
- Android supports resizing from xxxhdpi to lower resolutions, 9-patch resizing, no-dpi.
- iOS supports resizing from any resolution to any lower, includes Xcassets folder generator.