Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deploy: v.1.2.1 배포 준비 #539 #541

Merged
merged 5 commits into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions android/Staccato_AN/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {
applicationId = "com.on.staccato"
minSdk = 26
targetSdk = 34
versionCode = 6
versionName = "1.2.0"
versionCode = 7
versionName = "1.2.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down
2 changes: 1 addition & 1 deletion android/Staccato_AN/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
<string name="mypage_privacy_policy">개인정보처리방침</string>
<string name="mypage_feedback">피드백으로 혼내주기</string>
<string name="mypage_instagram">스타카토 인스타그램</string>
<string name="mypage_app_version">앱 버전 1.2.0</string>
<string name="mypage_app_version">앱 버전 1.2.1</string>
<string name="mypage_error_fetching_member_profile">프로필 정보를 가져올 수 없습니다.</string>
<string name="mypage_error_changing_profile_image">프로필 이미지 변경에 실패했습니다.</string>
<string name="mypage_error_not_found_browser">"피드백 페이지를 열 수 있는 브라우저가 없어요"</string>
Expand Down
21 changes: 13 additions & 8 deletions android/Staccato_AN/deploy/whatsnew/whatsnew-ko-KR
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,22 @@
빠르고 간단하게 일상의 모습을 기록하고, 지도 위에서 한눈에 확인할 수 있어요.
어디서 무엇을 했는지, 기분은 어땠는지 알려주세요!

1.2.1 버전 업데이트 내용 (2024.11.27)
[버그 수정]
- 로딩 중인 이미지를 삭제해도 네트워크 오류 메시지가 나타나지 않아요.
- 추억의 썸네일 이미지 업로드 오류를 수정했어요.

1.2.0 버전 업데이트 내용 (2024.10.24)
[새로운 기능]
- 카메라로 사진을 촬영해 바로 올릴 수 있어요.
- 정렬 버튼으로 추억 순서를 바꿀 수 있어요.
- 카메라로 사진을 촬영해 바로 올릴 수 있어요.
- 정렬 버튼으로 추억 순서를 바꿀 수 있어요.
[UI 개선]
- 마커 디자인, 기분 캐릭터, 댓글 디자인을 개선했어요.
- 글자 크기 조절 대응 및 접근성을 향상했어요.
- 다크모드를 지원해요.
- 마커 디자인, 기분 캐릭터, 댓글 디자인을 개선했어요.
- 글자 크기 조절 대응 및 접근성을 향상했어요.
- 다크모드를 지원해요.
[버그 수정]
- 네트워크가 불안정할 때 메시지로 알려드려요.
- 네트워크가 불안정할 때 메시지로 알려드려요.
[기타]
- 마이페이지에서 개발자에게 피드백을 줄 수 있어요.
- 마이페이지에서 스타카토 인스타 계정으로 이동할 수 있어요.
- 마이페이지에서 개발자에게 피드백을 줄 수 있어요.
- 마이페이지에서 스타카토 인스타 계정으로 이동할 수 있어요.
</ko-KR>