X Tutup
Skip to content

Commit 2a3bb40

Browse files
authored
Merge pull request #1548 from klembot/develop
2.9.2
2 parents 0f64d02 + ceff39b commit 2a3bb40

File tree

26 files changed

+114
-60
lines changed

26 files changed

+114
-60
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-lock.json

Lines changed: 22 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 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 <chris@twinery.org>",
66
"license": "GPL-3.0",
@@ -14,6 +14,7 @@
1414
"npm": ">=8"
1515
},
1616
"dependencies": {
17+
"@lukeed/uuid": "^2.0.1",
1718
"@popperjs/core": "^2.9.1",
1819
"@tabler/icons": "^1.119.0",
1920
"@testing-library/dom": "^9.3.1",

public/story-formats/chapbook-2.1.0/format.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/story-formats/chapbook-2.2.0/format.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

public/story-formats/sugarcube-2.37.0/format.js

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.

public/story-formats/sugarcube-2.37.3/format.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

0 commit comments

Comments
 (0)
X Tutup