diff --git a/docs/en/src/release-notes/2-9.md b/docs/en/src/release-notes/2-9.md index 04e40b023..d109a93c4 100644 --- a/docs/en/src/release-notes/2-9.md +++ b/docs/en/src/release-notes/2-9.md @@ -1,12 +1,28 @@ # 2.9 versions +## 2.9.2 + +Release Date: July 28, 2024 + +## Bugs Fixed + +- Browser Twine works in HTTP (e.g. nonsecure) contexts again. 2.9.1 introduced + a change that broke this. +- The layout of the preferences dialog is a little nicer. + +## Story Format Updates + +- Chapbook has been updated to version [2.2.0](https://klembot.github.io/chapbook/guide/references/version-history.html#220-28-july-2024). +- SugarCube has been updated to version [2.37.3](http://www.motoslave.net/sugarcube/2/releases.php). + ## 2.9.1 Release Date: July 21, 2024 ## Bugs Fixed -- Importing a story in browser Twine that replaces an existing one no longer creates duplicate stories. +- Importing a story in browser Twine that replaces an existing one no longer + creates duplicate stories. ## Behind the Scenes diff --git a/package.json b/package.json index 68887425e..c9d5a54fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Twine", - "version": "2.9.1", + "version": "2.9.2", "description": "a GUI for creating nonlinear stories", "author": "Chris Klimas ", "license": "GPL-3.0",