Skip to content

Releases: devints47/pixel-forge

v1.2.2

29 Aug 19:48

Choose a tag to compare

  • Added transparency to all flags as well as the programmatic API
  • Fixed progress bar to include manifest.json and meta-tags.html files

Release v1.2.1

29 Aug 04:50

Choose a tag to compare

v1.1.1

28 Aug 21:59

Choose a tag to compare

What's Changed

  • Major refactor of how we handle the CLI with socials, added a more platform support, fixed CLI -> image count disparity, and created a new BaseOpenGraphGenerator to simplify opengraph web generation coverage by @devints47 in #34
  • Fix for leftover test images that got created but not properly cleaned up by @devints47 in #37
  • Fixed CLI issues causing certain images to load with the My App depending on how it was called through the CLI by @devints47 in #38
  • Fixed PWA not cleaning up the temp files after generation by @devints47 in #41
  • Major CLI refactor and OpenGraph consolidation by @devints47 in #44
  • #16 ensure entire image fits within new cropped images of different resolutions by @devints47 in #46
  • Fixed color fill for images where we extend the resolution by @devints47 in #47
  • Simplify api by @devints47 in #49

Full Changelog: v1.0.11...v1.1.1

Release v1.0.11

15 Aug 00:26

Choose a tag to compare

Added CLI info for if user doesn't have ImageMagick installed, and a fallback utility if the user wants to proceed without installing it.

Release v1.0.5

19 Jul 23:25
2c980d4

Choose a tag to compare

Changes in v1.0.5

  • Added support explicit for the following filetypes: PNG, JPEG, WebP, AVIF, TIFF, GIF, SVG, BMP
  • Added validation for these filetypes

Installation from npm

npm install -g pixel-forge@1.0.5
# or run directly
npx pixel-forge generate logo.png --web

Installation from GitHub Packages

npm install -g @devints47/pixel-forge@1.0.5
# or run directly  
npx @devints47/pixel-forge generate logo.png --web

CLI Commands (both registries)

  • pixel-forge - Main command
  • pforge - Short alias

Release v1.0.4

16 Jul 14:52
01d44a5

Choose a tag to compare

Changes in v1.0.4

  • Manual dual release via GitHub Actions
  • Version bump: patch

Installation from npm

npm install -g pixel-forge@1.0.4
# or run directly
npx pixel-forge generate logo.png --web

Installation from GitHub Packages

npm install -g @devints47/pixel-forge@1.0.4
# or run directly  
npx @devints47/pixel-forge generate logo.png --web

CLI Commands (both registries)

  • pixel-forge - Main command
  • pforge - Short alias

Release v1.0.2

15 Jul 11:01

Choose a tag to compare

Changes in v1.0.2

  • Automated release via GitHub Actions
  • Version bump: patch

Installation

npm install -g pixel-forge@1.0.2

CLI Commands

  • pixel-forge - Main command
  • pforge - Short alias