Skip to content

release: 1.6.3 머지 (to develop)#871

Merged
m6z1 merged 16 commits into
developfrom
release/1.6.3
Apr 20, 2026
Merged

release: 1.6.3 머지 (to develop)#871
m6z1 merged 16 commits into
developfrom
release/1.6.3

Conversation

@m6z1
Copy link
Copy Markdown
Member

@m6z1 m6z1 commented Apr 20, 2026

📌𝘐𝘴𝘴𝘶𝘦𝘴

N/A

📎𝘞𝘰𝘳𝘬 𝘋𝘦𝘴𝘤𝘳𝘪𝘱𝘵𝘪𝘰𝘯

📷𝘚𝘤𝘳𝘦𝘦𝘯𝘴𝘩𝘰𝘵

💬𝘛𝘰 𝘙𝘦𝘷𝘪𝘦𝘸𝘦𝘳𝘴

Summary by CodeRabbit

릴리스 노트 (v1.6.3)

  • 새로운 기능

    • 소설 평점 화면에 완료 버튼 추가
  • 버그 수정

    • 카테고리 이름 오타 수정: "미스테리" → "미스터리"
  • 스타일

    • 전체 타이포그래피 미세 조정 (자간, 줄 높이 개선)
    • 소설 평점 화면 레이아웃 개선
    • 피드 필터 모달 UI 및 간격 최적화
    • 매력 포인트 아이콘 크기 조정
    • 텍스트 레이블 변경: "독자들의 평가" → "독자들의 감상평"

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 20, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 5fd7aca0-4309-495d-8dd2-f0e445d55d47

📥 Commits

Reviewing files that changed from the base of the PR and between 6f59ded and 74bd204.

📒 Files selected for processing (9)
  • app/src/main/java/com/into/websoso/ui/main/home/HomeViewModel.kt
  • app/src/main/res/layout/activity_novel_rating.xml
  • app/src/main/res/values/typography.xml
  • core/designsystem/src/main/java/com/into/websoso/core/designsystem/theme/WebsosoTypography.kt
  • core/resource/src/main/res/values/strings.xml
  • feature/feed/src/main/java/com/into/websoso/feature/feed/component/MyFeedFilterModal.kt
  • feature/feed/src/main/java/com/into/websoso/feature/feed/model/NovelCategory.kt
  • feature/library/src/main/java/com/into/websoso/feature/library/filter/component/LibraryFilterBottomSheetAttractivePoints.kt
  • gradle/libs.versions.toml

Walkthrough

애플리케이션 버전을 1.6.2에서 1.6.3으로 업데이트하고, 타이포그래피 시스템에 자간(letter spacing) 속성을 추가하며, UI 컴포넌트의 레이아웃 및 스타일을 조정하고, 작은 코드 로직 변경을 포함한 릴리스 버전입니다.

Changes

Cohort / File(s) Summary
타이포그래피 및 텍스트 스타일
app/src/main/res/values/typography.xml, core/designsystem/.../WebsosoTypography.kt
다양한 텍스트 스타일(headline1, title1–3, body1–4, label1)에 음수 자간값 적용 및 줄 높이 미세조정. 디자인 시스템에 자간 매개변수 추가 구현.
레이아웃 및 UI 컴포넌트 수정
app/src/main/res/layout/activity_novel_rating.xml, feature/feed/.../MyFeedFilterModal.kt
소설 평가 액티비티에 새로운 완료 버튼 추가 및 제목 레이아웃 제약 조정. 피드 필터 모달의 장르 칩 스타일 리팩토링(Surface에서 Box로 변경) 및 간격 감소.
열거형 및 컬러 조정
feature/feed/.../NovelCategory.kt
MYSTERY 한글 표기를 "미스테리"에서 "미스터리"로 수정. 열거형 상수 순서 재배열.
리소스 및 크기 조정
core/resource/.../strings.xml, feature/library/.../LibraryFilterBottomSheetAttractivePoints.kt
소설 평가 제목 문구 변경 및 라이브러리 필터 아이콘 크기 36dp에서 32dp로 축소.
ViewModel 로직 및 버전 관리
app/.../HomeViewModel.kt, gradle/libs.versions.toml
fetchUserHomeData의 suspend 제거 및 코루틴 실행 방식 변경. 애플리케이션 버전 코드(10049→10050) 및 버전 명(1.6.2→1.6.3) 업데이트.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Possibly related PRs

  • #869: 동일한 피드 UI 컴포넌트(MyFeedFilterModal.kt, NovelCategory.kt) 수정으로 직접 연관됨.
  • #850: 동일한 gradle/libs.versions.toml 버전 항목 수정으로 연관됨.
  • #829: 라이브러리 매력 포인트 UI 및 소설 평가 레이아웃(LibraryFilterBottomSheetAttractivePoints.kt, activity_novel_rating.xml) 동일 파일 수정으로 연관됨.

Suggested labels

🏹 궁사 명지, 🚀 [RELEASE]

Suggested reviewers

  • s9hn
  • Sadturtleman

Poem

🐰 버전이 쑥쑥 자라고,
글씨 간격도 쉬리럭 다듬었네!
레이아웃 곱게 정렬하고,
릴리스 준비 깔끔하게 마무리했네 ✨

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/1.6.3

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@m6z1 m6z1 merged commit d98db87 into develop Apr 20, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants