Skip to content

Commit ecf3c57

Browse files
committed
chore: changelog
1 parent 7feccb1 commit ecf3c57

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

changelog.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
11
# UnderScript Changelog
22

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+
346
## Version 0.62.5 (2025-05-20)
447
1. Fixed (another) bug with advanced map
548
1. Fixed bug with chat

0 commit comments

Comments
 (0)