From d963f897ed09d64d2dd2460eea7f2bd7b0cc66d9 Mon Sep 17 00:00:00 2001 From: Matt Rubens <2600+mrubens@users.noreply.github.com> Date: Tue, 4 Aug 2026 15:23:55 +0000 Subject: [PATCH] chore: release Roomote 0.33.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fefa84980..6eb4023a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ This file tracks product releases for Roomote (single monorepo version). Automated release entries are prepended by `pnpm run version`. +## 0.33.0 (2026-08-04) + +This release adds new ways to connect and invoke Roomote, gives deployments clearer account-linking guidance, and improves automation and Amazon Bedrock model discovery. + +### Highlights + +- Start Roomote from existing Slack, Discord, and Microsoft Teams conversations with an administrator-configured emoji reaction. +- Connect Resend with safe inspection-oriented defaults and explicit controls for sensitive actions. +- Add deployment-specific account-linking guidance across chat, source control, and sign-in surfaces. +- Keep Amazon Bedrock models visible and organized under one provider section in model settings. + +### Minor changes + +- Let administrators configure an emoji that starts Roomote from an existing Slack, Discord, or Microsoft Teams conversation, reusing the normal task flow and preserving the reacting user's account attribution. +- Add Resend as a deployment-wide integration with inspection-oriented access by default and explicit administrator controls for sensitive email, credential, automation, contact, domain, and webhook actions. +- Let administrators add deployment-specific account-linking guidance that appears alongside Roomote's built-in instructions in source-control comments, Discord, Telegram, and the sign-in page. + +### Patch changes + +- Keep Amazon Bedrock Mantle models visible after settings reload and group native Bedrock and Mantle entries under one Amazon Bedrock section instead of showing duplicate headings. +- Make routine Discord release announcements shorter and suppress link-preview cards while keeping the release notes link available. +- Make automations the highest-priority onboarding prompt for users who have not enabled one, and link the Automations page directly to practical Cookbook recipes. + ## 0.32.1 (2026-08-04) This patch restores licensed Cloud seat limits and keeps custom automation destinations limited to connected communication providers. diff --git a/package.json b/package.json index 25bad98ff..e5ca54906 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "roomote", - "version": "0.32.1", + "version": "0.33.0", "license": "FCL-1.0-ALv2", "packageManager": "pnpm@10.29.3", "engines": {