File Details
AutoMountGear 2.0.12.zip
- R
- Mar 10, 2026
- 3.71 MB
- 142
- 2.5.5
- Classic TBC
File Name
AutoMountGear 2.0.12.zip
Supported Versions
- 2.5.5
# CHANGELOG
## 2.0.12
- Fixed "Script has exceeded its execution time limit" when opening the settings window: throttled refresh (min 1.5s between runs), settings refresh ticker 0.5s → 2s, and capped speed-item tooltip scans per refresh (max 40) to avoid heavy work in a single frame.
- 설정창 열 때 "스크립트 실행 시간 제한 초과" 오류 수정: refresh 1.5초 최소 간격 쓰로틀, 설정 새로고침 주기 0.5초→2초, 속도 아이템 툴팁 스캔 회수 한 번에 최대 40개로 제한.
## 2.0.11
- Localization: UI and messages now follow game locale (Korean for koKR, English for enUS/enGB). All user-facing strings use locale table and L(key).
- 로케일: 게임 언어에 따라 한글(koKR)·영어(enUS/enGB) 자동 전환. 표시창·설정·미니맵·슬래시 메시지 등 모든 문구 로케일 대응.
## 2.0.10
- Version and CHANGELOG policy: always bump version and update this CHANGELOG when making changes
- 버전·변경이력 정책: 변경 시 항상 버전 올리고 본 CHANGELOG에 반영
## 2.0.9
- CHANGELOG reorganized for CurseForge: English first, then Korean per version
- CHANGELOG 커스포지 등록용으로 정리: 각 버전별 영문 선, 한글 후
## 2.0.8
- Fixed default slash commands (/pvp, /전쟁, etc.) not working (no longer overwrite SlashCmdList; register only when existing)
- /pvp, /전쟁 등 기본 슬래시 명령어가 동작하지 않던 문제 수정 (SlashCmdList를 덮어쓰지 않고, 이미 존재할 때만 우리 명령 등록)
## 2.0.7
- Added ITEM_DATA_LOAD_RESULT debouncing (event fires hundreds of times when opening bags/character; now handled once after 0.5s)
- Memory/FPS improvements
- ITEM_DATA_LOAD_RESULT 디바운싱 추가 (가방/캐릭터창 열 때 수백 번 연속 발생하는 이벤트를 0.5초 후 1회만 처리)
- 메모리/FPS 이슈 개선
## 2.0.6
- Added debug log: /amg debug on → open bags (B) / character (C) → /amg debug dump to export; log saved in SavedVariables (WTF\\...\\SavedVariables\\AutoMountGear.lua)
- 디버그 로그 기능 추가: 가방/캐릭터창 열 때 메모리·FPS 이슈 분석용
- /amg debug on → 가방(B)·캐릭터(C) 열기 → /amg debug dump 로 로그 내보내기
- 로그는 SavedVariables에 저장되며, WTF\\...\\SavedVariables\\AutoMountGear.lua 에서 확인 가능
## 2.0.5
- Fixed lag when opening merchant or character panel (heavy inventory scan now runs only when settings window is open)
- 상인/캐릭터 정보창 열 때 발생하던 랙 수정 (설정창이 열려 있을 때만 무거운 인벤토리 스캔 실행)
## 2.0.4
- Fixed missing forward declaration for minimap button visibility
- 미니맵 버튼 표시 보장 함수 전방 선언 누락 수정
## 2.0.3
- Fixed chat edit hook init timing
- 채팅 입력 훅 초기화 순서 오류 수정
## 2.0.2
- Fixed settings refresh call error
- 설정창 새로고침 호출 오류 수정
## 2.0.1
- Stabilized version check (safe addon message handling)
- 버전 체크 안정화(애드온 메시지 처리 보호)
## 2.0.0
- Versioning reset to 2.0.0
- 버전 2.0.0으로 재시작
## 1.0.4
- Group version check via addon message
- 파티/공대 내 버전 체크(애드온 메시지 통신)
## 1.0.3
- Speed item filter: handle delayed item data loading
- 속도 아이템 필터: 아이템 데이터 지연 로드 대응
## 1.0.2
- Switched to per-character saved data
- 저장 방식 변경(캐릭터별 저장)
## 1.0.1
- Added status lines in settings (addon/mount state); improved auto-refresh while settings open; highlight current equipped items and auto-select on first open; removed per-list scrollbars, keep only main scroll
- 설정창 상태 표시 추가(현재상태/탑승상태)
- 설정창 자동 새로고침 개선(열림 상태에서 주기 갱신)
- 현재 착용중 표시 개선(녹색 표시, 초기 자동 체크)
- 목록별 스크롤바 제거, 전체 스크롤만 유지
## 1.0.0
- 1.0.0 release; expanded Interface version range (multi-client support)
- 1.0.0 릴리스
- Interface 버전 범위를 확장 (여러 클라이언트 지원)
## 0.7.4
- Expanded Interface version range (multi-client support)
- Interface 버전 범위를 확장 (여러 클라이언트 지원)
## 0.7.3
- Mount/dismount swap success message; swap success icon at top of screen (grayscale when dismounted)
- Speed item filter; trinket 1:1 swap logic; settings panel layout/scroll/tooltip improvements
- 탑승/비탑승 스왑 성공 메시지 출력
- 스왑 성공 시 화면 상단 아이콘 표시(비탑승은 흑백)
- 탑승중 속도 아이템만 필터링 표시
- 장신구 1:1 스왑 로직 보강
- 설정 패널 레이아웃/스크롤/툴팁 개선

