Summarize the weekly product update logs, and the latest releases can be checked on our blog.
NocoBase is currently updated with three branches: main
, next
and develop
.
main
:The most stable version to date, recommended for installation;next
:Beta version, contains upcoming new features and has been preliminarily tested. There might be some known or unknown issues. It’s mainly for test users to collect feedback and optimize functions further. Ideal for test users who want to experience new features early and give feedback;develop
:Alpha version, contains the latest feature code, may be incomplete or unstable, mainly for internal dev and rapid iteration. Suited for tech users interested in product’s cutting-edge, but with potential issues and incomplete functions. Not for production use.
main
v1.7.18
Release date: 2025-06-26
🚀 Improvements
- [Workflow] Optimize mobile style (#7040) by @mytharcher
- [Public forms] Optimize the performance of date components in public forms (#7117) by @zhangzhonghe
🐛 Bug Fixes
-
[Workflow] Fix params of loading record in tasks (#7123) by @mytharcher
-
[WEB client] Fix issue where blocks under pages were not displayed after setting role menu permissions (#7112) by @aaaaaajie
-
[Workflow: Approval]
- Fix applicant variable name in trigger by @mytharcher
- Fix mobile styles by @mytharcher
- Fix error thrown when approval related collection deleted by @mytharcher
next
v1.8.0-beta.11
Release date: 2025-06-27
🎉 New Features
- [Workflow: HTTP request node] Support
multipart/form-data
request (#7087) by @shushu992
🚀 Improvements
-
[Workflow]
-
[Public forms] Optimize the performance of date components in public forms (#7117) by @zhangzhonghe
-
[Workflow: Pre-action event] Adjust variable api by @mytharcher
-
[Workflow: Approval] Adjust variable API by @mytharcher
🐛 Bug Fixes
-
[client]
-
[Workflow]
-
[Mobile] Fix mobile popup z-index issue (#7110) by @zhangzhonghe
-
[WEB client] Fix issue where blocks under pages were not displayed after setting role menu permissions (#7112) by @aaaaaajie
-
[Calendar] date field issue in quick create form of calendar block (#7106) by @katherinehhh
-
[Action: Import records] Resolve login failure issue after batch import of usernames and passwords (#7076) by @aaaaaajie
-
[Workflow: Approval]
- Fix error thrown when approval related collection deleted by @mytharcher
- Fix mobile styles by @mytharcher
- Fix applicant variable name in trigger by @mytharcher
- Only participants can view (get) detail of approval by @mytharcher
- Fix legacy variable API which throws error by @mytharcher
develop
v1.8.0-alpha.12
Release date: 2025-07-02
🚀 Improvements
-
[database] Support to add pool options from env (#7133) by @mytharcher
-
[Workflow]
-
[Workflow: Approval] Change time to absolute in timeline by @mytharcher
🐛 Bug Fixes
-
[utils] filtering issue on DateOnly or Datetime (without time zone) using Exact day variable (#7113) by @katherinehhh
-
[cli]
-
[client]
-
[Workflow] Fix error thrown by cycling import (#7134) by @mytharcher
-
[plugin-commercial]
- develop mode not show license popup by @jiannx
- temporarily close the license verification pop-up by @jiannx
- adjust the license verification logic and support pan-domain name matching by @jiannx
-
[Password policy] Support permanently locking user accounts by @2013xile
-
[Workflow: Subflow] Fix issue in cluster mode by @mytharcher
-
[Workflow: Approval]
- Add form layout settings by @mytharcher
- Remove non-filterable fields from filter by @mytharcher
v1.8.0-alpha.11
Release date: 2025-06-27
🎉 New Features
- [License settings] add license setting and validate license before downloading plugins (#7026) by @jiannx
🚀 Improvements
- [Multi-app manager] add filter support to multi-app management (#7124) by @katherinehhh
- [Workflow] Optimize mobile style (#7040) by @mytharcher
- [Public forms] Optimize the performance of date components in public forms (#7117) by @zhangzhonghe
- [plugin-commercial] encrypt log send and improving license Information display by @jiannx
🐛 Bug Fixes
- [client] association field default value overrides existing data in sub-table (#7120) by @katherinehhh
- [Workflow] Fix params of loading record in tasks (#7123) by @mytharcher
- [WEB client] Fix issue where blocks under pages were not displayed after setting role menu permissions (#7112) by @aaaaaajie
- [Workflow: Approval] Fix applicant variable name in trigger by @mytharcher