-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: cppimmo <[email protected]>
- Loading branch information
Showing
5 changed files
with
344 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Changelog | ||
|
||
<!-- https://keepachangelog.com --> | ||
|
||
## Version 1.0.0 - 21 Mar 2022 | ||
|
||
### Added | ||
- Initial release. | ||
|
||
### Fixed | ||
|
||
### Changed | ||
|
||
### Known Issues | ||
|
||
## Version 1.0.1 - 22 Mar 2022 | ||
|
||
### Added | ||
- Add more error handling. | ||
- Add basic configuration structure with defaults. | ||
- Implement configuration structure as argument to `FmGui::StartupHook().` | ||
- Add comments. | ||
- Add implementation for OnResize. Not used yet. | ||
|
||
### Fixed | ||
- Fixed crashes due to derefrencing ImGuiContext on mission restart. | ||
|
||
### Changed | ||
- Updated instructions in *README.md*. | ||
- Inform users that static linking is prefered. | ||
- Updated *Examples/Fm.cpp*. | ||
|
||
### Known Issues | ||
- Crashes on second mission quit when ImGui IniFileName is not null pointer. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.