Releases: wildwinter/dinky
Release list
0.4.5
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
Stop auto-generating IDs for lines with embedded {var} in them.
Improve auto-update system.
0.4.3
Added Strict/Lenient feature to allow non-localisable Ink text lines through (Strict by default.)
0.4.2
Add support to pass arbitrary grammatical gender through to the localisation script.
0.4.1
Bugfix for --goto when the app is already open.
0.4.0
Add support for "Needs re-record" for individual lines.
0.3.0
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
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
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
Fix for apparently unsaved behaviour (indicator stays on, but the doc is actually saved).