Skip to content

Commit 904b405

Browse files
committed
chore: v2.4.0 배포 준비 (릴리즈 노트, Watch 스크린샷, 버전 업데이트)
- Watch 앱 버전 2.3.1 → 2.4.0 - 한국어 릴리즈 노트 작성 (Watch 출시, 성능 개선, 러닝 UX) - 영어 리뷰 노트 업데이트 - Watch 스크린샷 교체 (심박수 존, 프로그레스바 반영)
1 parent 1294009 commit 904b405

File tree

5 files changed

+63
-0
lines changed

5 files changed

+63
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>$(DEVELOPMENT_LANGUAGE)</string>
7+
<key>CFBundleDisplayName</key>
8+
<string>Runnect</string>
9+
<key>CFBundleExecutable</key>
10+
<string>$(EXECUTABLE_NAME)</string>
11+
<key>CFBundleIdentifier</key>
12+
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
13+
<key>CFBundleInfoDictionaryVersion</key>
14+
<string>6.0</string>
15+
<key>CFBundleName</key>
16+
<string>$(PRODUCT_NAME)</string>
17+
<key>CFBundlePackageType</key>
18+
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
19+
<key>CFBundleShortVersionString</key>
20+
<string>2.4.0</string>
21+
<key>CFBundleVersion</key>
22+
<string>2026.0209.0251</string>
23+
<key>NSHealthShareUsageDescription</key>
24+
<string>러닝 중 심박수와 칼로리 정보를 표시하기 위해 건강 데이터 접근이 필요합니다.</string>
25+
<key>NSHealthUpdateUsageDescription</key>
26+
<string>러닝 운동 기록을 건강 앱에 저장하기 위해 건강 데이터 쓰기 권한이 필요합니다.</string>
27+
<key>UIUserInterfaceStyle</key>
28+
<string>Dark</string>
29+
<key>WKApplication</key>
30+
<true/>
31+
<key>WKCompanionAppBundleIdentifier</key>
32+
<string>com.runnect.Runnect-iOS</string>
33+
</dict>
34+
</plist>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
v2.4.0 업데이트
2+
3+
🍎 Apple Watch 앱 출시
4+
- 러닝 시작 시 Watch에서 실시간 거리, 시간, 페이스 확인
5+
- 심박수 존(Z1~Z5) 실시간 시각화 및 햅틱 알림
6+
- iPhone ↔ Watch 양방향 러닝 종료 지원
7+
8+
⚡ 코스 발견 성능 개선
9+
- 페이지네이션 속도 최대 90% 향상 (스크롤이 끊기지 않아요!)
10+
- 이미지 사전 로딩으로 더 빠른 피드 탐색
11+
- 불필요한 로딩 화면 제거
12+
13+
🏃 러닝 UX 개선
14+
- GPS 기반 실시간 거리 추적
15+
- 러닝 종료 시 확인 알럿 추가
16+
- 기록 화면 뒤로가기 동선 개선
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
The app provides the ability to draw, share, and record running courses.
2+
3+
We support login with Apple and Kakao with simple social login, and we also provide a way to use the basic features of the app without login for users who do not want to log in.
4+
Of course, logout and withdrawal of members are also provided within the app.
5+
6+
If you want to test your login with Kakao, please use the attached account.
7+
8+
[Changes in v2.4.0]
9+
- Launched Apple Watch companion app with real-time running data sync (distance, time, pace, heart rate zone).
10+
- Improved course discovery feed pagination performance by up to 90% (incremental cell insertion, image prefetching).
11+
- Added GPS-based real-time distance tracking during running.
12+
- Added native feed ads in course discovery (every 10 courses, max 3).
13+
- Improved running UX: end-run confirmation alert, better back navigation flow.
30.7 KB
Loading
24.4 KB
Loading

0 commit comments

Comments
 (0)