docs: update README.md#137
Conversation
|
Warning Review limit reached
Next review available in: 53 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughREADME.mdとREADME_ja.mdの内容が更新されました。CI/Codecov/Release/Go/Wailsなどのバッジが追加され、機能説明が新構成(フレーム生成、メタデータ抽出、バッチ処理、フィルムデータ対応)に再編されました。ビルド手順もWails v2からv3へ、 ChangesREADME更新(英語・日本語)
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
Pull request overview
This PR significantly refreshes the project documentation (English and Japanese) to better describe ExifFrame’s purpose, feature set, and updated Wails v3-based build workflow.
Changes:
- Add status/metadata badges (CI, code coverage, release, Go version, Wails, platform).
- Rewrite the app description and expand the feature list to focus on framed image generation + customization.
- Update prerequisites and commands to reflect the Wails v3 (
wails3) build/development flow.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| README.md | Adds badges, expands product/feature description, updates setup/build instructions for Wails v3. |
| README_ja.md | Mirrors the English README updates in Japanese, including badges and updated build prerequisites/commands. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| *[日本語の README はこちら](README_ja.md)* | ||
|
|
||
| ## Features | ||
| ExifFrame is a cross-platform desktop application that reads EXIF/XMP metadata from your photos and generates beautiful, framed images containing your shooting information (Camera, Lens, Aperture, Shutter Speed, ISO, etc.). |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@README_ja.md`:
- Line 8: The Platform badge in the README currently uses an empty link target,
so either replace the empty parentheses with a valid destination or remove the
link wrapper entirely. Update the badge markdown near the Platform badge so it
no longer renders as a clickable dead link, keeping the badge itself intact if
it should remain visible.
In `@README.md`:
- Line 8: The Platform badge in the README uses an empty link target, so it
renders as a non-functional link. Update the badge markdown to either point to a
valid URL or remove the link wrapper entirely, keeping the badge text and image
intact.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro Plus
Run ID: 8f7bf7c1-c79d-4dea-b6c8-c7d3117812cf
📒 Files selected for processing (2)
README.mdREADME_ja.md
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
READMEを大幅に更新