Maple v0.7.0
Changelog
🎉 Introducing the Monaco-based configuration editor with IntelliSense! 🎉
- In this version, we have incorporated WinUI 2.8 for the WebView2 control. You should see a modernized visual of the basic controls as well.
- On top of that, the RichEditBox has been replaced with a WebView hosting a Monaco editor.
- Common IntelliSense features like validation, auto completion, hover, renaming etc. are supported for the
conf
format. - Besides, exception handling is improved. Fewer crashes are expected.
Breaking changes
Minimum required OS version is now Windows 10, version 1809 - build 17763.
Deployment
Before installing the msixbundle
, remember to import the security certificate first:
- Open
Maple.App_0.7.0.0_x64.cer
, and select Install Certificate. - On the Certificate Import Wizard, select Local Machine.
- Import the certificate to the Trusted Root Certification Authorities folder.
Note: the code signing certificate in this release has been updated (fingerprint: 34c28379f0c02b648c36ae8c876d2c17c8a08155
). You may need to install the new certificate and untrust the old one.