Skip to content

Releases: UCProjects/UnderScript

0.55.3

16 Oct 16:20

Choose a tag to compare

  1. Fixed another quest bug

0.55.2

16 Oct 16:16

Choose a tag to compare

  1. Fixed another quest bug

0.55.1

16 Oct 15:52

Choose a tag to compare

  1. Fixed quest detection

0.55.0

15 Oct 19:55

Choose a tag to compare

New Features

  1. Implement Bug Tracker (Sentry.io)
  2. Quest Progress Toast

Misc.

  1. Update google analytics

Plugins

  1. player:endTurn event (cancelable)
  2. plugin.quests.update(): Updates quests, returns `Promise.then({ quests, previous }).catch(error)``
  3. plugin.quests.getQuests(): Gets currently cached quests (empty if update is not called)

0.54.1

19 Aug 22:16

Choose a tag to compare

  1. (Really) Fixed Collect All frienship button
  2. Re-enable play queue after 10 seconds

0.54.0

09 Jul 02:33

Choose a tag to compare

New Features

  1. Import deck via URL

Fixes

  1. Fixed Collect All frienship button

Misc.

  1. Removed Disable Quick Opening Packs setting

0.53.1

02 Jul 23:55

Choose a tag to compare

  1. Fixed changelog
  2. Fixed friendship ranking not loading sometimes

0.53.0

23 May 04:17

Choose a tag to compare

New Features

  1. Added craft/disenchant protection to prevent double clicking
  2. Added new ranks to board background priority

Fixes

  1. Fix background of @autocomplete

0.52.1

05 Apr 21:20

Choose a tag to compare

  1. Fixed issue breaking sound in games

0.52.0

03 Apr 23:43

Choose a tag to compare

New Features

  1. Added setting to disable Audio Override (disables undercards Audio fixes)
  2. Added setting to disable April Fools Music (if you get tired of it)

Fixes

  1. Fixed april fools music not working with underscript
  2. Fixed translations thinking they weren't loaded when they were

Misc.

  1. BootstrapDialog onhide() return value is no longer ignored

Plugins

  1. EventEmitter is now extendable
  2. Throw errors when failing to register settings
  3. appendCard() is deprecated
  4. Settings now have more dynamic values
  5. Added checkUnderscript(pluginName) for plugins to utilize in their code
  6. appendCard events are now all called correctly