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

  • Version 2.0.0 and later: all users are recommended to upgrade to the latest version (2.0.3) for the best stability.
  • Versions earlier than 2.0.0: fully refactored and no longer maintained. Please migrate to the new version.

Quick navigation

2.0.3

Release date: 2026-04-20

  • MegaTracker added the setEnableStatelessLocalization() interface and setEnableLocalization() interface, replacing the original setResultPoseType()
  • MegaTracker added the proximity location setting interface setProximityLocation()
  • Fixed possible issues when Session repeatedly Start() and Stop()

2.0.2

Release date: 2025-11-19

  • Fixed the issue where the initial localization and tracking effect was not as expected in high network latency environments.

2.x version history

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

2.0.1

  • Optimized the tracking effect.

2.0.0

  • Added: Sample, Toolbox, and API documentation were fully updated.
  • Added: APIToken support.
  • Added: Comprehensive support for TypeScript type inference.
  • Added: Support for using a rotated screen.
  • Optimized: Provides a smoother AR experience and no longer stutters due to image acquisition.
  • Optimized: Uses the native image interface provided by WeChat, making it more robust.
  • Optimized: AR content tracking is smoother and more stable.
  • Refactored: Rewrote the MegaSession workflow, greatly simplifying the process and supporting pure-code creation.
  • Refactored: Decoupled acquisition of Ema annotation data from the loading process in the scene.

1.x historical version records

1.x is a historical version and maintenance has stopped. The following content is for reference only.

1.1.12

  • Supports v4DH CLS library.

1.1.10

  • Fixed the version compatibility issue of viewLocalizationInfo in the previous version.

1.1.9

  • Added report information when localization succeeds.

1.1.2 - 1.1.8

  • Optimized tracking effect.
  • Fixed the issue where Android 8.0.37 obtained pure black images.
  • Fixed the default Block position to the world origin when there is no Ema.

1.1.1

  • Fixed a runtime error when configuration information is not set.

1.1.0

  • Added: Exported math methods.
  • Added: Changed to a component and introduced the plugin by using XML tags.
  • Fixed: Fixed an exception when resetting Mega parameters.
  • Optimized: Added resource release when the plugin exits and optimized the internal implementation.

1.0.5

  • Initial release.