| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | config: drop go-toml and the legacy TOML migrations | Lukasz Kasprzak | 2026-07-28 | 1 | -1/+0 |
| | | | | | | | | | | | The one-shot config.toml -> config.ini and books.toml -> books.ini migrations (a transition aid from the pre-INI format) are removed, along with the github.com/pelletier/go-toml/v2 dependency and the now-dead `toml:` struct tags. The live config format has been INI for many releases; anyone still on a .toml recreates it (the format is self-documenting on first run). Leaves 3 direct deps, all in active use (bubbletea, lipgloss, go-pdf/fpdf). Tests updated to write INI. | ||||
| * | export: internal/export (Markdown/Text/ReadingsPDF via pure-Go go-pdf/fpdf + ↵ | Lukasz Kasprzak | 2026-07-24 | 1 | -0/+1 |
| | | | | | embedded DejaVu Sans, covers pl/la/gr); cli --md/--pdf/--out; web /export + download links; v0.22.0 | ||||
| * | tui: colored reader + version switch | Lukasz Kasprzak | 2026-07-23 | 1 | -1/+25 |
| | | |||||
| * | config: TOML load + seed | Lukasz Kasprzak | 2026-07-23 | 1 | -0/+2 |
| | | |||||
| * | chore: go mod tidy (brief step 4) — deps re-added when imported | Łukasz | 2026-07-23 | 1 | -6/+0 |
| | | |||||
| * | scaffold: module, mains, Makefile, embedded corpora | Lukasz Kasprzak | 2026-07-23 | 1 | -0/+9 |
