Terminal Markdown previewer — GUI-like experience.
1
fork

Configure Feed

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

1.11.1

RivoLink d57b9e49 5ea70608

+12 -2
+10
CHANGELOG.md
··· 7 7 8 8 <!-- next-version --> 9 9 10 + ## [[1.11.1](https://github.com/RivoLink/leaf/releases/tag/1.11.1)] - 2026-04-20 11 + 12 + ### Docs 13 + 14 + - update ARCHITECTURE.md ([#34](https://github.com/RivoLink/leaf/pull/34)) 15 + 16 + ### Changed 17 + 18 + - mouse selection shortcut ([#35](https://github.com/RivoLink/leaf/pull/35)) 19 + 10 20 ## [[1.11.0](https://github.com/RivoLink/leaf/releases/tag/1.11.0)] - 2026-04-19 11 21 12 22 ### Added
+1 -1
Cargo.lock
··· 698 698 699 699 [[package]] 700 700 name = "leaf" 701 - version = "1.11.0" 701 + version = "1.11.1" 702 702 dependencies = [ 703 703 "anyhow", 704 704 "crossterm",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "leaf" 3 - version = "1.11.0" 3 + version = "1.11.1" 4 4 edition = "2021" 5 5 description = "A friendly terminal Markdown previewer" 6 6 license = "MIT"