-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: StopDragon/sword-macro-ai
base: v2.8.0
head repository: StopDragon/sword-macro-ai
compare: main
- 16 commits
- 11 files changed
- 1 contributor
Commits on Feb 5, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 3975500 - Browse repository at this point
Copy the full SHA 3975500View commit details -
Configuration menu - View commit details
-
Copy full SHA for 250b270 - Browse repository at this point
Copy the full SHA 250b270View commit details -
Configuration menu - View commit details
-
Copy full SHA for c255846 - Browse repository at this point
Copy the full SHA c255846View commit details -
Configuration menu - View commit details
-
Copy full SHA for 979b4ab - Browse repository at this point
Copy the full SHA 979b4abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 159e39e - Browse repository at this point
Copy the full SHA 159e39eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6429f7c - Browse repository at this point
Copy the full SHA 6429f7cView commit details -
feat: 타입별 효율 테이블 API 및 클라이언트 표시 추가 (v2.8.4)
- 서버 API: level_efficiencies_by_type 필드 추가 - 클라이언트: 커스텀 설정 시 타입별 효율 테이블 표시 - 샘플 수 표시로 데이터 신뢰도 확인 가능
Configuration menu - View commit details
-
Copy full SHA for ca67a00 - Browse repository at this point
Copy the full SHA ca67a00View commit details -
fix: 커스텀 설정 시 타입별 GPM 표시 수정 (v2.8.5)
- 선택한 타입의 효율 데이터를 우선 사용하도록 수정 - 타입별 데이터 없을 때만 전체 데이터로 폴백
Configuration menu - View commit details
-
Copy full SHA for 5f67b4a - Browse repository at this point
Copy the full SHA 5f67b4aView commit details -
feat: 프로필 분석 대폭 개선 + 버그 수정 (v2.8.6)
- 프로필 분석: 최적 판매 레벨 추천, GPM 효율 테이블, 추천 액션 등 추가 - 프로필 분석: 타입별 최적 레벨, 최고 기록, 샘플 수 신뢰도 표시 - 특수 모드: 골드 부족 시 무한 루프 버그 수정 - 특수 모드: 레벨 0 판매 시도 방지 - 설정: 미사용 옵션 제거 (GoldMineTarget, MinGold, BattleMinGold)
Configuration menu - View commit details
-
Copy full SHA for c7088b5 - Browse repository at this point
Copy the full SHA c7088b5View commit details -
- data.go: getDefaultOptimalLevel() 0 반환으로 변경 - data.go: GetOptimalLevelsByType() 초기값 0으로 변경 - data.go: CalcOptimalSellLevel() 기본값 0으로 변경 - 서버 데이터 없으면 0 (바로 판매) 표시
Configuration menu - View commit details
-
Copy full SHA for aa2cf16 - Browse repository at this point
Copy the full SHA aa2cf16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58ea5ad - Browse repository at this point
Copy the full SHA 58ea5adView commit details
Commits on Feb 6, 2026
-
fix: 골드채굴 0강 무한판매 버그 + 모니터링 F9/파서 수정 (v2.8.9)
- 골드채굴: cycleTarget=0일 때 0강 판매 무한루프 수정 (최소 1강) - 모니터링: F9 종료 안되던 버그 수정 (checkStop 폴링 추가) - 모니터링: 강화 파서 유니코드 → 호환 수정 - 모니터링: 판매 레벨 추출 패턴 추가, 게임봇 감지 확장
Configuration menu - View commit details
-
Copy full SHA for 54bedc8 - Browse repository at this point
Copy the full SHA 54bedc8View commit details -
fix: 클립보드 잔여물로 인한 이중 강화 버그 수정 (v2.9.0)
sendCommand의 TypeText가 클립보드에 명령어를 남기고, ReadChatText의 Cmd+A→Cmd+C가 간헐적으로 실패하여 매 사이클 /강화가 2회 전송되던 문제 수정. readChatClipboard에서 50자 미만 텍스트를 잔여물로 판단하여 무시.
Configuration menu - View commit details
-
Copy full SHA for 555d6a1 - Browse repository at this point
Copy the full SHA 555d6a1View commit details
Commits on Feb 7, 2026
-
feat: 연속 실패 카운터 + 이중강화 방어 강화 + 오버레이 개선 (v2.10.0)
- 연속 유지(hold) 카운터 도입: 5회 이상 시 경고 + 딜레이 동적 증가 - 클립보드 잔여물 근본 제거 (ClearClipboard 추가) - 레벨 점프 이상 감지 로깅 - OCR/입력 영역 오버레이 배경 제거 (테두리만 표시)
Configuration menu - View commit details
-
Copy full SHA for edfa21d - Browse repository at this point
Copy the full SHA edfa21dView commit details -
fix: ClearClipboard로 인한 명령어 입력 불가 버그 수정 (v2.10.1)
- readChatClipboard의 ClearClipboard() 호출 제거 - 클립보드 서버 동기화 타이밍 이슈로 Cmd+V/Ctrl+V 시 텍스트 미반영 - 기존 len(text)<50 방어로 이중강화 버그 대응 유지
Configuration menu - View commit details
-
Copy full SHA for f9129ba - Browse repository at this point
Copy the full SHA f9129baView commit details -
fix: 모니터링 모드 이벤트 파싱 수정 (v2.10.2)
- 블록 분리를 빈 줄 → 타임스탬프(HH:MM) 기준으로 변경 - 배틀 중계/전투/결과가 하나의 블록으로 묶여 정상 파싱 - 승자 이름 '님' 접미사 제거로 VS 패턴과 매칭 수정
Configuration menu - View commit details
-
Copy full SHA for 49bc24f - Browse repository at this point
Copy the full SHA 49bc24fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.8.0...main