Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nicepkg/shotog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: nicepkg/shotog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.0
Choose a head ref
  • 3 commits
  • 14 files changed
  • 2 contributors

Commits on Feb 12, 2026

  1. feat: add external image support (avatar & logo) to templates

    Templates now support `avatar` and `logo` URL params. External images
    are fetched and converted to data URIs at render time. Blog, social,
    and testimonial templates show real avatars; basic and product templates
    show logos. Graceful fallback to text initials when fetch fails.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    2214962083 and claude committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    8868561 View commit details
    Browse the repository at this point in the history
  2. docs: add avatar and logo params to README

    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    2214962083 and claude committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    57e28ff View commit details
    Browse the repository at this point in the history
  3. feat: custom font URL support (v0.5.0)

    Add `fontUrl` parameter to load custom TTF/OTF fonts from any URL.
    Fonts are validated by magic bytes, cached via Workers Cache API (1h TTL),
    and gracefully fallback to Inter on any error.
    
    - New param: fontUrl (URL to .ttf or .otf, max 5MB)
    - Cache layer: Workers Cache API with 1h TTL
    - Fallback: X-Font-Fallback response header when using default font
    - Landing page: custom fonts section + playground font URL field
    2214962083 committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    0a58e88 View commit details
    Browse the repository at this point in the history
Loading