-
-
Notifications
You must be signed in to change notification settings - Fork 302
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1528 from klembot/develop
2.9.0
- Loading branch information
Showing
37 changed files
with
1,954 additions
and
1,973 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: Prettify PRs | ||
|
||
on: | ||
pull_request: | ||
branches: [develop] | ||
workflow_dispatch: | ||
|
||
jobs: | ||
prettier: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
ref: ${{ github.head_ref }} | ||
# Make sure the value of GITHUB_TOKEN will not be persisted in repo's config | ||
persist-credentials: false | ||
- name: Prettify code | ||
uses: creyD/[email protected] | ||
with: | ||
commit_message: Prettify code | ||
only_changed: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
public/story-formats |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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)). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.