Skip to content
Open
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 app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ android {
applicationId = "com.eatssu.android"
minSdk = 28
targetSdk = 35
versionCode = 65
versionName = "3.2.12"
versionCode = 66
versionName = "3.2.13"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

이번 릴리즈에는 언어 선택 UI 반영, 노션 페이지 연결 등 새로운 기능(feat)들이 포함되어 있습니다. 유의적 버전(Semantic Versioning) 규칙에 따르면, 하위 호환성을 유지하면서 새로운 기능을 추가할 때는 마이너 버전(예: 3.3.0)을 상향하는 것이 적절합니다. 현재는 패치 버전(3.2.12 -> 3.2.13)만 상향되어 있으므로 확인이 필요합니다.

        versionName = "3.3.0"


testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
10 changes: 10 additions & 0 deletions release-notes/v3.2.13.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ko: |
- 앱 안에서 언어를 더 자연스럽게 선택하고 사용할 수 있어요.
- 축제 제휴 정보가 없을 때 필터에 불필요한 항목이 보이지 않아요.
- 만든 사람들 정보를 노션 페이지에서 바로 확인할 수 있어요.
- 앱 이용 경험을 더 정확하게 개선할 수 있도록 안정성을 다듬었어요.
en: |
- You can now choose and use languages more smoothly in the app.
- Festival partnership filters no longer show unnecessary items when no partnership information is available.
- You can now open the team information directly on the Notion page.
- App stability has been refined to help improve the overall experience more accurately.
Loading