v0.0.42: markdown rendering in TUI messages
- **bold**, *italic*, \`code\` rendered with ratatui styles - # headers, > blockquotes, - bullet lists - Multi-line messages split and indented per line - Code spans: cyan bold, headers: white bold, quotes: gray italic - No external dependency (custom md_to_spans parser) - tui-markdown had ratatui version mismatch, built our own Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "warzone-protocol"
|
||||
version = "0.0.41"
|
||||
version = "0.0.42"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
description = "Core crypto & wire protocol for featherChat (Warzone messenger)"
|
||||
|
||||
Reference in New Issue
Block a user