1
0
Fork 0
mirror of https://github.com/hawkeye-stan/msfs-popout-panel-manager.git synced 2024-10-16 06:00:45 +00:00
msfs-popout-panel-manager/VERSION.md

23 lines
1.5 KiB
Markdown
Raw Normal View History

2021-09-21 00:19:46 +00:00
# Version History
<hr/>
2021-09-23 13:34:10 +00:00
## Version 1.2.0.0
* Increase OCR image accuracy by raising image DPI before analysis.
* Added (very experimental) Asobo A320 and FlybyWire A320NX profiles as testing sample. These profiles do only work 100% of the time. Continue investigation into better OCR accuracy will be needed.
* Added profile dropdown sorted by profile name.
2021-09-26 02:12:28 +00:00
* Fixed an issue of reapplying the same settings will cause panels to be out of sync.
* Fixed an issue of switching profiles will cause panels to be out of sync.
* Fixed an issue of unable to set or reset panel to NOT ALWAYS ON TOP.
2021-09-23 13:34:10 +00:00
* Fixed application path issue for not able to find ocrdata.json file at startup.
* Removed MSFS Pop Out Panel Manager is always on top (not the actual in-game panels themselves). Now it is only always on top during development debug mode if you compile and run the application from source code.
## Version 1.1.0.0
2021-09-21 00:19:46 +00:00
* Added caption title for the "untitled" windows. After analysis, if the panel window matches the name in the profile/ocr definition file, it will now display a caption of "Custom - XXXXX" (ie. Custom - PFD). This allows user to use various 3rd party windows layout manager to organize pop out panel windows.
* Added hide panel title bar feature.
* Added ability to have pop out panels to be always on top.
* Added minimize application to tray feature.
* Made application flow more intuitive.
2021-09-23 13:34:10 +00:00
* Fixed various small bugs in the application.
2021-09-21 00:19:46 +00:00
2021-09-23 13:34:10 +00:00
## Version 1.0.0.0
2021-09-21 00:19:46 +00:00
* Initial Release