Releases: FalcoGer/CoordinateConverter
Releases · FalcoGer/CoordinateConverter
Bug fix v0.5.11
- Fixes null dereference exception when opening unit importer without DCS connection
- Fixes aircraft selection is enabled on startup, even though auto is enabled by default
- Fixes aircraft tools are clickable even with that aircraft not being selected
0.5.10
- Replaces message boxes with custom message box.
- The custom message boxes will appear in the center of the main window and will always be on top
This fixes that a pop up message is hidden behind DCS while coordinate converter is sitting on a second monitor, being unresponsive to clicks due to the message being open.
Bug fix v0.5.9
- Fixes null dereference exception when trying to send points to DCS without connection to DCS
Bug fix v0.5.8
- Changes AH64 Point deleter to select TG by default
- Fixes FormAskBinaryQuestion (Pilot/CPG, Use MGRS, Want to update) not appearing in center of parent
- Makes FormAskBinaryQuestion always be on top
- Fixes incorrect sorting of numeric values in unit importer
- FormUnitImporter now uses a datatable as the backend, making it a lot faster
- Changes to use AddRange to add points to points list, makes data grid faster
Bug fix v0.5.7
- Fix null de-reference when input invalid in multi point editing
Bug fix v0.5.6
- Fixes point IDs not resetting after deleting points from the list causing duplicate point IDs and a possible exception in the unit importer
Bug fix v0.5.5
- Fixes AH64 point deleter max point number being wrong for CMs (was 100, is actually 99)
- Fixes AH64 entering points with underscore in free text causes exception