Releases: jasonuc/greentext
Releases · jasonuc/greentext
v1.2.0
Changelog
Features
- 63590c5: feat: add command to create a new HTML template file with default variables (@jasonuc)
- 95d4280: feat: add log message for greentext generation process (@jasonuc)
- 0b7aab3: feat: add support for custom dimensions for greentext image generation and improve template parsing (@jasonuc)
- 4986dee: feat: add support for customizable templates in meme generation (@jasonuc)
- 674aebc: feat: add thumbnail size calculation and display in greentext template (@jasonuc)
Fixes
- de823bf: fix: remove unnecessary newline in success message after template creation (@jasonuc)
- 5e1e14b: fix: remove unused freetype and image dependencies from go.mod and go.sum (@jasonuc)
Others
- b32fed4: chore: bump version to v1.2.0 (@jasonuc)
- 57a5b6d: docs: add Homebrew installation instructions to README (@jasonuc)
- 28df12d: docs: update README to reflect changes in terminology and improve clarity (@jasonuc)
- 92feb11: docs: update README with new image formats and installation instructions (@jasonuc)
- 5edcfda: docs: update example meme image reference in README (@jasonuc)
- cc268df: refactor: reorganize package structure and update function references for greentext generation (@jasonuc)
- 25e2c6f: refactor: simplify conditional check for template validity in root command (@jasonuc)
How to Update
Homebrew
brew upgrade greentext
Go
go install github.com/jasonuc/greentext@v1.2.0
v1.1.2
v1.1.1
v1.1.0
v1.0.1
v1.0.0
Changelog
Features
- afd093c: feat: Add greentext_template HTML file (@jasonuc)
- 27a7e8c: feat: add CLI option to customize font size (@jasonuc)
- 0a47ef6: feat: add background and text color options for greentext (@jasonuc)
- ddd6fb9: feat: add global font option for entire greentext customization (@jasonuc)
- 922d2af: feat: add input file support for greentext generation and refactor command flag handling (@jasonuc)
- f820fa8: feat: add no-thumbnail styling for greentext content layout if no thumbnail is passed (@jasonuc)
- 08ab42e: feat: add preview-only option for greentext generation (@jasonuc)
- 355992e: feat: migrate from manual image drawing to HTML template-based rendering (@jasonuc)
- 0b0d2d7: feat: update command flags for greentext with improved descriptions and added shorthand options (@jasonuc)
Fixes
- cba2d27: fix: Add a minimum height to ensure consistent size (@jasonuc)
- 09a67de: fix: change shortcut flag for lines option from -L to -l (@jasonuc)
- dc92a9a: fix: streamline error handling for font size and line count flags (@jasonuc)
Others
- f505b53: Merge pull request #1 from jasonuc/feat/enhancements-to-greentext-cli (@jasonuc)
- 7bd53c2: chore: Disable MD033 rule in markdownlint (@jasonuc)
- 5bf5ea4: chore: delete RobotoMono font file (@jasonuc)
- 1796fac: docs: Add example meme image to the top of README (@jasonuc)
- 8973cd4: docs: Update installation instructions in README for direct CLI tool installation (@jasonuc)
- 9339305: docs: renew example-meme.png (@jasonuc)
- 826ae32: docs: update README with support for external thumbnails, customizable colors, and dynamic font options (@jasonuc)