Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
klembot committed Jan 3, 2024
1 parent ef97887 commit 64db37b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions docs/en/src/release-notes/2-8.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# Twine 2.8.1

Release Date: January 3, 2024

## Bugs Fixed

- Duplicating a story in browser Twine correctly copies passages. (Previously,
passages were moved to the duplicate story.) This bug only occurred in browser
Twine.
- A typo in the French localization was corrected (thanks Flavien Robert).

## Story Format Updates

- Harlowe has been updated to [version
3.3.8](https://twine2.neocities.org/#section_changes).

## Documentation

- Release notes for Twine are now part of [the
reference](https://twinery.org/reference/en/), where you're hopefully reading
them now! The reference includes all known release notes for Twine, going all
the way back to 2009. Thanks to the Twine Cookbook editors and Dan Cox in
particular.

---

# Twine 2.8.0

Release Date: November 27, 2023
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Twine",
"version": "2.8.0",
"version": "2.8.1",
"description": "a GUI for creating nonlinear stories",
"author": "Chris Klimas <chris@twinery.org>",
"license": "GPL-3.0",
Expand Down

0 comments on commit 64db37b

Please sign in to comment.