Terminal Markdown previewer — GUI-like experience.
1
fork

Configure Feed

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

1.15.3

RivoLink fd5d2def 6062b418

+8 -2
+6
CHANGELOG.md
··· 7 7 8 8 <!-- next-version --> 9 9 10 + ## [[1.15.3](https://github.com/RivoLink/leaf/releases/tag/1.15.3)] - 2026-04-24 11 + 12 + ### Fixed 13 + 14 + - patch rustls-webpki vuln ([#48](https://github.com/RivoLink/leaf/pull/48)) 15 + 10 16 ## [[1.15.2](https://github.com/RivoLink/leaf/releases/tag/1.15.2)] - 2026-04-24 11 17 12 18 ### Docs
+1 -1
Cargo.lock
··· 707 707 708 708 [[package]] 709 709 name = "leaf" 710 - version = "1.15.2" 710 + version = "1.15.3" 711 711 dependencies = [ 712 712 "anyhow", 713 713 "crossterm",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "leaf" 3 - version = "1.15.2" 3 + version = "1.15.3" 4 4 edition = "2021" 5 5 description = "A friendly terminal Markdown previewer" 6 6 license = "MIT"