Exolynk v1.3.0
Posted 2025-05-22 11:00:00 ‐ 2 min read
This article shows the details of the release v1.3.0
Following a list of all changes which are included with the v1.3.0 release.
Improved Charts
It's now possible to stack data together in bar- and pie-charts.
When using the same title for datapoints, it's now automatically stacked.
An additional subtitle input, allows to define custom names and groups for the data.
<chart-data sql="SELECT count(ident) FROM user;" title="Title 1" subtitle="Subtitle 2" />
Additionally bar charts can now draw display horizontal lines with a defined line typ.
<chart-data sql="SELECT count(ident) FROM user;" typ="line" />
Breaking:
- Removed Mixtral as LLM Typ from scripting #678
New Features:
- Added WebWorker for workflow execution within the browser #677
- Clearing browser cache after deployment of new version #676
- Improved charts with stacking and lines #674
- DGSVO improvement: Record logs from deleted records are deleted after 90 days #644
- Improved login behaviour with cookie session token #673
- Data Reader within scripting can now be created from text & bytes #671
- References in edit mode providing link to the record
Bug Fixes:
- Fixed Relation-Chart for empty record references #679
- Add markdown links to images to relation chart #682
- Fixed markdown string field saving #681
- Edit/Finish Button in Global Settings (Templates, Workflows, Services) fixed #675
- Fixed inital rendering of deleted records within settings #683
- Fixed writing of files #671
- Changed error display for dynamic workflows #687
- Fixed relation chart content overflow #688
- Table read only hides edit buttons #686
- Fixed selection options wihtin table settings
- Fixed table column width problem #690
- Switching tabs rechecks workflows visibility again #684