diff --git a/docs/README.md b/docs/README.md index 0092bb4..29a1c08 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,4 +1,4 @@ -## Chapel's Custom Macro Collection (v2.5.1) +## Chapel's Custom Macro Collection (v2.5.2) - [Try the demo!](https://macros.twinelab.net/demo) - [Downloads](./download ':ignore') @@ -16,12 +16,12 @@ - [The Fading Macro Set](./fading-macros.md) - [The CSS Macro](./css-macro.md) - [The Notify Macro](./notify-macro.md) - - [The Fullscreen Macros](./fullscreen-macros.md) + - ~~The Fullscreen Macros~~ **(removed)** - [The Meter Macro Set](./meter-macros.md) - [The Speech Box System](./speech-box-system.md) - **User Interaction and Events** - [The Event Macros](./event-macros.md) - - [The Continue Macro Set](./continue-macro.md) **(updated!)** + - [The Continue Macro Set](./continue-macro.md) - [The Swap Macro Set](./swap-macro-set.md) - [The Mouseover Macro](./mouseover-macro.md) - [The Message Macro](./message-macro.md) @@ -31,7 +31,7 @@ - [The Articles (A/An) Macros](./articles.md) - **Utilities and Other** - [The Done Macro](./done-macro.md) - - [The File System Macro Set](./file-system-macros.md) + - [The File System Macro Set](./file-system-macros.md) **(updated!)** - [The First Macro](./first-macro.md) - [Dice Roller and Fairmath Functions](./operations-api.md) @@ -44,7 +44,7 @@ If you opt to get the files from GitHub, It is highly recommended that you insta > [!WARNING] > To install these macros, you will need to be using the most recent version of SugarCube 2 in most cases, and this is almost never the version that comes with Twine 2. See [SugarCube's website](http://www.motoslave.net/sugarcube/2/#downloads) for updating / installation instructions. -- For **Twine 2** users: copy and paste the JavaScript code into your [story JavaScript area](https://twinery.org/wiki/twine2:adding_custom_javascript_and_css). Some macros may also require CSS code, which goes in your story stylehseet. +- For **Twine 2** users: copy and paste the JavaScript code into your [story JavaScript area](https://twinery.org/wiki/twine2:adding_custom_javascript_and_css). Some macros may also require CSS code, which goes in your story stylesheet. - For **Twine 1**, you'll need to copy and paste the JavaSCript portions into a script-tagged passage, and the CSS portions (if any) into a stylesheet-tagged passage. You can create new passages and add the tags yourself, or right-click on a blank spot in the editor and select new script here and new stylesheet here to generate each passage. diff --git a/docs/changelog.md b/docs/changelog.md index 231756f..5944a25 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,6 +5,20 @@ > [!NOTE] > I'm going to start keeping a changelog for these macros because keeping track of them is becoming a nightmare. The overall version numbers are not really helpful for tracking what's happening on a macro-by-macro basis, but I'm trying to stick to major version bumps meaning breaking changes in any macro, or complete refactors of the whole collection, like what v2.0.0 was. Minor version updates indicate new macros have been added. Patch version updates means individual macro updates and bug fixes, or documentation, website, or demo updates. +### March 31, 2020 (v2.5.2) + +- **[Retired]** Removed the fullscreen macros. + - As of v2.31.0, SugarCube 2 now has a [built-in `Fullscreen` API](http://www.motoslave.net/sugarcube/2/docs/#fullscreen-api). +- **[Update]** Added a synthetic event to the `<>` macro, `:import-macro`, that fires when the data is finished loading, or when said loading fails. +- **[Docs]** Updated docs. + - Removed the fullscreen macro docs and marked it as removed in the contents. + - Added the `:import-macro` synthetic event to the file system macro docs. +- **[Demo]** Updated demo. + - Removed fullscreen macro demo. + - Updated to SugarCube v2.31.0. + - Updated bundled macros. +- **[Meta]** Removed fullscreen macros from download utility. + ### March 29, 2020 (v2.5.1) - **[Update]** Fixed the `<>` macro so that expired event handlers are properly removed. diff --git a/docs/demo/index.html b/docs/demo/index.html index 3c8b615..6e6b5fe 100644 --- a/docs/demo/index.html +++ b/docs/demo/index.html @@ -6,9 +6,9 @@