Terminal Markdown previewer — GUI-like experience.
1
fork

Configure Feed

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

1.15.1

RivoLink 4329fafe d22fe86c

+16 -2
+14
CHANGELOG.md
··· 7 7 8 8 <!-- next-version --> 9 9 10 + ## [[1.15.1](https://github.com/RivoLink/leaf/releases/tag/1.15.1)] - 2026-04-24 11 + 12 + ### Docs 13 + 14 + - add preview image ([#44](https://github.com/RivoLink/leaf/pull/44)) 15 + 16 + ### Fixed 17 + 18 + - windows path prefix ([#43](https://github.com/RivoLink/leaf/pull/43)) 19 + 20 + ### Changed 21 + 22 + - detailed help output ([#42](https://github.com/RivoLink/leaf/pull/42)) 23 + 10 24 ## [[1.15.0](https://github.com/RivoLink/leaf/releases/tag/1.15.0)] - 2026-04-23 11 25 12 26 ### Added
+1 -1
Cargo.lock
··· 707 707 708 708 [[package]] 709 709 name = "leaf" 710 - version = "1.15.0" 710 + version = "1.15.1" 711 711 dependencies = [ 712 712 "anyhow", 713 713 "crossterm",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "leaf" 3 - version = "1.15.0" 3 + version = "1.15.1" 4 4 edition = "2021" 5 5 description = "A friendly terminal Markdown previewer" 6 6 license = "MIT"