Skip to content

Release 2.0.0

Compare
Choose a tag to compare
@jkrumm jkrumm released this 19 Jan 08:26
· 91 commits to master since this release

2.0.0 (2024-01-19)

Features

  • v2: added notifications & fixed tracking and room join (150bf92)
  • v2: optimized room-state implementation (3f6b30f)
  • v2: room state persisted in Redis & TRPC endpoints to update state (91b72b4), closes #65
  • v2: switch to mysql with Planetscale database & better schema (8b54207)
  • v2: vote and estimation tracking (07da824)

Bug Fixes

  • various issues through feat v2 (41920a9)

Documentation

  • automatic changelog using release-it and conventional commits (417e12a)
  • improve release-it configurations (36fe94d)

Other Changes

  • import sort using Prettier (4f2c941)