Inky Changelog

What's new in Inky 0.14.1

Oct 20, 2022
  • Note: We had previously release 0.14.0 but the version of ink had a few bugs so we're now replacing it with 0.14.1.
  • Support for ink 1.1.1, which adds a new feature: Dynamic Tags (thanks to BetterUp for supporting this feature).
  • Note that until inkjs is updated to port the changes over from 1.1.1, this feature won't be available for web export just yet.
  • It's now possible to have the file browser and the new knot browser open simultaneously.
  • Include files in the sidebar are now sorted according to the order they're defined in the root ink file where possible.
  • New ink snippets
  • It's now possible to assign shortcuts to custom snippet menus (thanks @skalogryz!)
  • Small improvements to colour themes.

New in Inky 0.14.0 (Oct 18, 2022)

  • Support for ink 1.1, which adds a new feature: Dynamic Tags (thanks to BetterUp for supporting this feature).
  • Note that until inkjs is updated to port the changes over from 1.1, this feature won't be available for web export just yet.
  • It's now possible to have the file browser and the new knot browser open simultaneously.
  • Include files in the sidebar are now sorted according to the order they're defined in the root ink file where possible.
  • New ink snippets
  • Small improvements to colour themes.

New in Inky 0.13.0 (Jun 16, 2022)

  • This release brings some major new features to Inky. Thanks so much to our amazing community for their contributions!
  • Knot and stitch outline view
  • Knot and stitch folding
  • Customisable per-project ink snippets
  • New colour themes!
  • Latest version of inkjs which is now compatible with ink 1.0 (Thanks to the whole inkjs team)
  • New ink snippets include an entire pontoon game from Overboard!
  • Theme/zoom settings now saved (Thanks @Loken01 )
  • A localisation effort for the Inky begins! (Thanks @paulloz, @XHXIAIEIN)
  • Syntax highlighter fixes (Thanks @fantabulous-tech, @elliotherriman)
  • Drag and drop an ink file onto the Inky icon when it was previously closed now works properly.
  • The .ink file extension is now enforced when creating new include files.
  • Additional keyboard shortcuts (Thanks @lunarcloud)
  • And more lovely juicy bug fixes (Thanks @smwhr, @Jentsch)

New in Inky 0.12.0 (Feb 23, 2021)

  • Now includes ink v1.0!
  • New: Dark theme! (thanks @paulloz, @lunarcloud, @Liance, Bruno Dias)
  • New: Zoom support (thanks @videlais, @tk2487)
  • New: Ink snippet menu - to make learning and discovery syntax and specific features easier. This is a work in progress - feel free to submit pull requests with new snippets

  • New: Stats menu - see Story -> Word count and more
  • New: Useful shortcuts menu (thanks @Liance)
  • New: Clearer behaviour when compiler is running - with spinner in corner, and prevent errors from being cleared until compilation is complete. Internally it uses ink 1.0’s new JSON communication format for increased robustness.
  • New: Web template tag features: LINK, LINKOPEN, BACKGROUND, AUDIO, AUDIOLOOP.
  • New: Web template improvements: Restart, Save/Load, and theme switching features. . Better fading behaviour (thanks @lunarcloud , @jeremydouglass)
  • New: Recent files menu (thanks Mattia Belletti)
  • Fix for saving issues with empty files (thanks Mr Cobbett for the subtle nudge)
  • Improved syntax highlighting (thanks @bjennings76)
  • Fix for relative include paths and [] on windows (thanks @paulloz)
  • Player pane: don’t add duplicate horizontal rules, behave better when there’s a huge list of choices (thanks @zledas)
  • Updated documentation (thanks @Josvanegmond)
  • Added LIST_RANDOM to auto-complete (thanks @Josvanegmond)
  • Fix for high CPU on macOS with project folders containing a large number of files (thanks @mstevenson)
  • Fix for Ace marker highlights not being cleared when switching files (thanks Alex Larioza)
  • Fix for broken jumps to sub-files on Windows (thanks @fantabulous-tech)
  • Linux improvements (thanks @lunarcloud)
  • “Inky Debug” menu now tucked away as “Developer” sub menu of “Window” menu.
  • Hotfix for empty include file bug (thanks @Liance)
  • Temporary directory used internally by Inky for compiling now respects TMPDIR environment variable (thanks @luv2code)
  • Don't error if preview update is interrupted by window closure (thanks @lunarcloud)
  • Fix for empty TODO bug
  • Fix macOS ink file ownership (thanks @carsendecker)

New in Inky 0.11.0 Alpha (Feb 18, 2020)

  • This release of Inky includes the latest versions of ink (v0.9.0) and inkjs (v1.10.2).