Skip to content

Releases: UCProjects/UnderScript

0.46.2

17 Aug 00:29

Choose a tag to compare

  1. Fixed minimizing chat
  2. Added "alt" update button on update toast

0.46.1

12 Aug 21:38

Choose a tag to compare

New Features

  1. Added modes to "Random fill deck" button
  2. Added "new card" toast

Fixes

  1. Fixed deck storage loading
  2. Fixed chat not showing up with certain settings

Plugins

  1. Expose underscript.utils
  2. Expose underscript.lib
  3. BootstrapDialog events BootstrapDialog:create|show|shown|hide|hidden

0.46.0

12 Aug 21:25

Choose a tag to compare

New Features

  1. Added modes to "Random fill deck" button
  2. Added "new card" toast

Fixes

  1. Fixed deck storage loading
  2. Fixed chat not showing up with certain settings

Plugins

  1. Expose underscript.utils
  2. Expose underscript.lib
  3. BootstrapDialog events BootstrapDialog:create|show|shown|hide|hidden

0.45.1

16 Jun 15:37

Choose a tag to compare

  1. Fixed import bug (what does testing mean?)

New Features

  1. Added ability to buy multiple packs
  2. Added confirmation for buying packs with UCP
  3. Added a setting to switch minigame controls to WASD (disabled by default)
  4. Added a random avatar button
  5. Added setting to prefer shiny on import (enabled by default)
  6. Added "fill deck" button
  7. Added confirmation for buying cosmetics

Fixes

  1. Fixed bug with base card skin setting

Plugins

  1. Added API to buy multiple packs

Misc.

  1. Added a 5th slot to the storage rows

0.45.0

16 Jun 15:09

Choose a tag to compare

New Features

  1. Added ability to buy multiple packs
  2. Added confirmation for buying packs with UCP
  3. Added a setting to switch minigame controls to WASD (disabled by default)
  4. Added a random avatar button
  5. Added setting to prefer shiny on import (enabled by default)
  6. Added "fill deck" button
  7. Added confirmation for buying cosmetics

Fixes

  1. Fixed bug with base card skin setting

Plugins

  1. Added API to buy multiple packs

Misc.

  1. Added a 5th slot to the storage rows

0.44.0

30 May 12:50

Choose a tag to compare

New Features

  1. Now handles Quest Pass announcements
  2. Added "outline card text" setting
  3. Added "outline card tribe" setting
  4. Added setting to disable all card skins
  5. Added toast when kicking non-friends out of custom games

Fixes

  1. Fixed translation preview
  2. Fixed crafting more than max (with CTRL)

Misc.

  1. Removed "smart disenchant"

0.43.3

30 Dec 23:17

Choose a tag to compare

  1. Fixed issue where background tasks didn't run correctly
  • This includes: Accepting friends, Deleting Friends, Refreshing the main page, Quest notifications...

0.43.2

24 Dec 22:18

Choose a tag to compare

Merry Christmas!

  1. Fixed friendship bug
  2. Fixed not being able to copy battle log text
  3. Fixed a bug I missed in the last update
  4. Changed how UnderScript loads 3rd party code

0.43.1

24 Dec 21:56

Choose a tag to compare

Merry Christmas!

  1. Fixed friendship bug
  2. Fixed not being able to copy battle log text
  3. Fixed a bug I missed in the last update
  4. Changed how UnderScript loads 3rd party code

0.43.0

06 Dec 02:59

Choose a tag to compare

New Features

  1. Added button to show your friend rankings on the leaderboard
  2. Added setting to disable friend request notifications
  3. Added option to show "breaking" art as "full" art

Fixes

  1. Fix page selection on leaderboard
  2. Loading user links on leaderboard now load correctly
  3. Fix deleting friends without reloading page
  4. Error when loading deck correctly exits

Plugins

  1. Added "eventManager.once(event, function)" - Listens to event once
  2. Added "eventManager.until(event, function)" - Listens to event until returns truthy