Conversation
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughAdds two patch release notes (v6.9.2 — Sep 19, 2025 — and v6.9.1 — Aug 31, 2025) to release documentation and updates the site announcement banner to reference v6.9.2. Edits are textual; one commented link text remains inconsistent. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
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 |
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
src/components/widgets/Announcement.astro (1)
12-14: Update all version references consistently.There's an inconsistency in the version updates. While the visible announcement correctly references v6.9.2, the text in the comment (Line 18) still shows "Lychee v6.9.1 is now available!" which is inconsistent with the updated href.
Apply this diff to maintain consistency throughout the comment:
- class="text-slate-200 hover:underline dark:text-slate-200 font-medium"><span class="text-red-500 font-bold">CVSS 7.5 in Lychee [6.6.6 to 6.6.9], update as soon as possible!</span> Lychee v6.9.1 is now available! »</a + class="text-slate-200 hover:underline dark:text-slate-200 font-medium"><span class="text-red-500 font-bold">CVSS 7.5 in Lychee [6.6.6 to 6.6.9], update as soon as possible!</span> Lychee v6.9.2 is now available! »</a
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
docs/releases.md(1 hunks)src/components/widgets/Announcement.astro(1 hunks)
🔇 Additional comments (2)
docs/releases.md (2)
33-61: LGTM! Well-structured release notes.The v6.9.2 release notes are comprehensive and well-organized. The security warning about subfolder deployments is properly highlighted, and the documentation on new features (OAuth providers, S3 migration, import controls) is clear and informative. The examples provided for subfolder configuration are helpful for users.
The release notes appropriately reference security improvements and new functionality that aligns with the Lychee photo management system.
63-98: LGTM! Excellent documentation of the import feature restoration.The v6.9.1 release notes clearly document the return of the "Import from server" feature with proper context about its history (available in v4, removed in v5, now restored in v6). The notes about job queue recommendations for large imports and the technical relationship to the CLI
lychee:synccommand are valuable for users.
Co-authored-by: Martin Stone <1611702+d7415@users.noreply.github.com>
Summary by CodeRabbit