Skip to content

0.2.7.60

Choose a tag to compare

@gnh1201 gnh1201 released this 17 Aug 05:56
· 32 commits to master since this release
0fb1200

🚀 0.2.7.60 released

🇰🇷 Celebrating the 81st anniversary of Korea's Liberation Day

This release is dedicated to Gwangbokjeol (광복절), Korea's Liberation Day, commemorating the restoration of Korea's independence on August 15, 1945.

We extend our deepest gratitude to all nations and people who supported, fought for, and sacrificed for Korea's independence.

May the spirit of freedom, independence, and open collaboration continue to inspire us.

Changes included in this release:

  • Introduced WelsonJS.ManagedObject as the successor to WelsonJS.Toolkit:

    • Migration from WelsonJS.Toolkit to WelsonJS.ManagedObject #440
    • Refactored the legacy WelsonJS.Toolkit module #427
    • Added COM wrapper support for ByRef parameters #429
    • Track Objects Created by WelsonJS.ManagedObject #449
    • WelsonJS.ManagedObject is published to Nuget
  • Added AppSignal-based error tracking to WelsonJS.Launcher for improved application error monitoring and diagnostics.

  • Improved application integrity and security:

    • Added lightweight SRI support #420
    • Upgraded SRI hash algorithms to SHA-512/SHA-384 #424
  • Improved compatibility with air-gapped and legacy Windows environments:

    • Fixed Dynamic Assembly Loader issues on some air-gapped systems #412
    • Fixed application crashes when the htmlfile module is corrupted #399
    • Improved and verified the seamless launcher on Windows 8.1 #376
    • Improved the post-installation script for Windows 8.1 #376
  • Added a one-click installation script #404

  • Added a native-independent Stdin server implemented entirely in JavaScript #397

  • Add support MCP (Model Context Protocol) #233

  • More minor fixes and improvements

Note: WelsonJS.ManagedObject is now the recommended native module for new applications. Existing WelsonJS.Toolkit applications should migrate to WelsonJS.ManagedObject where possible.