Skip to content

Releases: watzon/goshot

v0.5.1

23 Nov 06:16
Compare
Choose a tag to compare

Changes

  • Added execute command functionality to capture command output
  • Added auto-title feature for files and commands
  • Added show-command option to display command with output
  • Enhanced themes and languages list commands with better formatting
  • Added fonts list command
  • Made output flags mutually exclusive

v0.5.0

23 Nov 05:34
Compare
Choose a tag to compare

What's New

Features

  • ✨ Enhanced CLI interface with improved styling and organization
  • 🎨 Added support for multiple image formats (PNG, JPEG, BMP)
  • 💄 Beautiful styled output using lipgloss for better visual hierarchy

Improvements

  • ♻️ Restructured flag groups for better organization
  • 🔧 Automatic format detection from file extension
  • 📝 Improved success/error messages with colored output
  • 🏗️ Better code organization and error handling

Technical Changes

  • Moved interactive mode to a separate package
  • Extracted utility functions to utils.go
  • Simplified main.go with better error handling
  • Added support for saving images in different formats based on file extension

v0.4.16

22 Nov 19:04
Compare
Choose a tag to compare

Changelog

v0.4.15

22 Nov 18:54
Compare
Choose a tag to compare

Full Changelog: v0.4.5...v0.4.15

v0.4.5

22 Nov 03:56
Compare
Choose a tag to compare

Full Changelog: v0.4.4...v0.4.5

v0.4.4

22 Nov 03:39
Compare
Choose a tag to compare

Full Changelog: v0.4.3...v0.4.4

v0.4.2

22 Nov 02:18
Compare
Choose a tag to compare

Changelog

  • 84e2f75 ⬆️ chore(ci): upgrade GitHub Actions and improve release workflow
  • 952dde1 ⬆️ chore(deps): bump sigstore/cosign-installer from 3.3.0 to 3.7.0
  • e63117c 🔧 fix(release): pin goreleaser-action version to v2.4.7 for stability
  • 22e11ca 🚀 feat: add GoReleaser configuration and GitHub Actions release workflow

Fix monospace font rendering

22 Nov 01:25
Compare
Choose a tag to compare

Monospace fonts weren't being properly rendered. This should be fixed now.

GoShot v0.4.0

22 Nov 00:07
Compare
Choose a tag to compare

GoShot v0.4.0

🎉 New Features

  • Enhanced Padding Control: Split padding into individual properties for more precise control

    • Added separate controls for top, right, bottom, and left padding
    • Replaced code-pad-vert and code-pad-horiz with code-pad-top, code-pad-bottom, code-pad-left, and code-pad-right
  • Improved Window Controls

    • Added new blank chrome option for minimal window decoration
    • Renamed --no-window-controls flag for better clarity
    • Added window corner radius customization
  • Enhanced Shadow Customization

    • Added shadow spread radius control with --shadow-spread
    • Improved shadow color handling with alpha channel support
    • Renamed --shadow-blur-radius to --shadow-blur for consistency

🔧 Improvements

  • Improved hex color parsing to support RGBA colors (8-digit hex)
  • Added support for transparent backgrounds
  • Better handling of background and shadow configurations
  • Reduced example image size for better documentation

💥 Breaking Changes

  • Padding configuration flags have changed:
    • code-pad-vertcode-pad-top and code-pad-bottom
    • code-pad-horizcode-pad-left and code-pad-right
  • --shadow-blur-radius renamed to --shadow-blur
  • Default shadow color changed to #00000033 for better default appearance

📝 Notes

  • All existing functionality remains supported through the new, more granular controls
  • The interactive mode has been updated to reflect all new configuration options

v0.3.1

21 Nov 22:33
Compare
Choose a tag to compare
  • Fixed an issue with window corner rounding not being applied consistently across all window styles