🎉 New Features
-
[server] AI employees can search bundled documentation with Bash commands (#9269) by @2013xile
-
[AI employees] Workflow AI employee node supports loading files from attachment fields. (#9402) by @cgyrock
-
[Text copy] support “Display copy button” option for read-only text field (#9394) by @katherinehhh
🚀 Improvements
-
[client] Allow to assign field value for sequence field (#9397) by @mytharcher
-
[Block: Kanban] Improved v2 detail field spacing consistency and made kanban card and column spacing better adapt to theme settings. (#9390) by @jiannx
-
[AI employees] Improved Nathan’s RunJS editing tools and reduced lag during long AI chat conversations (#9311) by @2013xile
-
[Workflow: Approval] Fix required validation behavior for approval forms by @zhangzhonghe
🐛 Bug Fixes
-
[flow-engine] Fixed untranslated data table field validation messages in v2 flow forms (#9393) by @jiannx
-
[client]
-
Fix filter forms that could not collapse (#9386) by @zhangzhonghe
-
Fix the error when filtering scalar fields with custom multi-select filters (#9387) by @zhangzhonghe
-
Fix incorrect download filenames for AttachmentURL fields when file metadata is missing. (#9382) by @mytharcher
-
fix adapt DividerItem to theme in v2 (#9372) by @katherinehhh
-
Fix the issue where v1 subtable linkage rules incorrectly change required field styles (#9364) by @zhangzhonghe
-
Fixed
Hidden (reserved value)fields in form blocks so they remain visible in UI Editor mode, and restored value input support for assigning them in Field assignment (#9373) by @jiannx -
Fixed the v2 table bulk workflow trigger so row selection stays consistent after redirecting between tabs and rows can be selected again after returning (#9388) by @jiannx
-
-
[client-v2]
-
[server] Fixed sub-application OAuth discovery requests being routed as main-app requests (#9383) by @2013xile
-
[Data source: Main] Fixed imported database tables using the wrong prefixed table name when a table prefix is enabled (#9403) by @2013xile
-
[Notification: In-app message] Fixed an issue where the in-app message list did not refresh after receiving realtime notifications (#9409) by @mytharcher
-
[Data source manager] prevent editing and deletion of all records in custom scope permissions for external data sources (#9395) by @katherinehhh
-
[AI: MCP server] Fixed MCP server packaging so runtime dependencies are included (#9401) by @2013xile
-
[Flow engine] Fixed an issue where blocks generated by AI could not be converted from reference templates back to duplicate templates. (#9392) by @gchust
-
[Action: Import records Pro] Fix the issue where duplicated check on date field always fails by @mytharcher
-
[Password policy] Fixed an issue where permanently locked users could sign in after a service restart by @2013xile
-
[Workflow: Approval] Fix the issue where the select record drawer is obscured in approval workflow configuration by @zhangzhonghe
-
[Backup manager] fix pg schema adaption by @Andrew1989Y