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