Releases: supleed2/go-chat
Releases · supleed2/go-chat
v0.2.3
v0.2.2
Fixed
- Messages actually wrap properly with terminal viewport width this time
v0.2.1
Fixed
- Messages wrap properly with terminal viewport width
v0.2.0
Added
- 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
Fixed
- Update to charmbracelet/bubbletea v0.26.4 to fix Windows resizing
- Remove unnecessary alt-screen commands
- Server messages from admin commands
v0.1.2
Changed
- Server redirects non-upgrade http requests
v0.1.1
Changed
- Default client host url now points to a live instance of the server
Fixed
- Short flag collision between help and histlen options
v0.1.0
Added
- General project structure, including common type definitions
- Go programs for client and server
- GitHub Actions release flow, including binaries