Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions release-notes.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: "Release Notes"
description: "New features, improvements, and fixes in OpenOps."
icon: "📝"
iconType: "emoji"
---

## 2026-01-28

### 🚀 Features

- Improved OAuth connections with safer sign-in, clearer redirects, and better error handling
- Webhooks can now return a response without ending the workflow run
- Deleting a workflow now stops any in-progress workflow runs cleanly
- Manual runs now generate the same trigger payload as scheduled runs when applicable
- Block discovery now applies folder exclusions consistently

### ✨ Improvements

- Improved AI chat panel layout on small screens (minimum width reduced to 300px)
- Updated OpenOps Tables AI guidance to improve tool selection and results
- Standardized OAuth behavior across modules for more consistent sign-in flows
- Improved overall stability and compatibility

### 🐛 Fixes

- Fixed OAuth redirects to return all callback parameters to the original window
- Fixed progress updates so they reliably attach to the correct workflow run
- Improved SMTP connections with configurable ports and clearer error messages
- Outlook forward-email now supports CC and BCC recipients
- Clarified Outlook email search query help text
Loading