mirror of
https://github.com/barkeser2002/Not-Enough-Crashes.git
synced 2026-09-25 12:26:10 +03:00
19 lines
699 B
Markdown
19 lines
699 B
Markdown
# 1.0.9
|
|
Released
|
|
### 1.0.10
|
|
- Fixed an exception while starting game.
|
|
### 1.0.11
|
|
- Fixed two "Not Enough Crashes deobfuscated stack trace" lines appearing (instead of just one).
|
|
## 1.1.0
|
|
- Added an API for running code when the game crashes to prevent the window getting stuck in weird states.
|
|
### 1.1.1
|
|
- Forgot a debug flag
|
|
### 1.1.2
|
|
- Fixed the entry point catcher not being enabled...
|
|
### 1.1.3
|
|
- Initialization errors will now be printed as soon as an error is caught, instead of only when displaying the crash screen.
|
|
- The init error screen will now display in more disaster cases.
|
|
### 1.1.4
|
|
- Fixed the window not closing when pre-initialization errors occur.
|
|
### 1.1.5
|
|
- Fixed a rare error. |