Skip to content

Releases: roaxcean/prism

1.2.0

14 Mar 16:08

Choose a tag to compare

Prism 1.1.0

five months later, another under-the-hood revamp, i finally got around to uplift the code up to some standard


changelog since 1.1.0:

  • annihilated some legacy baggage
  • added new args: --suffix what to append to fixed files, --concurrency how many files to process simultaneously
  • now it doesnt override the files you pass to process
  • added an architecture to easily add "plugins"
  • separated cli, engine and runtime stuff for maintainability

1.1.0

21 Oct 23:16

Choose a tag to compare

Prism 1.1.0

with 1.1.0 i've finally merged some of the unnecessarily separated code, and it boiled down to the cli, and the engine


changelog since 1.0.1:

  • added a -r/--recursive helper flag for --folder,
  • translation/rewrite to ts,
  • minor improvements within the engine and cli,
  • bullet-proofing (i hope).

1.0.1

11 Aug 19:29
e063f0b

Choose a tag to compare

Prism — 1.0.1

Bug-fix + new feature.

Changes since 1.0.0:

  • Removed the OS-specific build options, defaulting to a CommonJS ESMBuild file. (npm run build)
  • Added a -f/--folder parameter to fix every PNG inside of a given path (instead of having to manually type out file names.)

See README.md for build instructions.
Notice any issues? Kindly report them in the Issues tab! Thank you!

1.0.0

08 Jul 18:45

Choose a tag to compare

Prism — 1.0.0

Initial release.

Changes since Corecii's Transparent-Pixel-Fix project:

  • Switched from JIMP to Sharp for image processing.
  • Improved action logging.
  • Attempt at improving performance.

See README.md for build instructions.
Notice any issues? Kindly report them in the Issues tab! Thank you!