cli + tui to publish to leaflet (wip) & manage tasks, notes & watch/read lists 馃崈
charm leaflet readability golang
at main 35 lines 890 B view raw view rendered
1--- 2title: CHANGELOG 3updated: 2025-08-23 4version: 0.1.0 5--- 6 7## Unreleased 8 9### Added 10 11#### 2025-09-07 12 13- Task `context` field with list command (static) 14- General data table & data list abstraction on top of bubbles (basically, more consistent UI) 15- Media queue service with `colly` (v2), tested with sample files 16 17#### 2025-08-23 18 19- CLI with cobra and fang integration 20- SQLite database setup with cross-platform config directory support 21- TOML configuration management with .noteleaf.conf.toml 22- Database migration system with versioned SQL files and embedded migrations 23- Repository interface & Model interface implementation across Task, Movie, TVShow, and Book entities 24- Setup, Reset, and Status command handlers with comprehensive error handling 25- Logging system with charmbracelet/log library and configurable levels/formats 26 27### Fixed 28 29### Removed 30 31## Added 32 33## Fixed 34 35## Removed