Skip to content

release: 3.2.4#487

Merged
HI-JIN2 merged 1 commit intodevelopfrom
release/3.2.4
Mar 3, 2026
Merged

release: 3.2.4#487
HI-JIN2 merged 1 commit intodevelopfrom
release/3.2.4

Conversation

@PeraSite
Copy link
Member

@PeraSite PeraSite commented Mar 3, 2026

Release 3.2.4

변경사항 (3.2.3 → 3.2.4)

커밋 설명 PR
1ffec502 MenuType 처리 안정성 개선 #486
1b96e522 릴리즈 자동화 스킬 추가 #483
448711be 리뷰 목록 응답 파싱 안정성 개선 #485

릴리즈 준비 변경사항

  • .agent 경로를 .agents 경로로 정리하여 스킬 디렉터리 구조를 통일했습니다.

릴리즈 노트 (Play Store)

한국어

  • 메뉴 정보가 더 안정적으로 표시되도록 오류를 수정했어요.
  • 특정 화면에서 목록이 비어 보이던 문제를 해결했어요.
  • 앱의 배포 및 업데이트 과정을 개선해 더 안정적으로 서비스해요.
  • 전반적인 앱 안정성과 사용성을 높였어요.

English

  • Fixed an issue to display menu information more reliably.
  • Resolved an issue where lists could appear empty on some screens.
  • Improved the app release and update process for more stable service.
  • Enhanced overall app stability and usability.

버전 정보

  • versionCode: 57 → 58
  • versionName: 3.2.3 → 3.2.4

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

이 Pull Request는 앱의 3.2.4 버전 릴리즈를 위한 변경사항을 포함합니다. 메뉴 정보 표시 및 빈 목록 문제와 같은 사용자 경험 관련 버그를 수정하고, 앱 배포 및 업데이트 프로세스를 개선하여 전반적인 안정성과 사용성을 향상시키는 데 중점을 두었습니다. 또한, 릴리즈 자동화와 관련된 내부 디렉터리 구조 정리 작업도 포함되어 있습니다.

Highlights

  • 안정성 개선: MenuType 처리 및 리뷰 목록 응답 파싱의 안정성이 개선되었습니다.
  • 릴리즈 자동화: 릴리즈 자동화 스킬이 추가되었으며, 스킬 디렉터리 구조가 .agent에서 .agents로 통일되었습니다.
  • 버전 업데이트: 앱의 versionCode가 57에서 58로, versionName이 3.2.3에서 3.2.4로 업데이트되었습니다.
  • 릴리즈 노트 추가: 버전 3.2.4에 대한 한국어 및 영어 릴리즈 노트가 추가되었습니다.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • .agents/skills/deploy-eatssu/SKILL.md
    • 스킬 디렉터리 경로가 .agent에서 .agents로 변경되어 구조가 통일되었습니다.
  • app/build.gradle.kts
    • 앱의 versionCode가 57에서 58로, versionName이 3.2.3에서 3.2.4로 업데이트되었습니다.
  • release-notes/v3.2.4.yml
    • 버전 3.2.4에 대한 한국어 및 영어 릴리즈 노트가 추가되었습니다.
Activity
  • 현재까지 기록된 활동이 없습니다.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@PeraSite PeraSite self-assigned this Mar 3, 2026
@PeraSite PeraSite requested a review from HI-JIN2 March 3, 2026 06:52
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

이 Pull Request는 버전 업데이트, 릴리즈 노트 추가, 그리고 디렉토리 구조 정리를 포함합니다. 변경사항들은 릴리즈 프로세스에 부합하며, 코드 품질이나 기능적 문제점은 발견되지 않았습니다. 전반적으로 잘 정리된 릴리즈 준비 작업입니다.

Copy link
Member

@HI-JIN2 HI-JIN2 left a comment

Choose a reason for hiding this comment

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

good~

@github-actions
Copy link

github-actions bot commented Mar 3, 2026

✅ Firebase App Distribution으로 Release APK 배포됨 (그룹: eat-ssu-android-qa)

@HI-JIN2 HI-JIN2 merged commit e65645f into develop Mar 3, 2026
2 checks passed
@HI-JIN2 HI-JIN2 deleted the release/3.2.4 branch March 3, 2026 08:08
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