# changelog

- v0.1.3
  - [wss support](#wss-support). now supports secure connections

- **v0.1.1** 
  - fix server message handling bug
  - fix session bugs
  - improved repl printing

- **v0.1.0** 
  - fix cursor bug (restore pending guess)
  - fix session bug 
  - show info on player join/quit
  - show remaining guesses
  - breaking api changes if you use server as API (see [./src/lib/net.ts](./src/lib/net.ts))


- **v0.0.13** 
  - play again after winning (more persistent sessions)
  - improved wordlist

