Skip to content

Tuor v0.3.1 (2026-07-08)

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Jul 22:43
Immutable release. Only release title and notes can be modified.

Bug fixes

  • Config: a child config layer (e.g. a project .tuor/config.json) that didn't
    set workdir or user silently reset the value inherited from an upper layer
    (e.g. ~/.config/tuor/config.json) to the built-in default values (workdir:
    /, user: root). These fields now fall through to the parent layer when
    omitted; their defaults are applied only after all layers are merged.