Releases: UCProjects/UnderScript
Releases · UCProjects/UnderScript
0.63.9
0.63.8
- Fix battle log (for realsies)
0.63.7
- Fix battle log
0.63.6
- Minor bug fixes
0.63.5
- Added
underscript.item
- Added
underscript.priority
- Added priority to
plugin.addFilter()
- Removed extra spacing in deck storage
- Fixed "Grand Prize" in battle log
- Fixed searching for "Grand Prize" in collection
0.63.4
- Improved Deck/Crafting filters
- Added
results
toaddFilter
callback - Restored old rarity behavior on Crafting page
0.63.3
- Added Shiny filter on Decks page back
0.63.2
- Fixed a translation error with friendship rewards
- Fixed end turn hotkey toast not showing correct setting
0.63.1
- Reverted "reversed settings"
- They were completely broken
0.63.0
Over 5000 line changes~ (in 250 files)
Features
- Added custom translation files for UnderScript text
- Work in progress, there's a lot of text in UnderScript...
- Added ability to
transform
setting values - Added new "update" utility
- Used with UnderScript (and plugin) updates
- Added setting to change auto update frequency
- Added setting to run auto updates silently
- Only shows a notification if updates are found
- Added setting to
Disable Plugin Updates
- You can disable updates for each plugin as well
- Plugins must opt-in to use the updater before you can see this setting
- Added
Pending Updates
window - Added more vanilla settings
- Reversed some settings that were "enabled" when checked rather than "disabled" when checked.
Fixes
- Fixed list setting defaults not using the correct values
- Fixed issues with "matching" advanced map keys
- DT's are now craftable
- Fixed
events.one
not passing event metadata - Fixed issue with
async
events not being async - Fixed battle log card names not using the correct name
- Fixed quick craft not using correct name
- Fixed error where Daily Rewards could say you have one less day
- Fixed some bugs with
AdvancedMap
settings
Plugins
- Pack Items are now valid when using
openPacks
underscript:ready
event
- Called when UnderScript assets are loaded
- Added plugin update checker
- When creating plugins use
underscript.plugin(name, version)
- You must pass version to get access to
updater
- You must pass version to get access to
- Basic:
plugin.updater(downloadUrl)
- Supports
github.com
,gist.github.com
- Supports
- Github Release:
plugin.updater({ updateURL: '@USER/REPO' })