chore: bump version and add changelog

This commit is contained in:
Stone_Red
2026-07-23 23:06:14 +02:00
committed by HueByte
parent 329dfe422b
commit 07996a78ed
4 changed files with 9 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
# v0.2.17
## Bug Fixes
- **IRC multi-line messages** — sending a message with line breaks from the TUI now correctly delivers each line as a separate PRIVMSG to IRC clients. Previously newlines were embedded raw in the IRC frame, which could create invalid messages.