Releases: a2meter/Aion2Meter
Releases · a2meter/Aion2Meter
Release list
v1.2.9
A2Meter v1.2.8
- 치유성 신성한 기운, 정령성의 정령, 마도성의 혹한의 바람 등 설치형 스킬/소환물 대미지가 집계되지 않던 현상 수정
A2Meter 1.2.7
- Fix party member DPS rows not appearing when other-player UserInfo moved to opcode 45 36.
- Keep roster names aligned with per-zone combat entity ids so party damage is displayed without relying on PacketEngine updates.
- Web opcode bootstrap has also been updated for existing installs.
A2Meter v1.2.6
- 파티원 roster 패킷이 PacketEngine 없이도 managed 파서에서 즉시 처리되도록 수정했습니다.
- 이미 frame으로 잘려 들어온 StreamProcessor 메시지를 sync-marker 스트림처럼 다시 버퍼링하던 문제를 고쳤습니다.
- 2026-06-10 파티 던전 캡쳐에서
02 97업데이트 4명(우와대,림하,남힐,이뷰) 인식을 native/managed-only 양쪽으로 검증했습니다.
A2Meter v1.2.5
- 웹
meter-bootstrap에서 최신 프로토콜 opcode와 보스 메타데이터를 로드하도록 변경했습니다. - PacketEngine.dll에 mobSpawn opcode를 고정 의존하지 않도록 관리 파서를 우선 사용합니다.
- 2026-06-10 던전 캡쳐에서
개조된 바고트(mobCode 2980119) 보스 인식 및 DPS 누적을 검증했습니다.
v1.2.4
v1.2.3
v1.2.2
v1.2.1
Updater
feat(updater): tag-tracked updater deployment + bump to updater-v2 EnsureUpdaterAsync now writes the deployed updater tag to %APPDATA%/A2Meter/updater_tag.txt and re-downloads whenever the constant `UpdaterReleaseTag` doesn't match what's on disk. This unblocks the self-rechecking updater rewrite: existing clients with the old A2Updater.exe automatically get replaced on next launch when we bump the tag. Also download to a .new temp file and atomically replace, so a dropped connection during download can never leave a half-written A2Updater.exe behind. Bump tag to `updater-v2`. Action item: publish a GitHub release with that tag whose A2Updater.exe asset is the new self-contained single binary. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>