From 95bcf00bc63c5e4a8324e8d7623c0ba96342d815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EA=B1=B4=ED=9D=AC?= Date: Wed, 7 Jan 2026 21:31:32 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[ANDROID-200]=20docs=20:=20=EC=94=A8?= =?UTF-8?q?=EB=93=9C=EB=8D=B0=EC=9D=B4=201.0.2=20=EB=A6=B4=EB=A6=AC?= =?UTF-8?q?=EC=A6=88=EB=85=B8=ED=8A=B8=20=EC=9E=91=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- releaseNote.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 releaseNote.md diff --git a/releaseNote.md b/releaseNote.md new file mode 100644 index 00000000..bbc567ed --- /dev/null +++ b/releaseNote.md @@ -0,0 +1,22 @@ +씨드데이 1.0.2 릴리즈 노트 +================= +- 홈 화면 날짜 변경 바텀시트로 전환 +- 기록 작성, 완료, 취소 로그 추가 +- 온보딩 완료, 목표 재설정 로그 추가 +- 기록 작성 아이콘이 올바르게 표시되지않던것 수정 +- 자잘한 버그 수정 +- + +개발자 노트 +--- +홈 화면 날짜 변경 바텀시트로 전환 +https://github.com/Record-Management/Android/pull/184 + +기록 작성, 완료, 취소 로그 추가 +https://github.com/Record-Management/Android/pull/186 + +로그인 완료시 FCM 토큰 서버로 추가 전송 +https://github.com/Record-Management/Android/pull/185 + +아이콘 색상이 올바르지 않던것 수정 +https://github.com/Record-Management/Android/pull/183 From 3c462900e63e71c3c60e1deef6c9a8f892349c39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EA=B1=B4=ED=9D=AC?= Date: Wed, 7 Jan 2026 21:35:18 +0900 Subject: [PATCH 2/2] =?UTF-8?q?[ANDROID-200]=20build:=20=EB=B2=84=EC=A0=84?= =?UTF-8?q?=EC=BD=94=EB=93=9C,=20=EB=B2=84=EC=A0=84=20=EB=84=A4=EC=9E=84?= =?UTF-8?q?=20=EC=88=98=EC=A0=95=20(3,=201.0.2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 03affcd5..05101ec5 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -14,8 +14,8 @@ android { applicationId = "see.day.app" minSdk = 28 targetSdk = 35 - versionCode = 2 - versionName = "1.0.1" + versionCode = 3 + versionName = "1.0.2" } fun getApiKey(propertyKey: String): String {