1Lighty-BetterDiscordPlugins/Plugins/CrashRecovery/CHANGELOG.md

30 lines
1.0 KiB
Markdown
Raw Normal View History

2020-01-08 00:17:36 +01:00
# [CrashRecovery](https://1lighty.github.io/BetterDiscordStuff/?plugin=CrashRecovery "CrashRecovery") Changelog
2020-07-26 13:39:27 +02:00
### 0.1.7
- Changed to module.exports because useless backwards incompatbile changes are the motto for BBD apparently.
2020-04-08 12:44:02 +02:00
### 0.1.6
- Removed usage of soon to be deprecated globals.
2020-03-31 21:31:22 +02:00
### 0.1.5
- Fixed startup error in console
2020-03-05 16:16:55 +01:00
### 0.1.4
- Improved detection accuracy
- Added failsafe in case something goes wrong when: initializing, starting or when trying to display the recover button
- Added third step when trying to recover, as to not switch channels unless required, can be disabled in settings.
- Plugin is no longer experimental
2020-02-02 22:53:23 +01:00
### 0.1.3
- Fixed crash if XenoLib or ZeresPluginLib were missing
2020-01-12 18:38:14 +01:00
### 0.1.2
- Fixed crash screen being blank if a plugin failed to stop properly.
- Now closes all modals, including the special types that are not stored inside ModalStack.
2020-01-10 11:10:03 +01:00
### 0.1.1
- Fixed failing to recover from a crash if a plugin is preventing it.
2020-01-08 00:17:36 +01:00
### 0.1.0
- Initial release
2020-01-10 11:10:03 +01:00
- Should handle most crashes on its own.