GoShot v0.4.0
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
andcode-pad-horiz
withcode-pad-top
,code-pad-bottom
,code-pad-left
, andcode-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
- Added shadow spread radius control with
🔧 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-vert
→code-pad-top
andcode-pad-bottom
code-pad-horiz
→code-pad-left
andcode-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