Releases: wildwinter/dinky
Release list
0.4.2
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).
Bugfix for LIST members, fix for localisation encoding
LIST members, if not typed properly intially (e.g. missing a comma beforehand) could pick up a stray line ID and then fail to remove it when fixed.
Localisation export wasn't properly escaped, so " characters broke the JSON format.
0.2.4
Fix for broken project settings - can be blank under some circumstances.
0.2.3
Bump version to pickup fixes to Perforce handling from simple-vc-lib