Skip to content

Releases: supleed2/go-chat

v0.2.4

23 Feb 16:39
v0.2.4
12b1d54

Choose a tag to compare

Added

  • Option to bind to 0.0.0.0 instead of 127.0.0.1

v0.2.3

01 Jun 16:32
v0.2.3
05a7efd

Choose a tag to compare

Changed

  • Reload chat history when changing room, with an option to keep history

v0.2.2

01 Jun 15:25
v0.2.2
0b896e1

Choose a tag to compare

Fixed

  • Messages actually wrap properly with terminal viewport width this time

v0.2.1

31 May 14:46
v0.2.1
3f3f4b6

Choose a tag to compare

Fixed

  • Messages wrap properly with terminal viewport width

v0.2.0

31 May 14:14
v0.2.0
8e706c2

Choose a tag to compare

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

15 Jan 00:35
v0.1.2
f4afdce

Choose a tag to compare

Changed

  • Server redirects non-upgrade http requests

v0.1.1

14 Jan 23:15
v0.1.1
d703615

Choose a tag to compare

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

14 Jan 21:04
v0.1.0
2ad248f

Choose a tag to compare

Added