Skip to content

Releases: wildwinter/dinky

0.4.5

Choose a tag to compare

@wildwinter wildwinter released this 03 Aug 15:04

Added

  • Word Wrap — Edit-menu toggle (Alt+Z), on by default, remembered between sessions.
  • Show IDs — View-menu toggle to reveal the hidden #id: tags inline for manual repair; session-only, off by default.

Fixed

  • Line-ID badges no longer double up on a line when a tagged line is split.
  • Structural lines (pure diverts/threads, inline conditionals like {testVar: -> knot1}, closing }) no longer keep a stray #id: tag.
  • ID badges now self-heal once editing settles, instead of only on the next save.
  • The play badge resolves the audio file live on click, so it can't play a stale take after you swap a line's audio on disk.

0.4.4

Choose a tag to compare

@wildwinter wildwinter released this 29 Jul 09:27

Stop auto-generating IDs for lines with embedded {var} in them.
Improve auto-update system.

0.4.3

Choose a tag to compare

@wildwinter wildwinter released this 28 Jul 11:17

Added Strict/Lenient feature to allow non-localisable Ink text lines through (Strict by default.)

0.4.2

Choose a tag to compare

@wildwinter wildwinter released this 19 Jul 13:01

Add support to pass arbitrary grammatical gender through to the localisation script.

0.4.1

Choose a tag to compare

@wildwinter wildwinter released this 16 Jul 12:01

Bugfix for --goto when the app is already open.

0.4.0

Choose a tag to compare

@wildwinter wildwinter released this 13 Jul 15:30

Add support for "Needs re-record" for individual lines.

0.3.0

Choose a tag to compare

@wildwinter wildwinter released this 10 Jul 17:33

Added support for grammatical gender to help localisation.
Added --goto to be able to launch Dinky by command from other tools to open at a particular line/scene.

0.2.9

Choose a tag to compare

@wildwinter wildwinter released this 06 Jul 05:50

Fixed

  • Windows: Start menu shortcut and taskbar-pin association now reliably re-created on auto-update. The default electron-builder NSIS install can skip shortcut creation during silent auto-updates, leaving the new exe in place but with no Start menu entry. A customInstall macro now explicitly re-creates the shortcut on every install.
  • Fixed project settings failing to save

Changed

Windows: NSIS installer now sets shortcutName and uninstallDisplayName explicitly, and the package now has a non-empty description — both improve how Windows Search and Add/Remove Programs identify the app.

0.2.7

Choose a tag to compare

@wildwinter wildwinter released this 16 Jun 19:25

Update to pick up yet more version control features for Plastic and SVN.
Also candidate fix for installer losing the Dinky shortcut.

0.2.6

Choose a tag to compare

@wildwinter wildwinter released this 12 Jun 16:28

Fix for apparently unsaved behaviour (indicator stays on, but the doc is actually saved).