Skip to content

0.96b - Jemdet Nasr

Choose a tag to compare

@Confoederatio Confoederatio released this 25 Jan 21:26
· 126 commits to main since this release

Patch Notes. 0.96b (Jemdet Nasr).

(25 January 2026). 21:25GMT. Stable Release.

  • Added ve.ObjectEditor for editing new objects.
  • Bugfix for interfaces not flexing correctly in certain instances.
  • Merged Custom Nodes ve.NodeEditor branch into main.
  • ve.Colour:
    • Now supports arg1_options.is_rgba argument.
  • ve.DatavisSuite:
    • Added support for bar charts.
    • Added support for pie charts.
    • Guaranteed 1:1 Echarts bindings for axis and series symbols.
    • Fixed a bug with circular JSON structures when saving .ve-ds files.
    • ve.DatavisSuite now serialises/deserialises correctly to and from JSON.
  • ve.List:
    • Now supports setting a manual placeholder when initialising with an empty array (in arg1_options.placeholder).
  • ve.NodeEditor:
    • Added custom nodes recursion. These function as node groups.
    • Added Forse, which is the default DSL for ve.NodeEditor and maps on neatly to ve.ScriptManager.
    • Added .iterations field for custom nodes, allowing them to iterate n times for loops.
    • ve.NodeEditor can now be correctly serialised to and from JSON.
  • ve.Range:
    • Now has a numeric input as a label instead of a span as it was previously.
  • ve.ScriptManager:
    • Console ergonomics have been overhauled so that width and height behave correctly.