Skip to content

v0.6.0

Choose a tag to compare

@emmpaul emmpaul released this 12 Jul 14:34
ec0845e

0.6.0 (2026-07-12)

Features

  • auth: EMAIL_VERIFICATION_ENABLED flag to require email confirmation (#202) (#255) (34af35e)
  • channels: virtualized message timeline (#42) (#264) (4b5e42c)
  • messaging: message reminders ("remind me about this") (#33) (#236) (334207e)
  • realtime: offline/reconnect resilience for the message stream (#55) (#244) (f636005)
  • skills: add design-to-issue skill (#233) (0f6274e)
  • teams: workspace custom emoji (#38) (#251) (fdd0875)

Bug Fixes

  • channels: secure-context-safe UUID helper for message sends (#226) (#259) (99a4f45)
  • composer: focus textarea when clicking anywhere in the input card (#169) (#241) (d2572a4)
  • messaging: scope @mention autocomplete to DM participants (#216) (#240) (44d3868)
  • navigation: populate the sidebar on the message search page (#243) (#245) (96402c4)
  • seeder: use time-ordered UUIDv7 message ids in channel backfill (#247) (0fcb0fe)

Code Refactoring

  • channels: decompose Show.vue into composables and components (#238) (da71b5a)