File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 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
561 . Manual updates now fix broken update announcements
7+ 1 . Updated April fools settings to work for this year
68### Plugins
791 . 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)
10161 . Fixed notification sound turning off permanently
Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments