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

66 lines
3.6 KiB
Markdown
Raw Normal View History

2021-09-21 00:19:46 +00:00
# Version History
<hr/>
2021-10-07 22:12:02 +00:00
2021-12-14 05:40:07 +00:00
## Version 3.0.0.0
* Provided 2X pop out and panel separation performance.
* Better support for all screen resolutions.
* Added Cold Start feature. Panels can be popped out and recalled later even when they're not turned on.
* Added Auto Panning feature. Application remembers the cockpit camera angle when you first define the pop out panels. It will automatically move the cockpit view for you when popping out panel.
* Added fine-grain control in positioning panels down to pixel level.
* Added Always on Top feature for application.
* Added realtime readout during panel positioning.
* Added exception tracing to help troubleshoot application issue.
2021-11-24 15:57:29 +00:00
## Vesion 2.2.0.0
* Disabled ability to launch multiple instances of the application.
* Added autostart feature when MSFS starts. The application will create or modify exe.xml. A backup copy of exe.xml will be created.
* Added better support for 4K display resolution and non-standard display resolution.
* Windows OS display resolution and in-game display resolution no longer have to match.
* Improved panel pop out separation accuracy and performance.
* Updated application packaging to single file executable to reduce file clutter.
2021-11-12 03:46:34 +00:00
## Vesion 2.1.1.0
* Fixed panel separation issue for super ultrawide monitor (for example: 3840x1080)
2021-10-17 16:18:45 +00:00
## Vesion 2.1.0.0
* Added ability to delete built-in profile.
* Added ability to create and delete custom user profile.
* Improved image recognition algorithm using SUSAN Corner block matching algorithm.
2021-10-08 16:51:07 +00:00
## Vesion 2.0.3.0
* Fixed a crash bug when splitting out panel when trying to analyze the last split panel.
* Added PMS50.com GTN750 mod configuration
2021-10-07 22:12:02 +00:00
## Vesion 2.0.2.0
* Added one second delay on mouse click when the application is trying to separate the chained pop out windows.
2021-10-07 13:40:21 +00:00
## Vesion 2.0.1.0
2021-10-07 17:00:10 +00:00
* Changed how screen resolution is detected. Used vertical instead of horizontal resolution to account for ultra wide monitors.
2021-09-21 00:19:46 +00:00
2021-09-30 02:17:20 +00:00
## Version 2.0.0.0
* Used new image recognition instead of OCR technology to determine pop outs.
* Added auto pop out feature.
* Allowed moving pop out panels using coordinates/width/height after analysis.
* Added additional plane profiles.
* Running on non-native monitor resolution will not work because of image scaling issue when doing image analysis.
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.
2021-09-30 02:17:20 +00:00
* Removed MSFS Pop Out Panel Manager is always on top. This is intefering with image operations.
2021-09-23 13:34:10 +00:00
## 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