Skip to content

Maple v0.7.0

Compare
Choose a tag to compare
@bdbai bdbai released this 20 Nov 17:50
· 23 commits to main since this release

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:

  1. Open Maple.App_0.7.0.0_x64.cer, and select Install Certificate.
  2. On the Certificate Import Wizard, select Local Machine.
  3. 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.