Terminal Markdown previewer — GUI-like experience.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

1.10.0

RivoLink a942e0cc 446d6861

+8 -2
+6
CHANGELOG.md
··· 7 7 8 8 <!-- next-version --> 9 9 10 + ## [[1.10.0](https://github.com/RivoLink/leaf/releases/tag/1.10.0)] - 2026-04-17 11 + 12 + ### Added 13 + 14 + - publish npm packages ([#29](https://github.com/RivoLink/leaf/pull/29)) 15 + 10 16 ## [[1.9.3](https://github.com/RivoLink/leaf/releases/tag/1.9.3)] - 2026-04-17 11 17 12 18 ### Changed
+1 -1
Cargo.lock
··· 698 698 699 699 [[package]] 700 700 name = "leaf" 701 - version = "1.9.3" 701 + version = "1.10.0" 702 702 dependencies = [ 703 703 "anyhow", 704 704 "crossterm",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "leaf" 3 - version = "1.9.3" 3 + version = "1.10.0" 4 4 edition = "2021" 5 5 description = "A friendly terminal Markdown previewer" 6 6 license = "MIT"