Skip to content

Version 0.3

Compare
Choose a tag to compare
@joethephish joethephish released this 08 Jul 17:20
· 600 commits to master since this release

Version 0.3 brings an Export for Web option, taking advantage of inkjs, the excellent JavaScript port of ink, allowing you to quickly and easily share your ink stories online in a minimal web player.

Warning: The Export of web feature is still experimental, and only works in the most modern of browsers (e.g. latest Chrome). It doesn't work on mobile Safari right now.

From 0.2.2:

  • More subtle updating of player view so it doesn't continually refresh and scroll, and tries to update more discreetly. (by double-buffering the view and having it fade/scroll only when it needs to)
  • Made Step Back button more response by having it immediately update view, before the model has finished re-playing the story

From 0.2.1:

  • Ability to alt-click content in the player view in order to jump to where that text was defined (file and line number) in the editor. Works for content, not choices, for now.