Skip to content

Releases: jasonuc/greentext

v1.2.0

14 Dec 21:13
Compare
Choose a tag to compare

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

13 Dec 12:30
Compare
Choose a tag to compare

Changelog

Features

  • 2fc4127: feat: add Homebrew support and update release instructions in goreleaser configuration (@jasonuc)

Fixes

  • 2a8f9fb: fix: update goreleaser configuration and improve Homebrew formula details (@jasonuc)

Others

How to Update

Homebrew

  brew upgrade greentext

Go

  go install github.com/jasonuc/greentext@v1.1.2

v1.1.1

11 Dec 02:06
62434a9
Compare
Choose a tag to compare

Changelog

Others

v1.1.0

10 Dec 20:10
Compare
Choose a tag to compare

Changelog

Features

  • eb0f4e3: feat: add upgrade command for CLI and implement version checking (@jasonuc)

v1.0.1

10 Dec 19:30
Compare
Choose a tag to compare

Changelog

Fixes

  • f9140d5: fix: embed HTML template to resolve missing file error (@jasonuc)

v1.0.0

10 Dec 18:49
Compare
Choose a tag to compare

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)

v0.1.0

09 Dec 19:23
Compare
Choose a tag to compare

Changelog

Features

  • d46ebbe feat: Add GitHub Actions workflows for linting and releasing, and configure Dependabot
  • 753ddff feat: Add greentext generation functionality with image output
  • 367f46f feat: Initialize CLI with basic structure, license, and README

Others

  • befa11f docs: Update README with enhanced features and usage examples for greentext CLI
  • 7f9e342 docs: Update example command in README