Conversation
📝 WalkthroughWalkthroughAdds v6.9.1 release notes to docs and updates the site announcement banner to reference v6.9.1, with minor text adjustments and relocation of some metadata lines within the release notes. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
✨ Finishing Touches🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (7)
src/components/widgets/Announcement.astro (1)
14-14: Consistency nit: include the “v” prefix in visible text.
Previous announcements use “vX.Y.Z”.- class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee 6.9.1 is now available! »</a + class="text-slate-200 hover:underline dark:text-slate-200 font-medium">Lychee v6.9.1 is now available! »</adocs/releases.md (6)
39-45: Grammar/polish: intro sentences.
Tighten wording; keep feature name capitalization.-A small release which punch above its weight. The import from server feature is back in the Web UI. -This feature was available in Lychee v4, and removed in v5 as it was not working as intended. +A small release that punches above its weight. The Import from server feature is back in the Web UI. +This feature was available in Lychee v4, and was removed in v5 because it was not working as intended. -Note that we strongly recommend you use job queues if you wish to import large number of photos. -The parsing of the folders _etc_ will be fast, but the actual processing will always take some time. -The execution of the command is no different than running `php artisan lychee:sync` from the command line. +Note that we strongly recommend you use job queues if you wish to import a large number of photos. +The parsing of folders _etc._ will be fast, but the actual processing will always take some time. +The execution of the command is no different from running `php artisan lychee:sync` from the command line.
53-55: Pluralization and clarity.-* `new` #3662 : Add more display option for subtitle on albums by @ildyria. - > A minor change, we added the ability to display the number of photos/subalbum under the title on album thumbnails. +* `new` #3662 : Add more display options for album subtitles by @ildyria. + > A minor change: we added the ability to display the number of photos/subalbums under the title on album thumbnails.
57-57: Proper noun capitalization.- > We updated the laravel framework to version 12. Nothing visible to the user, but just to keep things up to date. + > We updated the Laravel framework to version 12. Nothing visible to the user, just keeping things up to date.
60-61: Acronyms and run-on sentence.- > When uploading zip files, the processing is very long without job queues, this results in 504 timeouts. We updated the - > upload ui to display those long processing times. + > When uploading ZIP files, processing can be very long without job queues, which can result in 504 timeouts. We updated the + > upload UI to display those long processing times.
66-67: Consistency: “cleanup” as a noun and crisper phrasing.- > When running the clean up action in the maintenance page, it was not working on non-empty directories. - > We now clean recursively, making sure that this works as intended. + > When running the cleanup action in the maintenance page, it was not working on non-empty directories. + > We now clean recursively, ensuring this works as intended.
69-69: Optional: add “Full Changelog” link for consistency.+ +**Full Changelog**: https://github.com/LycheeOrg/Lychee/compare/v6.9.0...v6.9.1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
💡 Knowledge Base configuration:
- MCP integration is disabled by default for public repositories
- Jira integration is disabled
- Linear integration is disabled
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (2)
docs/releases.md(1 hunks)src/components/widgets/Announcement.astro(1 hunks)
🔇 Additional comments (2)
src/components/widgets/Announcement.astro (2)
13-15: LGTM: announcement link bumped to v6.9.1.
Looks correct and matches the v6.9.1 release text.
13-15: Verify release URL exists before publishing.
Avoid a 404 if the tag isn’t live at deploy time.
Summary by CodeRabbit