Skip to content

1.0.3 - Gutian

Choose a tag to compare

@Confoederatio Confoederatio released this 24 Mar 12:16
· 46 commits to main since this release

Patch Notes. 1.0.3 (Gutian).

(24 March 2026). 12:09GMT. Stable Release.

  • Added Blacktraffic, allowing for calls to Puppeteer/Selenium for browser automation.
    • Blacktraffic.Workers now autonomously run at set intervals to scrape the web and save Ontologies if configured to do so.
  • Added Ontology for streaming database entries and keyframing their data.
  • Bugfix: CSS layouts have been optimised to avoid jank as much as possible.
  • Bugfix: ve.Feature should now collect ve.Tooltip garbage.
  • Bugfix: ve.ScriptManager now supports pane splitting.
  • Bugfix: ve.Table now saves full formatting when being saved to/from an Object.
  • Bugfix; ve.UndoRedo now saves state in between switches.
  • Bugfix: .x/.y can now have CSS calc strings passed into them.
  • GeoKMZ/GeoKML is now supported through Maptalks.
  • Geospatiale now supports GeoNC files.
    • Added kNN-binning for GeoPNG, allowing for easier vectorisation.
    • Added vectorisation algorithms (to GeoJSON) for GeoPNG, and rasterisation algorithms as well (from GeoJSON to GeoPNG).
  • Optimised Telestyle static styles, allowing them to compile to universal atomics with proper scoping.
  • Python, R, and LMStudio integrations are now supported natively.
  • Updated documentation and README.
  • ve.Feature now has .style and .theme options for supporting Telestyle.
  • ve.UndoRedo now supports manual commits. Note that these are currently the same as full saves, pending diff storage in the future.
    • Manual commits can now be given names.
    • Updated contract functions to parse state by default for manual commits.