Skip to content

version 6.9.1#235

Merged
ildyria merged 2 commits intomasterfrom
v6.9.1
Aug 31, 2025
Merged

version 6.9.1#235
ildyria merged 2 commits intomasterfrom
v6.9.1

Conversation

@ildyria
Copy link
Copy Markdown
Member

@ildyria ildyria commented Aug 31, 2025

Summary by CodeRabbit

  • New Features
    • Import from server via the Web UI is back, mirroring server sync behavior.
  • Bug Fixes
    • Multiple fixes and small enhancements included in v6.9.1.
  • UI
    • Updated in-app announcement banner to highlight Lychee 6.9.1.
  • Documentation
    • Added release notes for v6.9.1, including notes on import behavior and recommendations for large imports.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Aug 31, 2025

📝 Walkthrough

Walkthrough

Adds 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

Cohort / File(s) Summary of Changes
Release notes update
docs/releases.md
Added v6.9.1 block under Version 6, noted import-from-server feature return, listed new/updated/fix entries; moved SE/klo explanatory lines into v6.9.1 and removed from v6.9.0 context.
Announcement banner
src/components/widgets/Announcement.astro
Updated announcement link and text from v6.9.0 to v6.9.1; removed old commented 6.6.x block; added new commented CVSS message for v6.9.1; no structural UI changes.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

A rabbit drums a gentle beat,
“v6.9.1—so neat!”
Notes reshuffled, banners bright,
Imports hop back into sight.
Carrots raised, I thump with glee—
Patchy clouds? Nah, bug-free! 🥕✨

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch v6.9.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.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore or @coderabbit ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

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! »</a
docs/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.

📥 Commits

Reviewing files that changed from the base of the PR and between 0b9fc98 and 48851c8.

📒 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.

@ildyria ildyria merged commit 4316a27 into master Aug 31, 2025
2 checks passed
@ildyria ildyria deleted the v6.9.1 branch August 31, 2025 16:24
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.

1 participant