diff --git a/CHANGELOG.md b/CHANGELOG.md index 17ed1a98e9..11dfc2b7ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.6.32] - 2025-09-29 + +### Added + +- ๐Ÿ—๏ธ Permission toggle for public sharing of notes was added, allowing note owners to quickly enable or disable public access from the note settings interface. +- โš ๏ธ A warning is now displayed in the user edit modal if conflicting group permissions are detected, helping administrators resolve access control ambiguities before saving changes. + +### Fixed + +- ๐Ÿงฐ Fixed regression where External Tool servers (OpenAPI) were nonfunctional after the 0.6.31 update; external tools integration is now restored and reliable. +- ๐Ÿš‘ Resolved a critical bug causing Streamable HTTP OAuth 2.1 (MCP server) integrations to throw a 500 error on first invocation due to missing 'SessionMiddleware'. OAuth 2.1 registration now succeeds and works on subsequent requests as expected. +- ๐Ÿ› The "Set as default" option is now reliably clickable in model and filter selection menus, fixing cases where the interface appeared unresponsive. +- ๐Ÿ› ๏ธ Embed UI now works seamlessly with both default and native function calling flows, ensuring the tool embedding experience is consistent regardless of invocation method. +- ๐Ÿงน Addressed various minor UI bugs and inconsistencies for a cleaner user experience. + +### Changed + +- ๐Ÿงฌ MCP tool result handling code was refactored for improved parsing and robustness of tool outputs. +- ๐Ÿงฉ The user edit modal was overhauled for clarity and usability, improving the organization of group, permission, and public sharing controls. + ## [0.6.31] - 2025-09-25 ### Added