Skip to content

Releases: intercepted16/termdash

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 08 Jul 10:14
refactor(editor): route editor actions through commands

Replace the huge inspector system with chained editor systems for shortcut input, UI rendering, history, object mutations, save, and test actions.

Add explicit EditorCommand messages, move history handling out of EditorState, preserve pending-edit finalization before save/test/undo/redo, and keep focus loss triggering test mode through the command path.

Also add Duplicate selected, Ctrl+D, Delete, and F shortcut handling for object editing.iting.

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 22 Jun 04:29
fix(ci/cd): cache under OS name not tags, otherwise its always cold

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 22 Jun 03:31
feat(ci/cd): improve compatibility by using older libc and versions

Also include a usage section in the README.E.

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 23:55
fix: use data dir for levels properly