Changes
Added (v1.0.0)
- Initial release of
stylemd
. - Core functionality: Convert Markdown to HTML using Handlebars templates.
- Command-line interface (
stylemd <inputFile> [options]
). - Options for specifying template (
-t
,--template
) and output file (-o
,--output
). - Included Themes:
default
,windows98
,terminal
,geocities
,blueprint
,macos-classic
,amiga-workbench
,msdos
,c64
,vim
,retro-console
,pixel-art
,y2k
,frutiger-aero
. - Example Markdown files and corresponding output HTML files.
- Project structure setup.
- README.md with installation, usage, themes list, contribution guide, and future plans.
.gitignore
file..gitattributes
file for consistent line endings.- GitHub Actions workflow for automatic npm publishing and release creation on tag push (initial setup).
- Added live preview links for themes in README.
- Added attribution footer to example Markdown files.
Changed (v1.0.1)
- Added
.github/release-drafter.yml
configuration file (later replaced). - Updated comments in
.github/release-drafter.yml
to English.
Changed (v1.0.2)
- Switched GitHub Actions workflow to use
actions/create-release
withgenerate_release_notes: true
for improved automatic release note generation based on tags.
Full Changelog: v1.0.0...v1.0.2