Skip to content

Commit

Permalink
preparing v2.10.0
Browse files Browse the repository at this point in the history
closes #59
closes #58
closes #56
closes #55

+ other fixes and improvements
  • Loading branch information
ChapelR committed Jul 21, 2022
1 parent 3bdbdfb commit 8eaf81c
Show file tree
Hide file tree
Showing 32 changed files with 585 additions and 234 deletions.
5 changes: 3 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Chapel's Custom Macro Collection (v2.9.0)
## Chapel's Custom Macro Collection (v2.10.0)

- [Try the demo!](https://macros.twinelab.net/demo) ([Sausage](https://github.com/ChapelR/custom-macros-demo))
- [Downloads](./download ':ignore')
Expand Down Expand Up @@ -110,11 +110,12 @@ This code is dedicated to the public domain. You **don't** need to provide cred
> [!TIP]
> If you have any questions or concerns about this, refer to the [license](https://github.com/ChapelR/custom-macros-for-sugarcube-2/blob/master/LICENSE) or reach out to me.
#### This macro set features contributions from these awesome folks:
#### This macro set features contributions from these awesome folks, among others:

- [Thomas M. Edwards](https://github.com/tmedwards)
- [Matilde Park](https://github.com/matildepark)
- [Zachary Chandler](https://github.com/Zachac)
- [GwenTastic](https://github.com/GwenTastic)

### Donations

Expand Down
10 changes: 10 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

[Back to the main page](./README.md).

### July 21, 2022 (v2.10.0)

- **[Update]** A few small updates and fixes.
- The event macros are now shadow-wrapper aware, meaning they should now work with the `<<capture>>` macro.
- The `<<preload>>` macro and related functions now throw when called without any valid URLs.
- Updated the speech box macro set's built-in styles to avoid selecting potential user elements.
- **[Meta]** Some small updates.
- Removed listing for `<<done>>` from the download utility and from the demo.
- Added Gwen to credits in README.

### April 20, 2021 (v2.9.0)

- **[Update]** The `<<typesim>>` macro is now mobile-friendly.
Expand Down
241 changes: 103 additions & 138 deletions docs/demo/index.html

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/download/fetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
'The CSS Macro' : 'css-macro',
'Cyles System' : 'cycles',
'Dialog API Macros' : 'dialog-api-macro-set',
'The Done Macro' : 'done',
'The Event Macro Set' : 'events',
'The Fading Macro Set' : 'fading-macro-set',
'The Disable Macro' : 'disable',
Expand Down
Loading

0 comments on commit 8eaf81c

Please sign in to comment.