Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@jasonuc jasonuc released this 14 Dec 21:13
· 13 commits to master since this release

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