All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.3 - 2024-06-01
- Reload chat history when changing room, with an option to keep history
0.2.2 - 2024-06-01
- Messages actually wrap properly with terminal viewport width this time
0.2.1 - 2024-05-31
- Messages wrap properly with terminal viewport width
0.2.0 - 2024-05-31
- Version flag for client and server binaries
- Description in help output of client and server binaries
- SQLite Database connection to persist room and message history data
- Logging message struct and channel + function to make database calls for channel output
- Database loading + initialisation, restores previous channels and most recent messages on server start
- Update to charmbracelet/bubbletea v0.26.4 to fix Windows resizing
- Remove unnecessary alt-screen commands
- Server messages from admin commands
0.1.2 - 2024-01-14
- Server redirects non-upgrade http requests
0.1.1 - 2024-01-14
- Default client host url now points to a live instance of the server
- Short flag collision between help and histlen options
0.1.0 - 2024-01-14
- General project structure, including common type definitions
- Go programs for client and server
- GitHub Actions release flow, including binaries