mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-22 03:03:42 +00:00
Update tui CHANGELOG and README
- Add changelog entries for new key detection functions and TUI.onDebug - Completely rewrite README with accurate documentation: - All components documented (added TruncatedText, SettingsList) - All theme interfaces documented (EditorTheme, MarkdownTheme, SelectListTheme, SettingsListTheme, ImageTheme) - Fixed incorrect constructor signatures - Added key detection utilities section - Added utilities section
This commit is contained in:
parent
9b2d22d26d
commit
adbe0c9b4f
2 changed files with 224 additions and 50 deletions
|
|
@ -2,6 +2,16 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
- `isShiftCtrlO()` key detection function for Shift+Ctrl+O (Kitty protocol)
|
||||
- `isShiftCtrlD()` key detection function for Shift+Ctrl+D (Kitty protocol)
|
||||
- `TUI.onDebug` callback for global debug key handling (Shift+Ctrl+D)
|
||||
|
||||
### Changed
|
||||
|
||||
- README.md completely rewritten with accurate component documentation, theme interfaces, and examples
|
||||
|
||||
### Fixed
|
||||
|
||||
- Markdown component now renders HTML tags as plain text instead of silently dropping them ([#359](https://github.com/badlogic/pi-mono/issues/359))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue