Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 17:32
· 107 commits to main since this release
v0.4.0
a12fdfc

Features

  • feat: unread-count shows in browser tab (6c859bb) by @coolmyll
  • feat: minor title and tagline styling, layout responsiveness (6c6e147)
  • feat: update join tagline positioning and styling; enhance layout responsiveness (b2ae140)
  • feat: minor seo with canonical link and structured data; add robots.txt and sitemap.xml (10a06c3)
  • feat: implement profile changes and room-switch announcements (ac059f9) by @remsky

Maintenance

  • chore: v0.4.0 (a12fdfc)
  • ci: split check and test into separate jobs, catch teardown bug (todo) (1545c4a)
  • style: format room.ts (0cb4861)
  • refactor: break room.ts out into meaningful modules (c2e33da) by @remsky
  • chore: update GitHub Actions to use latest checkout and setup-node versions (30724e8)

New Contributors