Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 4.96 KB

CHANGELOG.md

File metadata and controls

56 lines (34 loc) · 4.96 KB

Changelog

0.1.0 (2025-01-01)

Features

Bug Fixes

  • Fix CI badges (#2) (6df50e2)
  • Release PRs now opened by github-actions[bot] (#25) (f3949ab)
  • xtask-lint: Handle constants correctly (#48) (93c3b67)

Performance Improvements

  • tui: Use try_write to prevent round-robin blocking in message updates (#31) (23e9f06)

Reverts

Miscellaneous Chores

Code Refactoring

  • chat, server: Consistent server logging (#44) (f5d1be9)
  • chat: Richer chat entry representation (#35) (e57e668)
  • scripts: Move testing scripts to designated folder (#29) (99d1cc1)
  • Streamline client connection library and server (#6) (fc2491f)
  • Vim parsing and command application (#9) (2073a72)

Continuous Integration