Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@tharropoulos tharropoulos released this 21 Jun 15:16
· 11 commits to main since this release
v0.2.0
10d97f3

Changelog

  • 1c98fc0 feat(presentation): add speaker notes mode with sync functionality
  • 97684eb fix(speaker-notes): set status as disconnecting if client is nil on init
  • 7f5f291 fix(sync-server): use mutex to avoid race conditions on goroutines
  • e68c538 fix(tui): close sync client when killing notes process
  • 10d97f3 refactor(sync-server): change channel to non-buffered
  • 1b50b91 refactor(sync-server): make port bound to 34622
  • 83bd196 refactor(sync-server): remove redudant reconnecting boolean from struct
  • d233696 refactor(sync_server): change map from bool to struct for clients

Released by GoReleaser.