Skip to content

Commit a5b39ac

Browse files
committed
feat(setting/type): pass disabled status
1 parent 3d5f7ef commit a5b39ac

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# UnderScript Changelog
22

3-
## Version 0.61.0 (2025-)
3+
## Version 0.61.0 (2025-04-01)
4+
Surprise! April fools update.
45
### Fixes
56
1. Manual updates now fix broken update announcements
7+
1. Updated April fools settings to work for this year
68
### Plugins
79
1. Added support for plugins to provide their version
10+
1. Added `Settings:open` event
11+
1. Added `plugin.events.compound(...events, callback)`
12+
1. Added `plugin.version`
13+
1. Added `disabled` to setting creation
814

915
## Version 0.60.4 (2025-03-18)
1016
1. Fixed notification sound turning off permanently

src/utils/settings/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ function createSetting(setting = defaultSetting) {
9898
if (updateLock === setting) updateLock = false;
9999
}, {
100100
data: setting.data,
101+
disabled: setting.disabled,
101102
remove: setting.remove,
102103
container,
103104
name,

0 commit comments

Comments
 (0)