Release Notes

Learn about the latest features, improvements, and bug fixes.

NocoBase v1.8.0-beta.6: Add the environment variable to control the audit log output method
🎉 New Features
  • [Audit logs] Add the environment variable AUDIT_LOGGER_TRANSPORT to control the audit log output method by @2013xile
🚀 Improvements
  • [client] Prohibit moving a group menu into itself (#7005) by @zhangzhonghe

  • [Calendar] support setting week start day in calendar block (#7032) by @katherinehhh

  • [Collection field: Markdown(Vditor)] support image click-to-zoom in Markdown (Vditor) preview mode (#7024) by @katherinehhh

  • [Collection field: Many to many (array)] Permission-related errors when displaying many-to-many(many) fields in ​data tables. (#7028) by @aaaaaajie

  • [Comments] support pagination in comment block by @katherinehhh

🐛 Bug Fixes
  • [client]

    • auto-closing issue when configuring fields in the secondary popup form (#7052) by @katherinehhh

    • Fix the issue where linkage rules cause infinite loop (#7050) by @zhangzhonghe

    • auto-closing issue when configuring fields in the secondary popup form (#7042) by @katherinehhh

    • Fix upload size hint (#7057) by @mytharcher

    • Fix: use optional chaining to safely reject requests in APIClient when handler may be undefined (#7054) by @sheldon66

    • auto-closing issue when configuring fields in the secondary popup form (#7042) by @katherinehhh

    • Fix fields not displaying in block templates caused by duplicate API requests (#6985) by @zhangzhonghe

    • select field options not working in filter form linkage rules (#7035) by @katherinehhh

    • Filter form validation rules cause the filter button to become ineffective (#6975) by @zhangzhonghe

    • Unable to clear the required field indicator of sub-table using linkage rules (#7022) by @zhangzhonghe

    • Fix the filter block parameter error issue (#6966) by @zhangzhonghe

    • Resolved an issue where block failed to read view data from external data sources. (#7017) by @aaaaaajie

    • Use independent variable scope for each field (#7012) by @mytharcher

    • Current object variable is invalid in linkage rules (#7008) by @zhangzhonghe

  • [database] fix: add missing creator and updater fields in import xlsx (#7011) by @aaaaaajie

  • [undefined] Remove database dependency for possibleTypes, enforce API-driven configuration by @aaaaaajie

  • [Action: Import records]

    • Fixed xlsx import to restrict textarea fields from accepting non-string formatted data (#7049) by @aaaaaajie

    • Fix child table import failurewhen relational fields are involved (#7039) by @aaaaaajie

    • Fixed errors occurring during batch editing when importing XLSX tree table data (#7013) by @aaaaaajie

  • [Data visualization]

    • incorrect display of between date field in chart filter (#7051) by @katherinehhh

    • Checkbox group fields in charts should display labels instead of raw values (#7033) by @2013xile

  • [API documentation] non-NocoBase official plugins fail to display API documentation (#7045) by @chenzhizdt

  • [Workflow]

    • Fix toJSON() caused error in schedule trigger (#7037) by @mytharcher

    • Fix error thrown in manual execute action when trigger not configured correctly (#7036) by @mytharcher

    • Fix UI error when workflow not exists (#7023) by @mytharcher

    • Fix collection event on create or update mode not triggering when create without changed field (#7015) by @mytharcher

  • [Data source manager] Remove database dependency for possibleTypes, enforce API-driven configuration (#7019) by @aaaaaajie

  • [Mobile] Optimize mobile popup lag issues (#7029) by @zhangzhonghe

  • [Action: Export records Pro] Fix the error that occurs when exporting attachments with conditions. by @aaaaaajie

  • [Workflow: JavaScript] Fix require for relative path by @mytharcher

  • [Template print] Fix permission parsing bug and add data not found check. by @sheldon66

  • [Workflow: Approval]

    • To avoid undefined field error by @mytharcher

    • Fix error thrown when workflow deleted by @mytharcher

    • Fix trigger variables by @mytharcher

    • Reload file association from snapshot to avoid URL expires by @mytharcher

    • Fix API error when refresh detail page by @mytharcher

  • [WeCom] Add check for callback path in gateway middleware by @2013xile

beta
NocoBase v1.7.10: Bug Fixes
🐛 Bug Fixes
  • [client]

    • Fix the issue where linkage rules cause infinite loop (#7050) by @zhangzhonghe

    • Fix: use optional chaining to safely reject requests in APIClient when handler may be undefined (#7054) by @sheldon66

    • auto-closing issue when configuring fields in the secondary popup form (#7052) by @katherinehhh

  • [Data visualization] incorrect display of between date field in chart filter (#7051) by @katherinehhh

  • [API documentation] non-NocoBase official plugins fail to display API documentation (#7045) by @chenzhizdt

  • [Action: Import records] Fixed xlsx import to restrict textarea fields from accepting non-string formatted data (#7049) by @aaaaaajie

latest
NocoBase v1.8.0-alpha.5: Support filling input fields via QR code scanning
🚀 Improvements
  • [client]

    • Support filling input fields via QR code scanning (#6943) by @katherinehhh

    • support localization for Markdown block content (#6941) by @katherinehhh

    • Prohibit moving a group menu into itself (#7005) by @zhangzhonghe

  • [Collection field: Many to many (array)] Permission-related errors when displaying many-to-many(many) fields in ​data tables. (#7028) by @aaaaaajie

  • [Calendar] support setting week start day in calendar block (#7032) by @katherinehhh

  • [Collection field: Markdown(Vditor)] support image click-to-zoom in Markdown (Vditor) preview mode (#7024) by @katherinehhh

🐛 Bug Fixes
  • [client]

    • auto-closing issue when configuring fields in the secondary popup form (#7052) by @katherinehhh

    • Fix fields not displaying in block templates caused by duplicate API requests (#6985) by @zhangzhonghe

    • auto-closing issue when configuring fields in the secondary popup form (#7042) by @katherinehhh

    • Filter form validation rules cause the filter button to become ineffective (#6975) by @zhangzhonghe

    • auto-closing issue when configuring fields in the secondary popup form (#7042) by @katherinehhh

    • select field options not working in filter form linkage rules (#7035) by @katherinehhh

    • Unable to clear the required field indicator of sub-table using linkage rules (#7022) by @zhangzhonghe

    • Fix the filter block parameter error issue (#6966) by @zhangzhonghe

    • Fix the issue where current user data is empty (#7016) by @zhangzhonghe

    • Current object variable is invalid in linkage rules (#7008) by @zhangzhonghe

    • Resolved an issue where block failed to read view data from external data sources. (#7017) by @aaaaaajie

    • Use independent variable scope for each field (#7012) by @mytharcher

  • [Data visualization]

    • incorrect display of between date field in chart filter (#7051) by @katherinehhh

    • Checkbox group fields in charts should display labels instead of raw values (#7033) by @2013xile

  • [Action: Import records]

    • Fixed xlsx import to restrict textarea fields from accepting non-string formatted data (#7049) by @aaaaaajie

    • Fix child table import failurewhen relational fields are involved (#7039) by @aaaaaajie

    • Fixed errors occurring during batch editing when importing XLSX tree table data (#7013) by @aaaaaajie

  • [API documentation] non-NocoBase official plugins fail to display API documentation (#7045) by @chenzhizdt

  • [Workflow]

    • Fix toJSON() caused error in schedule trigger (#7037) by @mytharcher

    • Fix error thrown in manual execute action when trigger not configured correctly (#7036) by @mytharcher

    • Fix UI error when workflow not exists (#7023) by @mytharcher

    • Fix collection event on create or update mode not triggering when create without changed field (#7015) by @mytharcher

  • [Mobile] Optimize mobile popup lag issues (#7029) by @zhangzhonghe

  • [Data source manager] Remove database dependency for possibleTypes, enforce API-driven configuration (#7019) by @aaaaaajie

  • [Action: Export records Pro] Fix the error that occurs when exporting attachments with conditions. by @aaaaaajie

alpha
NocoBase v1.7.9: Bug Fixes
🐛 Bug Fixes
  • [client] Fix block error issues (#7048) by @gchust
latest
NocoBase v1.7.8: Add the environment variable to control the audit log output method
🎉 New Features
  • [Audit logs] Add the environment variable AUDIT_LOGGER_TRANSPORT to control the audit log output method by @2013xile
🚀 Improvements
  • [Calendar] support setting week start day in calendar block (#7032) by @katherinehhh

  • [Collection field: Many to many (array)] Permission-related errors when displaying many-to-many(many) fields in ​data tables. (#7028) by @aaaaaajie

🐛 Bug Fixes
  • [client]

    • auto-closing issue when configuring fields in the secondary popup form (#7042) by @katherinehhh

    • select field options not working in filter form linkage rules (#7035) by @katherinehhh

    • Filter form validation rules cause the filter button to become ineffective (#6975) by @zhangzhonghe

    • Fix fields not displaying in block templates caused by duplicate API requests (#6985) by @zhangzhonghe

  • [Action: Import records] Fix child table import failurewhen relational fields are involved (#7039) by @aaaaaajie

  • [Data visualization] Checkbox group fields in charts should display labels instead of raw values (#7033) by @2013xile

  • [Workflow] Fix error thrown in manual execute action when trigger not configured correctly (#7036) by @mytharcher

  • [Workflow: Approval]

    • To avoid undefined field error by @mytharcher

    • Fix API error when refresh detail page by @mytharcher

  • [WeCom] Add check for callback path in gateway middleware by @2013xile

latest
NocoBase v1.7.6: Bug Fixes
🚀 Improvements
  • [client] Prohibit moving a group menu into itself (#7005) by @zhangzhonghe
🐛 Bug Fixes
  • [client]

    • Resolved an issue where block failed to read view data from external data sources. (#7017) by @aaaaaajie

    • Fix the filter block parameter error issue (#6966) by @zhangzhonghe

    • Current object variable is invalid in linkage rules (#7008) by @zhangzhonghe

    • Unable to clear the required field indicator of sub-table using linkage rules (#7022) by @zhangzhonghe

  • [undefined] Remove database dependency for possibleTypes, enforce API-driven configuration by @aaaaaajie

  • [Mobile] Optimize mobile popup lag issues (#7029) by @zhangzhonghe

  • [Data source manager] Remove database dependency for possibleTypes, enforce API-driven configuration (#7019) by @aaaaaajie

  • [Action: Import records] Fixed errors occurring during batch editing when importing XLSX tree table data (#7013) by @aaaaaajie

  • [Workflow] Fix UI error when workflow not exists (#7023) by @mytharcher

  • [Workflow: JavaScript] Fix require for relative path by @mytharcher

  • [Workflow: Approval]

    • Fix error thrown when workflow deleted by @mytharcher

    • Reload file association from snapshot to avoid URL expires by @mytharcher

    • Fix trigger variables by @mytharcher

latest
NocoBase v1.7.5: Bug Fixes
🐛 Bug Fixes
  • [client] Use independent variable scope for each field (#7012) by @mytharcher

  • [database] fix: add missing creator and updater fields in import xlsx (#7011) by @aaaaaajie

  • [Workflow] Fix collection event on create or update mode not triggering when create without changed field (#7015) by @mytharcher

  • [Action: Export records Pro] Fix the error that occurs when exporting attachments with conditions. by @aaaaaajie

latest
NocoBase v1.8.0-alpha.4: Support to filter more fields of workflow
🚀 Improvements
  • [Workflow] Support to filter more fields of workflow (#6995) by @mytharcher

  • [Email manager] supports the default sending value in pop-up, supports fuzzy search for recipients, and fixes problems by @jiannx

🐛 Bug Fixes
  • [database] fix: add missing creator and updater fields in import xlsx (#7011) by @aaaaaajie

  • [client]

    • missing field title when setting a variable in the assignment component (#7001) by @katherinehhh

    • Association fields shows sub-table and sub-form on hover in read-pretty mode (#7002) by @zhangzhonghe

    • markdown block linkage rules not working when triggered by popup action (#7007) by @katherinehhh

    • switching page in subtable of detail block within modal triggers unsaved changes warning (#7004) by @katherinehhh

    • field style linkage rules not working (#7003) by @katherinehhh

  • [Async task manager] Fixed multiple execution issue during async import (#7006) by @aaaaaajie

  • [Localization] Resolve error caused by empty texts (#7010) by @2013xile

  • [Action: Export records Pro] Fixed multiple execution issue during async import by @aaaaaajie

  • [Workflow: Approval] Fix delegated approval can not continue when approved by others by @mytharcher

  • [Email manager]

    • multiple primary keys for table “mailmessagelabels_mailmessages” by @jiannx

    • setting pop-up not to display by @jiannx

    • mail fuzzy search to make unique filters by @jiannx

    • recipient fuzzy search supports associated fields by @jiannx

    • add the “id” field to the mailmessagelabelsMailmessages by @jiannx

alpha
NocoBase v1.8.0-beta.5: Support to filter more fields of workflow
🚀 Improvements
  • [Workflow] Support to filter more fields of workflow (#6995) by @mytharcher
🐛 Bug Fixes
  • [client]

    • markdown block linkage rules not working when triggered by popup action (#7007) by @katherinehhh

    • Association fields shows sub-table and sub-form on hover in read-pretty mode (#7002) by @zhangzhonghe

    • field style linkage rules not working (#7003) by @katherinehhh

    • missing field title when setting a variable in the assignment component (#7001) by @katherinehhh

    • switching page in subtable of detail block within modal triggers unsaved changes warning (#7004) by @katherinehhh

  • [Async task manager] Fixed multiple execution issue during async import (#7006) by @aaaaaajie

  • [Localization] Resolve error caused by empty texts (#7010) by @2013xile

  • [Action: Export records Pro] Fixed multiple execution issue during async import by @aaaaaajie

  • [Workflow: Approval] Fix delegated approval can not continue when approved by others by @mytharcher

beta
NocoBase v1.7.4: Bug Fixes
🐛 Bug Fixes
  • [client]

    • Association fields shows sub-table and sub-form on hover in read-pretty mode (#7002) by @zhangzhonghe

    • markdown block linkage rules not working when triggered by popup action (#7007) by @katherinehhh

  • [Localization] Resolve error caused by empty texts (#7010) by @2013xile

  • [Async task manager] Fixed multiple execution issue during async import (#7006) by @aaaaaajie

  • [Action: Export records Pro] Fixed multiple execution issue during async import by @aaaaaajie

  • [Workflow: Approval] Fix delegated approval can not continue when approved by others by @mytharcher

latest
NocoBase v1.7.3: Support to filter more fields of workflow
🚀 Improvements
  • [Workflow] Support to filter more fields of workflow (#6995) by @mytharcher
🐛 Bug Fixes
  • [client]
    • switching page in subtable of detail block within modal triggers unsaved changes warning (#7004) by @katherinehhh

    • missing field title when setting a variable in the assignment component (#7001) by @katherinehhh

    • field style linkage rules not working (#7003) by @katherinehhh

latest
NocoBase v1.8.0-alpha.3: Optimze performance issues when processing large XLSX files
🚀 Improvements
  • [Action: Batch edit] Use filterByTk instead of filter under selected mode (#6994) by @mytharcher

  • [Action: Import records Pro] Optimze performance issues when processing large XLSX files (high-row/column datasets), preventing system crashes or freezes. by @aaaaaajie

🐛 Bug Fixes
  • [client]

    • missing field title in assignedField component (#6987) by @katherinehhh

    • The last menu item cannot be selected in the move menu list (#6997) by @zhangzhonghe

    • The content displayed incorrectly on pages opened through popup links (#6990) by @zhangzhonghe

  • [Workflow]

    • Fix filter not updated when switching categories tabs (#6989) by @mytharcher

    • Fix workflow stats not auto created (#6993) by @mytharcher

alpha
NocoBase v1.8.0-beta.4: Optimze performance issues when processing large XLSX files
🚀 Improvements
  • [Action: Batch edit] Use filterByTk instead of filter under selected mode (#6994) by @mytharcher

  • [Action: Import records Pro] Optimze performance issues when processing large XLSX files (high-row/column datasets), preventing system crashes or freezes. by @aaaaaajie

🐛 Bug Fixes
  • [client]

    • missing field title in assignedField component (#6987) by @katherinehhh

    • The last menu item cannot be selected in the move menu list (#6997) by @zhangzhonghe

  • [Workflow]

    • Fix filter not updated when switching categories tabs (#6989) by @mytharcher

    • Fix workflow stats not auto created (#6993) by @mytharcher

beta
NocoBase v1.7.2: Optimze performance issues when processing large XLSX files
🚀 Improvements
  • [Action: Batch edit] Use filterByTk instead of filter under selected mode (#6994) by @mytharcher

  • [Action: Import records Pro] Optimze performance issues when processing large XLSX files (high-row/column datasets), preventing system crashes or freezes. by @aaaaaajie

🐛 Bug Fixes
  • [client]

    • missing field title in assignedField component (#6987) by @katherinehhh

    • The last menu item cannot be selected in the move menu list (#6997) by @zhangzhonghe

  • [Workflow]

    • Fix filter not updated when switching categories tabs (#6989) by @mytharcher

    • Fix workflow stats not auto created (#6993) by @mytharcher

latest
NocoBase v1.8.0-alpha.2: Bug Fixes
🐛 Bug Fixes
  • [client] Fix fields not displaying in block templates caused by duplicate API requests (#6957) by @zhangzhonghe
alpha
NocoBase v1.8.0-beta.3: Support to use url parameter as variable
🎉 New Features
  • [Data visualization] Support multiplication and division in chart transformation configuration (#6788) by @bugstark
🚀 Improvements
  • [Public forms] Support to use url parameter as variable (#6973) by @mytharcher
🐛 Bug Fixes
  • [client] Fix fields not displaying in block templates caused by duplicate API requests (#6957) by @zhangzhonghe

  • [Workflow: Manual node] Fix initializer throws error when using external datasource (#6983) by @mytharcher

beta
NocoBase v1.7.1: Support multiplication and division in chart transformation configuration
🎉 New Features
  • [Data visualization] Support multiplication and division in chart transformation configuration (#6788) by @bugstark
🚀 Improvements
  • [Public forms] Support to use url parameter as variable (#6973) by @mytharcher
🐛 Bug Fixes
  • [client] Fix fields not displaying in block templates caused by duplicate API requests (#6957) by @zhangzhonghe

  • [Workflow: Manual node] Fix initializer throws error when using external datasource (#6983) by @mytharcher

latest
NocoBase v1.8.0-alpha.1: Add workflow category management
🎉 New Features
  • [undefined]

    • New support for Gitpod allows you to start the development environment with one click and quickly begin development. (#6922) by @kerwin612
    • Add new “Input Copy Button” plugin for single-line text fields (#6894) by @kerwin612
  • [Data visualization] Support multiplication and division in chart transformation configuration (#6788) by @bugstark

  • [Workflow] Add workflow category management (#6965) by @mytharcher

  • [Email manager] support mass sending by @jiannx

🚀 Improvements
  • [client]

    • improve styles for date range filter component (#6939) by @katherinehhh
    • support configuring whether menu links open in a new window (#6918) by @katherinehhh
    • Fix issue where hidden form controls captured tab key, significantly improving form operation efficiency (#6942) by @kerwin612
    • validate required fields before showing confirmation dialog (#6931) by @katherinehhh
  • [Public forms] Support to use url parameter as variable (#6973) by @mytharcher

  • [Action: Import records Pro] Optimize xlsx import performance by @aaaaaajie

  • [Template print] Add more logs. by @sheldon66

  • [Auth: OIDC] Ignore case when matching user by email by @2013xile

  • [Workflow: Approval] Import workflow collections from workflow plugin to avoid duplication by @mytharcher

  • [Email manager] complete mass sending function by @jiannx

🐛 Bug Fixes
  • [client]

    • Fix fields not displaying in block templates caused by duplicate API requests (#6957) by @zhangzhonghe
    • Fix the issue where blocks created in popups have incorrect collection (#6961) by @zhangzhonghe
    • Fix the issue where single-line text field values are displayed as an array in esay-reading mode (#6968) by @zhangzhonghe
    • Fix the field order in filter button dropdown list (#6962) by @zhangzhonghe
    • Fields and actions only take effect after refreshing the page (#6977) by @zhangzhonghe
    • Fix the issue where the ‘Ellipsis overflow content’ option is ineffective for relation fields (#6967) by @zhangzhonghe
    • issue where select association field popup closes on first input when adding new data (#6971) by @katherinehhh
    • association field in subtable triggering request when iteration variable with empty value (#6969) by @katherinehhh
    • form validation rules data lost when collapsing panel (#6949) by @katherinehhh
    • Fix issue where filter form default values are invalid in sub-pages (#6960) by @zhangzhonghe
    • field assignment component i18n not working (#6945) by @katherinehhh
    • unable to expand association collection fields from external data sources in role data table scope (#6958) by @katherinehhh
    • date picker not refreshed after toggling from “is between” back to “is” (#6956) by @katherinehhh
    • subtable linkage variable fetches association data on clear instead of using form value (#6963) by @katherinehhh
    • selected values are reset when updating multi-select dropdown options via linkage rules (#6953) by @katherinehhh
    • Incorrect highlight position when dragging table rows (#6952) by @chenos
    • form label colon visibility setting not working (#6947) by @katherinehhh
    • paginate association field dropdown data with page size of 200 (#6950) by @katherinehhh
    • Fix the issue with the copy button in the error pop-up copying out as [object Object]. (#6908) by @kerwin612
    • Cannot select variables when setting default values for association fields (#6974) by @zhangzhonghe
    • Block resize by dragging not working (#6944) by @chenos
  • [Workflow: Manual node] Fix initializer throws error when using external datasource (#6983) by @mytharcher

  • [Authentication] Performance issue caused by expired token cleanup (#6981) by @2013xile

  • [File manager] Fix Ali-OSS timeout configuration (#6970) by @mytharcher

  • [Workflow] Fix error thrown when filter workflows (#6978) by @mytharcher

  • [Theme editor] Hide theme switch option and fix popup style (#6964) by @zhangzhonghe

  • [Collection field: Markdown(Vditor)] markdown-vditor field component width issue after zoom in and out (#6946) by @katherinehhh

  • [Workflow: Custom action event] Fix initializer for workbench missed by @mytharcher

  • [Auth: OIDC] Sign-in button text not being localized by @2013xile

  • [Workflow: Approval] Fix error when assignees scope querying with association condition by @mytharcher

alpha
NocoBase v1.8.0-beta.2: Template print add more logs
🚀 Improvements
  • [Template print] Add more logs. by @sheldon66
beta
NocoBase v1.8.0-beta.1: Add workflow category management
🎉 New Features
  • [undefined] Add new “Input Copy Button” plugin for single-line text fields (#6894) by @kerwin612

  • [Workflow] Add workflow category management (#6965) by @mytharcher

🚀 Improvements
  • [client] support configuring whether menu links open in a new window (#6918) by @katherinehhh

  • [Action: Import records Pro] Optimize xlsx import performance by @aaaaaajie

  • [Auth: OIDC] Ignore case when matching user by email by @2013xile

  • [Workflow: Approval] Import workflow collections from workflow plugin to avoid duplication by @mytharcher

🐛 Bug Fixes
  • [client]

    • Fields and actions only take effect after refreshing the page (#6977) by @zhangzhonghe

    • Fix fields not displaying in block templates caused by duplicate API requests (#6957) by @zhangzhonghe

    • Fix the issue where blocks created in popups have incorrect collection (#6961) by @zhangzhonghe

    • Cannot select variables when setting default values for association fields (#6974) by @zhangzhonghe

    • Fix the issue where single-line text field values are displayed as an array in esay-reading mode (#6968) by @zhangzhonghe

    • unable to expand association collection fields from external data sources in role data table scope (#6958) by @katherinehhh

    • Fix the issue where the ‘Ellipsis overflow content’ option is ineffective for relation fields (#6967) by @zhangzhonghe

    • Fix issue where filter form default values are invalid in sub-pages (#6960) by @zhangzhonghe

    • issue where select association field popup closes on first input when adding new data (#6971) by @katherinehhh

    • association field in subtable triggering request when iteration variable with empty value (#6969) by @katherinehhh

    • Fix the field order in filter button dropdown list (#6962) by @zhangzhonghe

    • form validation rules data lost when collapsing panel (#6949) by @katherinehhh

    • selected values are reset when updating multi-select dropdown options via linkage rules (#6953) by @katherinehhh

    • subtable linkage variable fetches association data on clear instead of using form value (#6963) by @katherinehhh

    • paginate association field dropdown data with page size of 200 (#6950) by @katherinehhh

    • date picker not refreshed after toggling from “is between” back to “is” (#6956) by @katherinehhh

    • Incorrect highlight position when dragging table rows (#6952) by @chenos

  • [Authentication] Performance issue caused by expired token cleanup (#6981) by @2013xile

  • [Workflow] Fix error thrown when filter workflows (#6978) by @mytharcher

  • [File manager] Fix Ali-OSS timeout configuration (#6970) by @mytharcher

  • [Theme editor] Hide theme switch option and fix popup style (#6964) by @zhangzhonghe

  • [Workflow: Custom action event] Fix initializer for workbench missed by @mytharcher

  • [Auth: OIDC] Sign-in button text not being localized by @2013xile

  • [Workflow: Approval] Fix error when assignees scope querying with association condition by @mytharcher

beta
Loading...

Loading more content...

No more content to load