Table of Contents

EasyAR Mega WeChat Mini Program plugin release notes

This page records the release notes for each version of the EasyAR Mega WeChat Mini Program plugin.

Important

Version maintenance and upgrade recommendations

  • 2.0.0 and above: It is recommended that all users upgrade to the latest version (2.0.3) for optimal stability.
  • Versions below 2.0.0: Have been completely refactored and are no longer maintained. Please migrate to the new version.

Quick navigation

2.0.3

Release date: 2026-04-20

  • MegaTracker added setEnableStatelessLocalization() interface and setEnableLocalization() interface, replacing the original setResultPoseType()
  • MegaTracker added setProximityLocation() interface for nearby location settings
  • Fixed issues that might occur when repeatedly calling Session's Start() and Stop()

2.0.2

Release date: 2025-11-19

  • Fixed the issue where initial localization and tracking performance was worse than expected in high network latency environments.

2.x version history

2.x is a stable version after refactoring, providing a more robust AR experience and clearer API usage.

2.0.1

  • Optimized tracking performance.

2.0.0

  • Added: Comprehensive updates to Sample, Toolbox, and API documentation.
  • Added: Support for APIToken.
  • Added: Full support for TypeScript type inference.
  • Added: Support for rotated screens.
  • Optimized: Smoother AR experience without image capture lag.
  • Optimized: More robust using WeChat's native image interfaces.
  • Optimized: Smoother and more stable tracking of AR content.
  • Refactored: Rewrote MegaSession workflow, significantly simplifying the process and supporting pure code creation.
  • Refactored: Decoupled Ema annotation data acquisition from scene loading process.

1.x historical version records

1.x is a historical version and is no longer maintained. The following content is for reference only.

1.1.12

  • Supported v4DH CLS library.

1.1.10

  • Fixed version compatibility issues with viewLocalizationInfo in the previous version.

1.1.9

  • Added reporting information upon successful localization.

1.1.2 - 1.1.8

  • Optimized tracking performance.
  • Fixed pure black image capture issue on Android 8.0.37.
  • Fixed default Block position to world origin when no Ema exists.

1.1.1

  • Fixed runtime errors when configuration information was not set.

1.1.0

  • Added: Exported mathematical methods.
  • Added: Adjusted to component-based approach, introducing the plugin via XML tags.
  • Fixed: Fixed exceptions when resetting Mega parameters.
  • Optimized: Added resource release when the plugin exits and optimized internal implementation.

1.0.5

  • Initial release.