Releases: UCProjects/UnderScript
Releases · UCProjects/UnderScript
0.50.4
- Fixed "ignore user" setting
- Fixed "trust link" setting
- Fixed "auto decline" setting
- Changed icon for dragging list items
- Added notification (with setting) when background is overridden
- Fixed dust pile counter
- Fixed note for buying packs
0.50.3
- Fixed UnderScript being too fast for its own good
0.50.2
- Fixed settings not showing sometimes
- Fixed setting notes not showing
- Added another alternate update link
0.50.1
- Fixed boolean setting errors
- Fixed board background setting not applying your background
- NOTE: If you changed this setting, Legend is now at the bottom of your list due to a bug.
0.50.0
New Features
- Colorized cards in deck storage
- Added setting to show your preferred board background (Settings -> Game)
Fixes
- Fixed error toasts (red) ignoring their close events
- Fixed storage not coloring correctly sometimes
- Fixed player damage/healing not showing
- Fixed a bug when hiding minigames
- Fixed bug when chat is not loaded
Misc
- Pack opener tries a bit harder to open all packs
- Check pending friend requests quicker
- Settings code is much cleaner
Plugins
- Added
plugin.settings().addType(new YourSettingType())
- Added
underscript.utils.compoundEvent(...events, callback)
- Added
allCardsReady
event
0.49.4
- Fixed some pack opening bugs
- Fix import showing missing cards when you have a shiny to replace it
- Fix /scroll bug
- Fix multiple update notifications
0.49.3
- Fixed craft border highlighting when not enough dust
- Fixed max crafting without enough dust
- Fixed CSS not loading at correct time
- Fixed "trusted link" not opening the link
- Fixed a small bug with chat
0.49.2
- Fixed hub showing missing cards when you have the full deck
- Fixed in-game emotes not being disabled (again)
- Fixed "gaining -HP"
- Fixed loading deck after switching souls
0.49.1
New Features
- Mark hub decks missing DT(s)
- Mark missed quest days
- Large Icon mode
- Trusted domains (like in discord)
Fixes
- Fixed chat events not registering sometimes
- Fixed dismissable toasts appearing when dismissed.
- Fixed bug with spectating events
- Fixed persistent arena background
- Fixed in-game emotes not being disabled
- Fixed some spectate events not working
- Fixed a bug when spectating as a guest
- Fixed hub display issues
Misc
- Battle log now shows artifact details
Plugins
- Added
pre:appendCard()
event
0.49.0
New Features
- Mark hub decks missing DT(s)
- Mark missed quest days
- Large Icon mode
- Trusted domains (like in discord)
Fixes
- Fixed chat events not registering sometimes
- Fixed dismissable toasts appearing when dismissed.
- Fixed bug with spectating events
- Fixed persistent arena background
- Fixed in-game emotes not being disabled
- Fixed some spectate events not working
- Fixed a bug when spectating as a guest
- Fixed hub display issues
Misc
- Battle log now shows artifact details
Plugins
- Added
pre:appendCard()
event