Skip to content

Releases: a2meter/Aion2Meter

v1.2.9

Choose a tag to compare

@a2meter a2meter released this 05 Jul 13:15
  • 전투 인식 개선

A2Meter v1.2.8

Choose a tag to compare

@a2meter a2meter released this 21 Jun 05:00
  • 치유성 신성한 기운, 정령성의 정령, 마도성의 혹한의 바람 등 설치형 스킬/소환물 대미지가 집계되지 않던 현상 수정

A2Meter 1.2.7

Choose a tag to compare

@a2meter a2meter released this 10 Jun 13:08
  • 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

Choose a tag to compare

@a2meter a2meter released this 10 Jun 12:40
  • 파티원 roster 패킷이 PacketEngine 없이도 managed 파서에서 즉시 처리되도록 수정했습니다.
  • 이미 frame으로 잘려 들어온 StreamProcessor 메시지를 sync-marker 스트림처럼 다시 버퍼링하던 문제를 고쳤습니다.
  • 2026-06-10 파티 던전 캡쳐에서 02 97 업데이트 4명(우와대, 림하, 남힐, 이뷰) 인식을 native/managed-only 양쪽으로 검증했습니다.

A2Meter v1.2.5

Choose a tag to compare

@a2meter a2meter released this 10 Jun 11:29
  • meter-bootstrap에서 최신 프로토콜 opcode와 보스 메타데이터를 로드하도록 변경했습니다.
  • PacketEngine.dll에 mobSpawn opcode를 고정 의존하지 않도록 관리 파서를 우선 사용합니다.
  • 2026-06-10 던전 캡쳐에서 개조된 바고트(mobCode 2980119) 보스 인식 및 DPS 누적을 검증했습니다.

v1.2.4

Choose a tag to compare

@a2meter a2meter released this 06 Jun 07:20
  • 사이트 접속이 안되더라도 미터기가 동작하도록 수정

v1.2.3

Choose a tag to compare

@a2meter a2meter released this 31 May 11:16
  • 던전 ID와 몹 ID를 제대로 불러오지 못하던 현상 수정 (무스펠의 성배)
  • 로컬 DB 의존성 완전 제거

v1.2.2

Choose a tag to compare

@a2meter a2meter released this 27 May 15:23
  • 신규성역 무스펠의 성배 추가
  • rDPS 티어 표기 삭제
  • 파티신청 토스트가 여러개 같이 보이도록 수정
  • 파티신청 토스트 ON / OFF 스위치 추가
  • DPS탭 초기화 시 조회탭은 그대로 남도록 수정
  • 설치형으로 변경
  • 기타 버그 수정

v1.2.1

Choose a tag to compare

@a2meter a2meter released this 25 May 12:52
  • 통계사이트 추가
  • 설정 - 내 기록 보기 버튼 추가
  • rDPS에 따른 DPS 순위 티어 도입 (조회탭)
  • 파티지원 시 장착중인 스티그마 조회 토스트 추가

Updater

Choose a tag to compare

@a2meter a2meter released this 20 May 13:58
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>