Skip to content

Commit 4e44be3

Browse files
committed
Release v0.1.2 - stdin mode support
1 parent 373b965 commit 4e44be3

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.2] - 2026-02-06
9+
10+
### Added
11+
- **Stdin mode:** Pipe Markdown directly to fizzy-md for HTML conversion
12+
- `echo "**bold**" | fizzy-md``<p><strong>bold</strong></p>`
13+
- Great for agent scripting without needing temp files
14+
15+
### Fixed
16+
- Bug where fizzy-md would call fizzy CLI even when no args (now uses stdin mode)
17+
818
## [0.1.1] - 2026-02-05
919

1020
### Added
@@ -45,5 +55,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4555
- UI rendering verification in Fizzy
4656
- Real-world usage (dogfooded on Fizzy Card #92)
4757

58+
[0.1.2]: https://github.com/zainfathoni/fizzy-md/releases/tag/v0.1.2
4859
[0.1.1]: https://github.com/zainfathoni/fizzy-md/releases/tag/v0.1.1
4960
[0.1.0]: https://github.com/zainfathoni/fizzy-md/releases/tag/v0.1.0

0 commit comments

Comments
 (0)