Releases: UCProjects/UnderScript
Releases · UCProjects/UnderScript
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
transformsetting 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 Updateswindow - 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.onenot passing event metadata - Fixed issue with
asyncevents 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
AdvancedMapsettings
Plugins
- Pack Items are now valid when using
openPacks underscript:readyevent
- 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' })
0.62.5
- Fixed (another) bug with advanced map
- Fixed bug with chat
0.62.4
- Fixed bug with advanced map
0.62.3
- Fixed bugs with game sounds (including April fools)
0.62.2
- Fixed April Fools setting being too aggressive
- Fixed April Fools messing up persistent background
0.62.1
- Fixed plugins breaking when providing custom settings
0.62.0
Fixes
- April fools setting is no longer so greedy
- April fools setting properly applies when home page refreshes
- Minor bug fixes related to settings
Plugins
- Added
keybindsetting type - Added
advancedMapsetting type
0.61.0
Surprise! April fools update.
Fixes
- Manual updates now fix broken update announcements
- Updated April fools settings to work for this year
Plugins
- Added support for plugins to provide their version
- Added
Settings:openevent - Added
plugin.events.compound(...events, callback) - Added
plugin.version - Added
disabledto setting creation