Skip to content

Releases: UCProjects/UnderScript

0.63.9

11 Sep 00:14
Compare
Choose a tag to compare
  1. Fixed in-game audio

0.63.8

03 Sep 16:53
Compare
Choose a tag to compare
  1. Fix battle log (for realsies)

0.63.7

03 Sep 01:52
Compare
Choose a tag to compare
  1. Fix battle log

0.63.6

15 Aug 12:46
Compare
Choose a tag to compare
  1. Minor bug fixes

0.63.5

01 Aug 14:11
Compare
Choose a tag to compare
  1. Added underscript.item
  2. Added underscript.priority
  3. Added priority to plugin.addFilter()
  4. Removed extra spacing in deck storage
  5. Fixed "Grand Prize" in battle log
  6. Fixed searching for "Grand Prize" in collection

0.63.4

12 Jul 04:40
Compare
Choose a tag to compare
  1. Improved Deck/Crafting filters
  2. Added results to addFilter callback
  3. Restored old rarity behavior on Crafting page

0.63.3

11 Jul 01:01
Compare
Choose a tag to compare
  1. Added Shiny filter on Decks page back

0.63.2

06 Jul 17:55
Compare
Choose a tag to compare
  1. Fixed a translation error with friendship rewards
  2. Fixed end turn hotkey toast not showing correct setting

0.63.1

02 Jul 12:36
Compare
Choose a tag to compare
  1. Reverted "reversed settings"
  • They were completely broken

0.63.0

02 Jul 05:02
Compare
Choose a tag to compare

Over 5000 line changes~ (in 250 files)

Features

  1. Added custom translation files for UnderScript text
  • Work in progress, there's a lot of text in UnderScript...
  1. Added ability to transform setting values
  2. Added new "update" utility
  • Used with UnderScript (and plugin) updates
  1. Added setting to change auto update frequency
  2. Added setting to run auto updates silently
  • Only shows a notification if updates are found
  1. 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
  1. Added Pending Updates window
  2. Added more vanilla settings
  3. Reversed some settings that were "enabled" when checked rather than "disabled" when checked.

Fixes

  1. Fixed list setting defaults not using the correct values
  2. Fixed issues with "matching" advanced map keys
  3. DT's are now craftable
  4. Fixed events.one not passing event metadata
  5. Fixed issue with async events not being async
  6. Fixed battle log card names not using the correct name
  7. Fixed quick craft not using correct name
  8. Fixed error where Daily Rewards could say you have one less day
  9. Fixed some bugs with AdvancedMap settings

Plugins

  1. Pack Items are now valid when using openPacks
  2. underscript:ready event
  • Called when UnderScript assets are loaded
  1. Added plugin update checker
  • When creating plugins use underscript.plugin(name, version)
    • You must pass version to get access to updater
  • Basic: plugin.updater(downloadUrl)
    • Supports github.com, gist.github.com
  • Github Release: plugin.updater({ updateURL: '@USER/REPO' })
1. Fixed events not returning the proper value 1. Improved `addStyle()` code - Added error when style is malformed 1. You can now pass defaults to `AdvancedMap`s