SOGEBOT 10.0.0
Breaking changes
Old implementation of database system was rewritten to typeorm implementation. You need to set up typeorm config file and migrate your old database
- http://sogehige.github.io/sogeBot/#/configuration/database
- http://sogehige.github.io/sogeBot/#/install-and-upgrade?id=upgrade-from-910x
Bug Fixes
- api - hide subscribe errors after first error (#3020) (1f778617)
- api - return response only if defined (#2926), Fixes #2922 (66575d7b)
- api - use from_id and not rely id from db (#2925), Fixes #2923 (5842782f)
- customCommands - send messages slower to keep order (#2930), Fixes #2929 (53584925)
- customvariables - oldValue cannot be null (#2977) (d39c6844)
- customvariables - run script when comments are removed (2f949ab3)
- emotes - emotes should not be parsed on whisper (#2988) (1d5900de)
- emotes - remove dead code (#3011) (90a6b1e4)
- emotes - simplify ffz 404 error (#2905), Fixes #2894 (8d578557)
- events - load correct event definition (#3012), Fixes #3009 (d0e12325)
- interface - force env DISABLE settings (#2920), Fixes #2907 (dc866b12)
- main - start heap debug on any value (#3010) (564c810d)
- microservice - parse token json value to get user (#3005) (29f423a2)
- oauth - undefined check for error data (#3008) (0aa7232e)
- socket - made socket auth robust (#3000), Fixes #2997, Fixes #2994 (015ab97a)
- sockets - check auth only if socket list is loaded (#2941), Fixes #2908 (7a22caf1)
- spotify - ignore commands on offline stream (#3021) (36a54a86)
- spotify - remove token usage on auth (#3018), Fixes #3016 (3514af6d)
- stats - show 0 if stream is offline (#2943), Fixes #2936 (fb6b6412)
- tmi - set correct if condition (#2931) (f15b3cb6)
- ui - center misaligned inputs (#2918), Fixes #2893 (99a33b86)
- ui - responsive image carousel (#2996), Fixes #2983 (5db979c6)
- ui - set EventBus to correct component, Fixes #2970 (f4c7b902)
- ui - use correct eye icons (#2917), Fixes #2906 (fb7f596b)
- ui - use setTimeout to wait more than nextTick (#2995), Fixes #2940 (cbe70a2c)
- ui - volume TTS step by 1% (#2935), Fixes #2932 (ebe25570)
- watcher - clone value to not work with pointer (#3007) (3c74a424)
- wof - properly save responses (#2954), Fixes #2952 (0d3487ce)