2025
As we continue to work on a few bigger features to release in the coming weeks, this small update includes several fixes and enhancements. We've introduced a new option to disable role-based access control (RBAC) at the workspace level, making it easier to test permissions — TraceX users will find this especially helpful for exploring the platform's capabilities with their team. We've also added beta labels for modules in development and fixed several issues in both Huly and TraceX, including markdown parsing in GitHub integrations, Drive folder references, and document versioning. This release also includes a small UI fix from one of our open-source contributors.
Enhancements
-
Improvement to UI for calendar: Thank you to open-source contributor @denisfl for spotting this small styling issue in the calendar view and submitting a quick fix! If you notice something that can be tweaked or improved in our UI, we welcome you to submit a PR to our open-source repository. #8212
-
Beta labels for modules in development: We've added a beta label to modules that are still in development. Sometimes we release experimental versions of modules to gather early feedback and understand how these features might be used, and the addition of beta labels is part of incremental improvements we're making to the UI to indicate which modules are not considered complete yet. As always, we welcome any feedback on beta modules to help us understand which features to prioritize. #8225
Bug Fixes
-
Handle unsupported markdown in GitHub integration: This fix was implemented to address an issue where certain unsupported markdown elements were causing parsing errors when syncing issues with GitHub. With this update, when the issue or PR description cannot be properly parsed, it will be left as raw markdown instead of causing a sync failure. #8246
-
Fix for Drive file references: This PR improves how references to files in Drive are handled. When copy/pasting a URL for a Drive file, the title will be displayed instead of the raw URL. Drive files can also be referenced using @mentions. #8223
eQMS
-
Fix for deleting sub-folders
We've fixed an issue where users couldn’t delete an empty subfolder - this is now possible. #8214
-
Fix for document versioning when deleting documents
When a document in the 'In Review' or 'In Approval' stage is deleted, the system was incorrectly creating a new document version instead of reverting it to a draft. This behavior was causing unnecessary version increments without proper explanation in the history log. We've introduced a fix that ensures that when a document in these stages is deleted, it will revert to a draft state on the same document version. #8205