Releases: erikaheidi/gdaisy
Version 0.3.1
New version 0.3.1 brings an upgrade to Minicli 3 + PHP 8.1.
Version 0.2.0
This version introduces Filters. This is a first iteration on this feature so it might be subjected to breaking changes in the near future.
- Image Placeholders now support Filters to apply visual changes to image resources.
- Two initial filters added:
Circle
andRounded
- It is now possible to create banners with rounded / circle avatars directly on top of any background
Breaking Changes for v. 0.1.5
- Placeholders were relocated to the
Gdaisy/Placeholder
namespace, so you'll have to update code that works directly with placeholders (ImagePlaceholder
andTextPlaceholder
)
Version 0.1.5
This release comes with:
- updated Pest test suite to use higher order expectations (thanks @lukeraymonddowning !)
- restructured bin to allow for expanding the built-in commands available
- resize command included with support to several popular resolutions
- small fixes
- updated Readme
Version 0.1.4
Now with support to PHP 8 (thanks @thinkverse !). Also added a few more tests.
Version 0.1.3
This update brings new text alignment options (center, left, right), right crop align for images, upgraded bin path (thanks @thinkverse !) and updated README with instructions on how to set up custom templates and how to build the template images.
Version 0.1.2
Adds '...' to description in default meta-tag based cover script generation.
Version 0.1.1
Fixed the included gdaisy script to use the default template location and set default values for placeholders.
Version 0.1
Initial release.