Releases: GrumpyPirate/Sphaxify
Releases · GrumpyPirate/Sphaxify
v3.0.0
- Patch config is now written in TOML format (
patch.config.ts->patch.config.toml) - The
compressablesoption has been deprecated.- This was largely redundant due to bit depth reduction fixes in imagemin, as well as the default bit depth handling behaviour in sharp.
- Cleans up the root directory by moving most Sphaxify-specific code that patch maintainers don't need to care about into
_sphaxify.
v2.1.0
v2.0.0
Node 14 support, and mass update of dependencies.
A major version upgrade, as it may break compatibility with older versions of Node.
Release 1.2.1
- Blanket solution for images getting their colour types reduced from RGB -> Greyscale, despite this being technically lossless (Minecraft simply has issues with Greyscale images)
- Uses forked version of imagemin-optipng, which allows the prevention of colour type reduction, among other reduction flags
- As such, the
compressableslist is now no longer necessary at all. 👍
Release 1.1.3
Addresses issue where images listed in compressables were completely excluded from the rest of the image processing chain (including resizing), as well as the imagemin stage.
- These images are now only excluded from the imagemin process as intended
Release 1.1.2
- Fix install/makepacks executables for OSX/Linux
- Project now attempts to install in the correct directory
Release v1.1.0
- Renames default source/destination directories
src/>source-designs/dist/>size-packs/
Release 1.0.4
- Fixes _MakePacks executables, and adds _Install executables to install local Node packages
Release 1.0.3
- Simplify scripts and customisation
Release 1.0.2
- Adds current limitations info to README, provides guideline comments in Gulpfile