Skip to content

Releases: GrumpyPirate/Sphaxify

v3.0.0

01 Jan 05:09

Choose a tag to compare

  • Patch config is now written in TOML format (patch.config.ts -> patch.config.toml)
  • The compressables option 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

01 Jan 01:43
ac16b25

Choose a tag to compare

Imagemagick/Graphicsmagic have been deprecated in favour of sharp, and no longer need to be installed. 🧨

v2.0.0

20 Dec 19:11
25a1d08

Choose a tag to compare

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

29 Feb 09:28

Choose a tag to compare

  • 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 compressables list is now no longer necessary at all. 👍

Release 1.1.3

28 Feb 16:46

Choose a tag to compare

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

20 Feb 15:34

Choose a tag to compare

  • Fix install/makepacks executables for OSX/Linux
    • Project now attempts to install in the correct directory

Release v1.1.0

19 Feb 14:27

Choose a tag to compare

  • Renames default source/destination directories
    • src/ > source-designs/
    • dist/ > size-packs/

Release 1.0.4

19 Feb 13:18

Choose a tag to compare

  • Fixes _MakePacks executables, and adds _Install executables to install local Node packages

Release 1.0.3

19 Feb 12:00

Choose a tag to compare

  • Simplify scripts and customisation

Release 1.0.2

17 Feb 16:17

Choose a tag to compare

  • Adds current limitations info to README, provides guideline comments in Gulpfile