Skip to content

Commit

Permalink
prepping 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChapelR committed Mar 29, 2020
1 parent 36c0f52 commit c4b8002
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 45 deletions.
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Chapel's Custom Macro Collection (v2.5.0)
## Chapel's Custom Macro Collection (v2.5.1)

- [Try the demo!](https://macros.twinelab.net/demo)
- [Downloads](./download ':ignore')
Expand All @@ -15,13 +15,13 @@
- [The UI Macro](./ui-macro.md)
- [The Fading Macro Set](./fading-macros.md)
- [The CSS Macro](./css-macro.md)
- [The Notify Macro](./notify-macro.md) **(updated!)**
- [The Notify Macro](./notify-macro.md)
- [The Fullscreen Macros](./fullscreen-macros.md)
- [The Meter Macro Set](./meter-macros.md)
- [The Speech Box System](./speech-box-system.md) **(new!)**
- [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) **(new!)**
- [The Continue Macro Set](./continue-macro.md) **(updated!)**
- [The Swap Macro Set](./swap-macro-set.md)
- [The Mouseover Macro](./mouseover-macro.md)
- [The Message Macro](./message-macro.md)
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
> [!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 29, 2020 (v2.5.1)

- **[Update]** Fixed the `<<cont>>` macro so that expired event handlers are properly removed.
- **[Docs]** Typos and grammar fixes.

### January 23, 2020 (v2.5.0)

- **[New]** Added the Speech Box System.
Expand Down
Loading

0 comments on commit c4b8002

Please sign in to comment.