From c5f2ed611f35776324109ef1e2c67618e2e16591 Mon Sep 17 00:00:00 2001 From: Chris Klimas Date: Sun, 16 Jun 2024 15:43:47 -0400 Subject: [PATCH] Bump version --- docs/en/src/SUMMARY.md | 1 + docs/en/src/release-notes/2-9.md | 28 ++++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 docs/en/src/release-notes/2-9.md diff --git a/docs/en/src/SUMMARY.md b/docs/en/src/SUMMARY.md index 4daf8e6e8..214bd48cc 100644 --- a/docs/en/src/SUMMARY.md +++ b/docs/en/src/SUMMARY.md @@ -63,6 +63,7 @@ - [If Your Story Is Damaged](troubleshooting/damaged-story.md) - [If You See Visual Glitches in Twine](troubleshooting/visual-glitches.md) - [Release Notes](release-notes/index.md) + - [2.9 versions](release-notes/2-9.md) - [2.8 Versions](release-notes/2-8.md) - [2.7 Versions](release-notes/2-7.md) - [2.6 Versions](release-notes/2-6.md) diff --git a/docs/en/src/release-notes/2-9.md b/docs/en/src/release-notes/2-9.md new file mode 100644 index 000000000..873cd640b --- /dev/null +++ b/docs/en/src/release-notes/2-9.md @@ -0,0 +1,28 @@ +# 2.9 versions + +## 2.9.0 + +Release Date: June 16, 2024 + +## New Features Added + +- Browser Twine can now be installed as a progressive web application (PWA). + This is an early feature and bugs may exist with it. Please bear in mind that + although PWAs allow for use offline, backups are still important to keep, as + their data may be deleted when clearing browsing data. +- A `data-tag` attribute is added to passage cards in the story map, which can + be targeted using custom CSS. It otherwise doesn't have any effect in the + story map. + +## Bugs Fixed + +- The story library now sorts correctly by date. +- An error in the Italian localization has been fixed. + + +## Story Format Updates + +- Chapbook has been updated to version + [2.1.0](https://klembot.github.io/chapbook/guide/references/version-history.html#210-16-june-2024). +- Harlowe has been updated to version + [3.3.9](https://twine2.neocities.org/#changes_3.3.8-changes-(jan-03,-2024)). \ No newline at end of file diff --git a/package.json b/package.json index 81ff00cc3..16802043d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Twine", - "version": "2.8.1", + "version": "2.9.0", "description": "a GUI for creating nonlinear stories", "author": "Chris Klimas ", "license": "GPL-3.0",