Skip to content

Releases: wildwinter/dinky

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).

Bugfix for LIST members, fix for localisation encoding

Choose a tag to compare

@wildwinter wildwinter released this 12 Jun 11:10

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

Choose a tag to compare

@wildwinter wildwinter released this 10 Jun 16:37

Fix for broken project settings - can be blank under some circumstances.

0.2.3

Choose a tag to compare

@wildwinter wildwinter released this 10 Jun 07:44

Bump version to pickup fixes to Perforce handling from simple-vc-lib