Releases: devints47/pixel-forge
Releases · devints47/pixel-forge
v1.2.2
Release v1.2.1
Full Changelog: v1.0.11...v1.2.1
v1.1.1
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
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
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 --webInstallation from GitHub Packages
npm install -g @devints47/pixel-forge@1.0.5
# or run directly
npx @devints47/pixel-forge generate logo.png --webCLI Commands (both registries)
pixel-forge- Main commandpforge- Short alias
Release v1.0.4
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 --webInstallation from GitHub Packages
npm install -g @devints47/pixel-forge@1.0.4
# or run directly
npx @devints47/pixel-forge generate logo.png --webCLI Commands (both registries)
pixel-forge- Main commandpforge- Short alias
Release v1.0.2
Changes in v1.0.2
- Automated release via GitHub Actions
- Version bump: patch
Installation
npm install -g pixel-forge@1.0.2CLI Commands
pixel-forge- Main commandpforge- Short alias