|
1 | 1 | # UnderScript Changelog |
2 | 2 |
|
| 3 | +## Version 0.63.0 (2025-07-01) |
| 4 | +Over 5000 line changes~ (in 250 files) |
| 5 | +### Features |
| 6 | +1. Added custom translation files for UnderScript text |
| 7 | + - Work in progress, there's a lot of text in UnderScript... |
| 8 | +1. Added ability to `transform` setting values |
| 9 | +1. Added new "update" utility |
| 10 | + - Used with UnderScript (and plugin) updates |
| 11 | +1. Added setting to change auto update frequency |
| 12 | +1. Added setting to run auto updates silently |
| 13 | + - Only shows a notification if updates are found |
| 14 | +1. Added setting to `Disable Plugin Updates` |
| 15 | + - You can disable updates for each plugin as well |
| 16 | + - Plugins must opt-in to use the updater before you can see this setting |
| 17 | +1. Added `Pending Updates` window |
| 18 | +1. Added more vanilla settings |
| 19 | +1. Reversed some settings that were "enabled" when checked rather than "disabled" when checked. |
| 20 | +### Fixes |
| 21 | +1. Fixed list setting defaults not using the correct values |
| 22 | +1. Fixed issues with "matching" advanced map keys |
| 23 | +1. DT's are now craftable |
| 24 | +1. Fixed `events.one` not passing event metadata |
| 25 | +1. Fixed issue with `async` events not being async |
| 26 | +1. Fixed battle log card names not using the correct name |
| 27 | +1. Fixed quick craft not using correct name |
| 28 | +1. Fixed error where Daily Rewards could say you have one less day |
| 29 | +1. Fixed some bugs with `AdvancedMap` settings |
| 30 | +### Plugins |
| 31 | +1. Pack Items are now valid when using `openPacks` |
| 32 | +1. `underscript:ready` event |
| 33 | + - Called when UnderScript assets are loaded |
| 34 | +1. Added plugin update checker<extended> |
| 35 | + - When creating plugins use `underscript.plugin(name, version)` |
| 36 | + - You ***must*** pass version to get access to `updater` |
| 37 | + - Basic: `plugin.updater(downloadUrl)` |
| 38 | + - Supports `github.com`, `gist.github.com` |
| 39 | + - Github Release: `plugin.updater({ updateURL: '@USER/REPO' })` |
| 40 | +</extended> |
| 41 | +1. Fixed events not returning the proper value |
| 42 | +1. Improved `addStyle()` code |
| 43 | + - Added error when style is malformed |
| 44 | +1. You can now pass defaults to `AdvancedMap`s |
| 45 | + |
3 | 46 | ## Version 0.62.5 (2025-05-20) |
4 | 47 | 1. Fixed (another) bug with advanced map |
5 | 48 | 1. Fixed bug with chat |
|
0 commit comments