File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ v5.24.10] ( https://github.com/honestbleeps/Reddit-Enhancement-Suite/releases/v5.24.10 )
2+
3+ ### Returning Features
4+
5+ - Return of RES Account switcher! See [ here] ( words ) for more information on what happened.
6+
7+ ### Bug Fixes
8+
9+ ### Housekeeping / Other
10+
11+ - N/A
Original file line number Diff line number Diff line change @@ -856,6 +856,11 @@ const migrations = [
856856 async go ( ) {
857857 await Modules . setEnabled ( 'accountSwitcher' , false ) ;
858858 } ,
859+ } , {
860+ versionNumber : '5.24.10-reenable-accountSwitcher' ,
861+ async go ( ) {
862+ await Modules . setEnabled ( 'accountSwitcher' , true ) ;
863+ } ,
859864 } ,
860865
861866] ; // ^^ Add new migrations ^^
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ export const module: Module<*> = new Module('accountSwitcher');
2525module . moduleName = 'accountSwitcherName' ;
2626module . category = 'myAccountCategory' ;
2727module . description = 'accountSwitcherDesc' ;
28- module . disabledByDefault = true ;
2928module . options = {
3029 keepLoggedIn : {
3130 type : 'boolean' ,
Original file line number Diff line number Diff line change 11{
22 "title" : " Reddit Enhancement Suite" ,
33 "name" : " reddit-enhancement-suite" ,
4- "version" : " 5.24.9 " ,
4+ "version" : " 5.24.10 " ,
55 "description" : " A suite of modules that enhance your Reddit browsing experience" ,
66 "author" : " Reddit Enhancement Suite contributors" ,
77 "license" : " GPL-3.0" ,
You can’t perform that action at this time.
0 commit comments