Skip to content

v1.2.0

Latest

Choose a tag to compare

@cayeshni-release-app cayeshni-release-app released this 15 Jun 21:39

1.2.0 (2026-06-15)

Features

  • changed group invites to autojoin when using an invite link (63f9d92)
  • implement invite token generation using base58 encoding for groups (9de09a5)

Bug Fixes

  • cors: support Vercel preview deployments for cayeshni-* domains (6ec59e1)
  • User already joing this group error caused by incorrect router config (14c7cfd)

Refactoring

  • group invites frontend autojoin and cleaner link generation (#46) (960a10f)
  • make allowed origins configuration-driven and split API extensions (3799d65)

Chores

  • server: remove redundant PORT-based Kestrel configuration since Docker handles ASPNETCORE_URLS (0fd4c51)

CI/CD

  • fix sync main to develop race condition (#45) (06b07ec)