Skip to content

Releases: ChapelR/custom-macros-for-sugarcube-2

Custom Macro Collection v2.11.1

22 Jul 08:50
Compare
Choose a tag to compare
  • [Update] SugarCube v2.37.0 dropped the array#flatten() polyfill, so all instances were replaced with array#flat(). I should have probably done this a while ago, but there's no time like the last possible second!

Custom Macro Collection v2.11.0

20 Feb 11:16
a1d968a
Compare
Choose a tag to compare
  • [Retired] Removed Simple Inventory 2 in favor of Simple Inventory 3.
  • [Docs] Fixed several errors in the meter macro docs.

Custom Macro Collection v2.10.0

21 Jul 06:23
Compare
Choose a tag to compare

LAST VERSION WITH SIMPLE INVENTORY 2

  • [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.

Custom Macro Collection v2.9.0

20 Apr 07:01
Compare
Choose a tag to compare
  • [Update] The <<typesim>> macro is now mobile-friendly.

Custom Macro Collection v2.8.0

13 Apr 06:42
Compare
Choose a tag to compare
  • [Retired] Removed the <<done>> macro.
  • [Update] Updated the operations API.
    • Fixed dice roller regex.
    • Added between() methods.
  • [Meta] Improvements to T3LT definitions courtesy of HaleyScribe.

Custom Macro Collection v2.7.2

25 Feb 15:23
Compare
Choose a tag to compare

February 25, 2021 (v2.7.2)

  • [Update] Added display name feature to speech box system, courtesy of GwenTastic.

Custom Macro Collection v2.7.1

22 Jan 08:55
Compare
Choose a tag to compare
  • [Update] Fixed the :cycle-change event so that it is now properly emitted.

Custom Macro Collection v2.7.0

24 Nov 09:07
49126e1
Compare
Choose a tag to compare

November 24, 2020 (v2.7.0)

  • [New] Added the <<disable>> macro.
  • [Update] Updated the meter macro set. Now has a this.settings.id property.

Custom Macro Collection v2.6.1

02 Aug 11:14
73aa650
Compare
Choose a tag to compare

August 2, 2020 (v2.6.1)

  • [Update] Updated the event macro set.
    • Added <<on>>,<<one>>, and <<off>>. Deprecated <<event>>.
    • Support for single-use event handlers.
    • Added default namespaces.
    • Internal improvements.

Custom Macro Collection v2.6.0

24 Jul 06:38
c363249
Compare
Choose a tag to compare
  • [New] New macros.
    • Added the preload macro for preloading images.
    • Added the popover macro for creating special transparent dialogs and splash screens.
  • [Meta] Repository changes.
    • Overhauled build and code quality check processes.
    • Spun out demo project into its own repo.