Skip to content

Commit ceff39b

Browse files
committed
2.9.2 release
1 parent 573a68c commit ceff39b

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

docs/en/src/release-notes/2-9.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
11
# 2.9 versions
22

3+
## 2.9.2
4+
5+
Release Date: July 28, 2024
6+
7+
## Bugs Fixed
8+
9+
- Browser Twine works in HTTP (e.g. nonsecure) contexts again. 2.9.1 introduced
10+
a change that broke this.
11+
- The layout of the preferences dialog is a little nicer.
12+
13+
## Story Format Updates
14+
15+
- Chapbook has been updated to version [2.2.0](https://klembot.github.io/chapbook/guide/references/version-history.html#220-28-july-2024).
16+
- SugarCube has been updated to version [2.37.3](http://www.motoslave.net/sugarcube/2/releases.php).
17+
318
## 2.9.1
419

520
Release Date: July 21, 2024
621

722
## Bugs Fixed
823

9-
- Importing a story in browser Twine that replaces an existing one no longer creates duplicate stories.
24+
- Importing a story in browser Twine that replaces an existing one no longer
25+
creates duplicate stories.
1026

1127
## Behind the Scenes
1228

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Twine",
3-
"version": "2.9.1",
3+
"version": "2.9.2",
44
"description": "a GUI for creating nonlinear stories",
55
"author": "Chris Klimas <[email protected]>",
66
"license": "GPL-3.0",

0 commit comments

Comments
 (0)