Releases: UCProjects/UnderScript
Releases · UCProjects/UnderScript
0.46.2
- Fixed minimizing chat
- Added "alt" update button on update toast
0.46.1
New Features
- Added modes to "Random fill deck" button
- Added "new card" toast
Fixes
- Fixed deck storage loading
- Fixed chat not showing up with certain settings
Plugins
- Expose
underscript.utils - Expose
underscript.lib - BootstrapDialog events
BootstrapDialog:create|show|shown|hide|hidden
0.46.0
New Features
- Added modes to "Random fill deck" button
- Added "new card" toast
Fixes
- Fixed deck storage loading
- Fixed chat not showing up with certain settings
Plugins
- Expose
underscript.utils - Expose
underscript.lib - BootstrapDialog events
BootstrapDialog:create|show|shown|hide|hidden
0.45.1
- Fixed import bug (what does testing mean?)
New Features
- Added ability to buy multiple packs
- Added confirmation for buying packs with UCP
- Added a setting to switch minigame controls to WASD (disabled by default)
- Added a random avatar button
- Added setting to prefer shiny on import (enabled by default)
- Added "fill deck" button
- Added confirmation for buying cosmetics
Fixes
- Fixed bug with base card skin setting
Plugins
- Added API to buy multiple packs
Misc.
- Added a 5th slot to the storage rows
0.45.0
New Features
- Added ability to buy multiple packs
- Added confirmation for buying packs with UCP
- Added a setting to switch minigame controls to WASD (disabled by default)
- Added a random avatar button
- Added setting to prefer shiny on import (enabled by default)
- Added "fill deck" button
- Added confirmation for buying cosmetics
Fixes
- Fixed bug with base card skin setting
Plugins
- Added API to buy multiple packs
Misc.
- Added a 5th slot to the storage rows
0.44.0
New Features
- Now handles Quest Pass announcements
- Added "outline card text" setting
- Added "outline card tribe" setting
- Added setting to disable all card skins
- Added toast when kicking non-friends out of custom games
Fixes
- Fixed translation preview
- Fixed crafting more than max (with CTRL)
Misc.
- Removed "smart disenchant"
0.43.3
- Fixed issue where background tasks didn't run correctly
- This includes: Accepting friends, Deleting Friends, Refreshing the main page, Quest notifications...
0.43.2
Merry Christmas!
- Fixed friendship bug
- Fixed not being able to copy battle log text
- Fixed a bug I missed in the last update
- Changed how UnderScript loads 3rd party code
0.43.1
Merry Christmas!
- Fixed friendship bug
- Fixed not being able to copy battle log text
- Fixed a bug I missed in the last update
- Changed how UnderScript loads 3rd party code
0.43.0
New Features
- Added button to show your friend rankings on the leaderboard
- Added setting to disable friend request notifications
- Added option to show "breaking" art as "full" art
Fixes
- Fix page selection on leaderboard
- Loading user links on leaderboard now load correctly
- Fix deleting friends without reloading page
- Error when loading deck correctly exits
Plugins
- Added "eventManager.once(event, function)" - Listens to event once
- Added "eventManager.until(event, function)" - Listens to event until returns truthy