diff --git a/.github/workflows/prettify-prs.yml b/.github/workflows/prettify-prs.yml index f35b9843e..9501daf6a 100644 --- a/.github/workflows/prettify-prs.yml +++ b/.github/workflows/prettify-prs.yml @@ -11,10 +11,9 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 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 diff --git a/public/story-formats/sugarcube-2.36.1/format.js b/public/story-formats/sugarcube-2.36.1/format.js deleted file mode 100644 index 8babb57bc..000000000 --- a/public/story-formats/sugarcube-2.36.1/format.js +++ /dev/null @@ -1 +0,0 @@ -window.storyFormat({"name":"SugarCube","version":"2.36.1","description":"A full featured, highly customizable story format. See its documentation.","author":"Thomas Michael Edwards","image":"icon.svg","url":"http://www.motoslave.net/sugarcube/","license":"BSD-2-Clause","proofing":false,"source":"\n\n\n\n{{STORY_NAME}}\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t
\n\t\t
\n\t\t

Browser lacks capabilities required to play.

Upgrade or switch to another browser.

\n\t\t
Loading…
\n\t
\n\t{{STORY_DATA}}\n\t\n\n\n"}); \ No newline at end of file diff --git a/public/story-formats/sugarcube-2.36.1/LICENSE b/public/story-formats/sugarcube-2.37.0/LICENSE similarity index 95% rename from public/story-formats/sugarcube-2.36.1/LICENSE rename to public/story-formats/sugarcube-2.37.0/LICENSE index 5af7f67c1..432ce2a20 100644 --- a/public/story-formats/sugarcube-2.36.1/LICENSE +++ b/public/story-formats/sugarcube-2.37.0/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2013-2021, Thomas Michael Edwards . +Copyright (c) 2013-2024, Thomas Michael Edwards . All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/public/story-formats/sugarcube-2.37.0/format.js b/public/story-formats/sugarcube-2.37.0/format.js new file mode 100644 index 000000000..dc6605fc5 --- /dev/null +++ b/public/story-formats/sugarcube-2.37.0/format.js @@ -0,0 +1 @@ +window.storyFormat({"name":"SugarCube","version":"2.37.0","description":"A full featured, highly customizable story format. See its documentation.","author":"Thomas Michael Edwards","image":"icon.svg","url":"http://www.motoslave.net/sugarcube/","license":"BSD-2-Clause","proofing":false,"source":"\n\n\n\n{{STORY_NAME}}\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t
\n\t\t
\n\t\t

Browser lacks capabilities required to play.

Upgrade or switch to another browser.

\n\t\t
Loading…
\n\t
\n\t{{STORY_DATA}}\n\t\n\n\n"}); \ No newline at end of file diff --git a/public/story-formats/sugarcube-2.36.1/icon.svg b/public/story-formats/sugarcube-2.37.0/icon.svg similarity index 100% rename from public/story-formats/sugarcube-2.36.1/icon.svg rename to public/story-formats/sugarcube-2.37.0/icon.svg diff --git a/src/store/story-formats/defaults.ts b/src/store/story-formats/defaults.ts index 266cf3c8b..36b8ca771 100644 --- a/src/store/story-formats/defaults.ts +++ b/src/store/story-formats/defaults.ts @@ -47,7 +47,7 @@ export const builtins = () => [ }, { name: 'SugarCube', - url: 'story-formats/sugarcube-2.36.1/format.js', - version: '2.36.1' + url: 'story-formats/sugarcube-2.37.0/format.js', + version: '2.37.0' } ];