markdown-reader 0.1.28

A simple markdown reader that uses ratatui to render markdown files.
# Changelog

All notable changes to this project will be documented in this file.

## [unreleased]

## [0.1.28]https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.27...markdown-reader-v0.1.28 - 2026-06-27

### Other

- harden maintenance automation ([#133]https://github.com/joshka/tui-markdown/pull/133)
- *(deps)* bump the cargo-dependencies group across 1 directory with 7 updates ([#132]https://github.com/joshka/tui-markdown/pull/132)
- *(deps)* bump the cargo-dependencies group across 1 directory with 3 updates ([#120]https://github.com/joshka/tui-markdown/pull/120)
- *(deps)* bump the cargo-dependencies group with 2 updates ([#116]https://github.com/joshka/tui-markdown/pull/116)

## [0.1.27]https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.26...markdown-reader-v0.1.27 - 2025-12-27

### Other

- *(markdown-reader)* sync supported features ([#113]https://github.com/joshka/tui-markdown/pull/113)
- *(markdown-reader)* expand TEST.md coverage ([#112]https://github.com/joshka/tui-markdown/pull/112)
- *(deps)* update ratatui 0.30 ([#105]https://github.com/joshka/tui-markdown/pull/105)
- *(deps)* bump the cargo-dependencies group across 1 directory with 4 updates ([#104]https://github.com/joshka/tui-markdown/pull/104)
- *(deps)* bump clap from 4.5.50 to 4.5.51 in the cargo-dependencies group ([#102]https://github.com/joshka/tui-markdown/pull/102)
- Add AGENTS.md ([#100]https://github.com/joshka/tui-markdown/pull/100)

## [0.1.26]https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.25...markdown-reader-v0.1.26 - 2025-11-03

### Added

- Implement task list support ([#99]https://github.com/joshka/tui-markdown/pull/99)

### Other

- *(deps)* bump the cargo-dependencies group across 1 directory with 5 updates ([#97]https://github.com/joshka/tui-markdown/pull/97)
- *(deps)* bump the cargo-dependencies group across 1 directory with 4 updates ([#94]https://github.com/joshka/tui-markdown/pull/94)
- *(deps)* bump the cargo-dependencies group across 1 directory with 2 updates ([#91]https://github.com/joshka/tui-markdown/pull/91)
- *(deps)* bump the cargo-dependencies group across 1 directory with 2 updates ([#86]https://github.com/joshka/tui-markdown/pull/86)

## [0.1.25]https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.24...markdown-reader-v0.1.25 - 2025-05-07

### Other

- *(deps)* bump the cargo-dependencies group across 1 directory with 5 updates ([#79]https://github.com/joshka/tui-markdown/pull/79)

## [0.1.24]https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.23...markdown-reader-v0.1.24 - 2025-05-07

### Other

- add rustfmt and reformat code ([#81]https://github.com/joshka/tui-markdown/pull/81)
- *(deps)* bump clap in the cargo-dependencies group ([#73]https://github.com/joshka/tui-markdown/pull/73)

## [0.1.23]https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.22...markdown-reader-v0.1.23 - 2025-03-11

### Other

- *(deps)* bump the cargo-dependencies group with 2 updates ([#71]https://github.com/joshka/tui-markdown/pull/71)

## [0.1.22]https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.21...markdown-reader-v0.1.22 - 2025-03-09

### Other

- *(deps)* bump the cargo-dependencies group across 1 directory with 5 updates ([#70]https://github.com/joshka/tui-markdown/pull/70)
- *(deps)* bump the cargo-dependencies group with 2 updates ([#66]https://github.com/joshka/tui-markdown/pull/66)
- *(deps)* bump the cargo-dependencies group across 1 directory with 4 updates ([#64]https://github.com/joshka/tui-markdown/pull/64)

## [0.1.21]https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.20...markdown-reader-v0.1.21 - 2024-12-17

### Other

- *(deps)* bump the cargo-dependencies group with 5 updates (#60)

## [0.1.20]https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.19...markdown-reader-v0.1.20 - 2024-11-20

### Other

- *(deps)* bump the cargo-dependencies group across 1 directory with 3 updates ([#58]https://github.com/joshka/tui-markdown/pull/58)

## [0.1.19]https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.18...markdown-reader-v0.1.19 - 2024-10-22

### Other

- update Cargo.lock dependencies

## [0.1.18]https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.17...markdown-reader-v0.1.18 - 2024-10-13

### Added

- highlight code blocks ([#51]https://github.com/joshka/tui-markdown/pull/51)

### Other

- *(deps)* bump clap in the cargo-dependencies group ([#52]https://github.com/joshka/tui-markdown/pull/52)
- *(deps)* bump clap in the cargo-dependencies group ([#48]https://github.com/joshka/tui-markdown/pull/48)

## [0.1.17]https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.16...markdown-reader-v0.1.17 - 2024-09-20

### Other

- update readme demo image

## [0.1.16]https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.15...markdown-reader-v0.1.16 - 2024-09-20

### Other

- add tests, implement more markdown features, don't panic for unimplemented features ([#45]https://github.com/joshka/tui-markdown/pull/45)

## [0.1.15]https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.14...markdown-reader-v0.1.15 - 2024-09-20

### Other

- add support for unordered list ([#44]https://github.com/joshka/tui-markdown/pull/44)
- *(deps)* bump the cargo-dependencies group with 2 updates ([#42]https://github.com/joshka/tui-markdown/pull/42)

## [0.1.14]https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.13...markdown-reader-v0.1.14 - 2024-08-06

### Other
- use crossterm version re-exported from ratatui
- *(deps)* bump the cargo-dependencies group with 2 updates ([#36]https://github.com/joshka/tui-markdown/pull/36)

## [0.1.13]https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.12...markdown-reader-v0.1.13 - 2024-08-02

### Other
- *(deps)* bump clap in the cargo-dependencies group ([#34]https://github.com/joshka/tui-markdown/pull/34)

## [0.1.12]https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.11...markdown-reader-v0.1.12 - 2024-07-15

### Other
- *(deps)* bump clap in the cargo-dependencies group ([#32]https://github.com/joshka/tui-markdown/pull/32)

## [0.1.11]https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.10...markdown-reader-v0.1.11 - 2024-07-02

### Other
- *(deps)* bump clap in the cargo-dependencies group ([#30]https://github.com/joshka/tui-markdown/pull/30)

## [0.1.10]https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.9...markdown-reader-v0.1.10 - 2024-06-24

### Other
- *(deps)* bump ratatui in the cargo-dependencies group ([#29]https://github.com/joshka/tui-markdown/pull/29)
- *(deps)* bump clap in the cargo-dependencies group ([#27]https://github.com/joshka/tui-markdown/pull/27)

## [0.1.9]https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.8...markdown-reader-v0.1.9 - 2024-06-08

### Fixed
- link to crate pages

## [0.1.8]https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.7...markdown-reader-v0.1.8 - 2024-05-22

### Other
- *(deps)* bump the cargo-dependencies group with 3 updates ([#24]https://github.com/joshka/tui-markdown/pull/24)

## [0.1.7]https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.6...markdown-reader-v0.1.7 - 2024-04-24

### Other
- *(deps)* bump ratatui from 0.26.1 to 0.26.2 ([#20]https://github.com/joshka/tui-markdown/pull/20)
- *(deps)* bump time from 0.3.34 to 0.3.36 ([#21]https://github.com/joshka/tui-markdown/pull/21)
- *(deps)* bump clap from 4.5.3 to 4.5.4 ([#17]https://github.com/joshka/tui-markdown/pull/17)
- *(deps)* bump color-eyre from 0.6.2 to 0.6.3 ([#14]https://github.com/joshka/tui-markdown/pull/14)
- *(deps)* bump clap from 4.5.2 to 4.5.3 ([#15]https://github.com/joshka/tui-markdown/pull/15)

## [0.1.6]https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.5...markdown-reader-v0.1.6 - 2024-03-12

### Other
- *(deps)* bump mio from 0.8.10 to 0.8.11 in /markdown-reader ([#9]https://github.com/joshka/tui-markdown/pull/9)
- *(deps)* bump clap from 4.5.1 to 4.5.2 ([#11]https://github.com/joshka/tui-markdown/pull/11)

## [0.1.5]https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.4...markdown-reader-v0.1.5 - 2024-02-29

### Other
- update license info in readme files
- add a note about the experimental state
- bump copyright year

## [0.1.4]https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.3...markdown-reader-v0.1.4 - 2024-02-27

### Other
- make demo less easier to view

## [0.1.3]https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.2...markdown-reader-v0.1.3 - 2024-02-27

### Other
- fix more links / badges

## [0.1.2]https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.1...markdown-reader-v0.1.2 - 2024-02-27

### Added
- add filename and pageUp/Down

### Fixed
- urls in cargo.toml
- add pages down and up to scroll
- make scrollbar respect end of file

### Other
- make logging scrollable

## [0.1.1]https://github.com/joshka/tui-markdown/compare/markdown-reader-v0.1.0...markdown-reader-v0.1.1 - 2024-02-27

### Added

- Initial implementation of lib and tui

### Fixed

- tui-markdown crate dependency for markdown-reader

### Other

- add CHANGELOGs
- add demo for markdown-reader

<!-- generated by git-cliff -->