Macbook
0e09825cab
맥 os 전략지표 드래그 문제 최종 수정
2026-06-15 10:06:52 +09:00
Macbook
a3aca639c1
맥 os 전략편집기 지표 드래그 문제해결
2026-06-15 09:39:19 +09:00
Macbook
dbad00aa0f
전략편집기 수정1
2026-06-15 01:49:33 +09:00
Macbook
12c556a95e
전략편집기 수정
2026-06-15 01:38:52 +09:00
Macbook
3150dc8af6
전략편집기 전략컨트롤 드래그
2026-06-15 01:28:56 +09:00
Macbook
b0e2efd7cb
앱 수정
2026-06-15 01:16:14 +09:00
Macbook
16178cb475
전략편집기 수정
2026-06-15 01:04:12 +09:00
Macbook
4a7fbcd582
앱 전략편집기 수정
2026-06-15 00:52:54 +09:00
Macbook
2a2fe74933
전략 편집기 수정
2026-06-15 00:43:19 +09:00
Macbook
78d9dca870
전략편집기 수정
2026-06-15 00:31:59 +09:00
Macbook
f35f17df36
터치로 전략컨트롤 동작
2026-06-15 00:19:31 +09:00
Macbook
d8529ed582
버전문제 수정
2026-06-15 00:03:05 +09:00
Macbook
55a517ba1c
전략편집기 수정
2026-06-14 23:56:27 +09:00
Macbook
198ebbb3d7
버전문제 수정
2026-06-14 23:49:16 +09:00
Macbook
8b982d7272
버전업데이트 수정
2026-06-14 23:44:22 +09:00
Macbook
0045f0ef2d
수정
2026-06-14 23:39:51 +09:00
Macbook
b2788ee629
버전 업 오류
2026-06-14 23:02:44 +09:00
Macbook
afd2cb2693
데스크탑 앱 수정
2026-06-14 22:57:37 +09:00
Macbook
ec40241b2f
데스크탑 앱 전략편집기 수정
2026-06-14 22:47:23 +09:00
Macbook
21f5d16b6f
데스크탑 앱 전략편집기 수정
2026-06-14 22:39:00 +09:00
Macbook
76ffa5ac52
전략편집기 수정
2026-06-14 22:17:53 +09:00
Macbook
dec812089d
버전 불일치 문제
2026-06-14 20:01:33 +09:00
Macbook
a6a3bfbe38
앱 빌드시 버전갱신 문제
2026-06-14 19:54:53 +09:00
Macbook
ac2b0eb7f1
앱 버전 갱신문제
2026-06-14 19:49:40 +09:00
Macbook
ad6347f2a2
앱 실시간 갱신 수정
2026-06-14 19:41:49 +09:00
Macbook
c105ae209b
앱 실시간 차트 갱신오류 수정
2026-06-14 19:33:01 +09:00
Macbook
5045a548a4
앱 버전표시
2026-06-14 19:20:48 +09:00
Macbook
b2c6650cd5
앱 버전표시
2026-06-14 18:38:42 +09:00
Macbook
0aeea1634c
분석레포트 화면 수정
2026-06-14 18:19:29 +09:00
Macbook
ead2ba6b3a
앱 위젯에서 구분선 리사이즈 안되는 문제 수정
2026-06-14 17:54:26 +09:00
Macbook
7f5e7b22d2
fix: Desktop publish가 build-info 버전을 tauri.conf로 덮어쓰지 않음
...
CI bump(0.1.7) 후 deploy checkout으로 tauri.conf가 0.1.4로 돌아가도
latest.json에 올바른 빌드 버전이 반영되도록 한다.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-14 17:26:35 +09:00
Macbook
7a77e1afb9
fix: Desktop CI 버전 bump — 설치 파일·latest.json 최대값 기준
...
latest.json만 보면 이미 0.1.6인 클라이언트에 업데이트가 안 보이던 문제를
수정한다.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-14 17:22:50 +09:00
Macbook
056a773fb7
안드로이드 앱 다운로드 기능 적용
2026-06-14 17:16:25 +09:00
Macbook
7dab067aed
fix: Android APK 다운로드 window.open, CI npm ci 보강
...
@capacitor/browser 제거하고 네이티브 WebView에서 window.open 사용.
app node_modules 누락 시 root npm ci 실행.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-14 17:11:16 +09:00
Macbook
53266ccc64
fix: Android APK 다운로드 — @capacitor/browser 사용
...
Capacitor 7 App 플러그인에 openUrl이 없어 Browser.open으로 외부 다운로드 처리.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-14 17:04:52 +09:00
Macbook
c840e09885
feat: Android 폰·태블릿 다운로드·앱 내 업데이트 완료
...
CI에서 APK 버전 자동 bump, 앱 복귀 시 업데이트 확인·시스템 다운로드,
프론트 Android 전용 UI 정리(iPad는 향후).
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-14 17:03:10 +09:00
Macbook
be45247dc9
fix: Jenkins crumb 파싱에 python3 사용 (node 미설치 환경)
...
post-receive hook PATH에 node가 없어 트리거가 실패하던 문제를 수정한다.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-14 16:48:43 +09:00
Macbook
a76cc2b1e8
fix: Jenkins 트리거 URL — host에서 localhost로 치환
...
.env의 host.docker.internal은 Docker용이므로 post-receive hook 실행 시
127.0.0.1로 바꿔 Jenkins 빌드를 큐에 등록한다.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-14 16:47:34 +09:00
Macbook
74656a9d28
fix: macOS sed로 APK versionName 파싱
...
BSD sed는 \\s를 지원하지 않아 .env에 잘못된 버전이 기록되던 문제를 수정한다.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-14 16:46:37 +09:00
Macbook
784201b834
fix: post-receive Jenkins 트리거가 .env 자격증명을 로드
...
hook 환경에서도 Mobile/Desktop 빌드가 큐에 등록되도록 WORK_TREE .env를
읽고, APK 빌드 시 root npm ci를 보장한다.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-14 16:45:29 +09:00
Macbook
c39a7c0b0c
fix: app 빌드 시 상위 postcss.config 오염 방지
...
서버 홈 디렉터리 postcss가 Vite 빌드를 깨지 않도록 app 전용 설정을 추가한다.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-14 16:42:35 +09:00
Macbook
7c4fc00b37
fix: server mobile CI — Java paths, monorepo Podfile
...
Jenkins/서버에서 brew OpenJDK·Android SDK 경로를 사용하고, npm workspace
루트의 Capacitor iOS 의존성을 Podfile이 참조하도록 수정한다.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-14 16:40:58 +09:00
Macbook
7611146cbf
fix: mobile server deploy — Jenkins crumb, APK build deps
...
Jenkins 트리거에 cookie+crumb 세션을 사용하고, 서버 APK 빌드 시 root npm ci를
실행하며 server-setup 스크립트와 Mobile job 설치를 보완한다.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-14 16:39:42 +09:00
Macbook
f34104b721
feat: Phase 1 mobile tablet — Jenkins APK, PC tab, in-app update
...
Capacitor 확장으로 git push 시 Mobile Jenkins 빌드, PC 탭 Android/iPad 다운로드,
앱 내 APK 업데이트, iOS TestFlight API 및 Capacitor ios 프로젝트를 추가한다.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-14 16:31:55 +09:00
Macbook
36c06b55ea
fix: stop desktop startup update loop — manifest version matches bundles
...
Do not inflate latest.json from dmg filenames; use build version only.
Add client loop guard when the same update retries without version bump.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-14 12:36:42 +09:00
Macbook
e658d9afe4
fix: Windows updater — platform-specific reinstall hints for v0.1.1 pubkey error
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-14 12:26:28 +09:00
Macbook
c0a23e4057
fix: stop tracking latest.json — prevent deploy from resetting updater manifest
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-14 12:20:40 +09:00
Macbook
6b9e88ca9f
fix: Mac desktop updater — platform-aware errors, HTTPS latest.json
...
Show Mac-specific update errors on macOS (not Windows message). Force HTTPS
bundle URLs, fix reconcile version from bundle filenames, bump to 0.1.4.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-14 12:19:19 +09:00
Macbook
6176c151a3
fix: clarify updater error when dmg has placeholder signing pubkey
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-14 12:09:10 +09:00
Macbook
967df18287
fix: Windows desktop updater — sign setup.exe, preserve latest.json on deploy
...
Sign *-setup.exe for updater manifest, pick newest bundle per platform,
reconcile after git checkout, and stop overwriting latest.json with empty
placeholder. Bump desktop to 0.1.3.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-14 12:03:48 +09:00