Skip to content

Releases: klembot/twinejs

2.10.0

25 Nov 01:18
801d5ad
Compare
Choose a tag to compare

Release notes can be found in the Twine Reference.

2.9.2

28 Jul 19:03
2a3bb40
Compare
Choose a tag to compare

Release notes can be found in the Twine reference.

2.9.1

22 Jul 00:51
0f64d02
Compare
Choose a tag to compare

Release notes can be found in the Twine reference.

Twine 2.9.0

16 Jun 20:32
58519f3
Compare
Choose a tag to compare

Release notes can be found in the Twine reference.

Twine 2.8.1

03 Jan 20:00
f305b3f
Compare
Choose a tag to compare

Release notes can be found in the Twine reference. They will appear there for all versions going forward.

2.8.0

27 Nov 16:12
ba52b37
Compare
Choose a tag to compare

This release doesn't contain a Linux 32-bit binary, because unfortunately the Electron framework used to create app binaries no longer supports this architecture.

See the 2.8.0 project for links to details on these notes.

New Features Added

  • In App Twine only:
    • The location of the story library can be changed. It can be done either using a menu item preference or command-line switch.
    • Hardware accelerated graphics can be disabled. It can be done either using a menu item preference or command-line switch.
    • The location of story library backups can be changed. This can only be done using a command-line switch. Please read the documentation carefully before using this option.
    • Instead of using the system-wide temporary directory, Twine now uses a dedicated scratch folder and prunes old files from it automatically. The location of this folder can be changed using a command-line switch only. Please read the documentation carefully before using this option.
  • A Korean localization has been added.

Bugs Fixed

  • An issue where clicking rapidly on a passage and then dragging it would cause the passage to move incorrectly has been fixed.
  • An issue where closing a passage editor while the find dialog was open caused a crash has been fixed.
  • A typo in the Finnish localization has been fixed.

Behind the Scenes

  • The app now uses Vite for bundling instead of create-react-app.
  • The underyling Electron framework for the desktop app has been updated to version 26.

2.7.1

27 Aug 15:56
b86f316
Compare
Choose a tag to compare

Bugs Fixed

  • Fixed a bug where maximizing a passage editor made it disappear.

Story Format Updates

2.7.0

08 Jul 16:36
954b0f0
Compare
Choose a tag to compare

New Features Added

  • Passage edit dialogs now show leading and trailing whitespace in passage names as ␣ symbols, to help tracking down accidental spaces.
  • The app version of Twine now supports customizing its UI via a user.css file. More info on how this works is in the reference.
  • The zoom controls in the story map have been moved into the top toolbar, so that the amount of space in the story map is increased.

Bugs Fixed

  • JavaScript and CSS edit dialogs receive the right amount of vertical space when open in conjunction with passage editors.

Story Format Updates

2.6.2

26 Feb 23:27
de3ac43
Compare
Choose a tag to compare

New Features Added

  • The "Start Story Here" checkbox in passage edit dialogs has been replaced with "Test from Here".

Story Format Updates

2.6.1

05 Feb 18:37
4116ffe
Compare
Choose a tag to compare

See the 2.6.1 project for details.

New Features Added

  • The Dutch translation has been updated.

Bugs Fixed

  • Fixed a bug where passages would appear empty on the map when they weren't.
  • The Go To Passage dialog now receives mouse events properly.
  • Matches in the Find and Replace dialog should no longer flicker when other changes occur in a story.
  • The macOS app is now both signed and notarized, and should not require a right-click to open 🤞 .
  • Fixed a bug in Twee import where leading or trailing spaces in a passage name were not preserved.