Releases: HexmosTech/glee
Releases · HexmosTech/glee
Release v1.1.4
Fix
- Fixed the AWS S3 image uploading issue.
- Tested the image upload feature using various formats (png, jpg, jpeg, svg, heic, ico, gif)
Full Changelog: v1.1.3...v1.1.4
Release v1.1.3
Fix
- glee now reuses the same configuration file(.glee.toml) after updating glee to a new version.
Release v1.1.2
Fix
- AWS S3 image URL previews the image in the browser itself instead of directly downloading.
Release v1.1.1
Features
- Tested
glee
on Linux via WSL. The installation and updating ofglee
works with the same command as on Linux and Mac OS.
Fixes
- Except slug/author rest of the field in the YAML structure is optional.
- Minor bug fixes and error handling.
Release v1.1.0
Fixes
- Bug in Create post
- Temp directory error in windows
Release v1.0.9
Feature
- glee now works on Windows OS. Check installation instruction
Release v1.0.8
Fixes
- Fixed exec format error: glee in Mac OS(arm64).
Release v1.0.7
New Features
- Ghost Image Storage:
glee
now supports direct image uploads to your Ghost database from markdown files. You have the flexibility to choose between using Ghost or AWS S3 for image storage. (Check instructions). - Debugging: Utilize the
--debug
option with your glee command to uncover underlying issues. - View Configuration: Utilize the
--config
option with your glee command to view the.glee.toml
configurations. - Preview link: you can view the Ghost blog post preview link after updating or creating posts.
Fixes
- Improved Error handling.
- Reformatting.
Full Changelog: v1.0.6...v1.0.7
Release v1.0.6
feature: toc as a sidebar
Release v1.0.5
added links and examples in configuration file