Skip to content

Version 7.6.1#309

Merged
ildyria merged 2 commits into
masterfrom
v7.6.1
Jun 22, 2026
Merged

Version 7.6.1#309
ildyria merged 2 commits into
masterfrom
v7.6.1

Conversation

@ildyria

@ildyria ildyria commented Jun 22, 2026

Copy link
Copy Markdown
Member

Summary by CodeRabbit

  • Documentation

    • Added v7.6.1 hotfix release notes including automatic license key rotation, security improvements, brute-force mitigation, and bug fixes.
  • New Features

    • Added v8 feature preview markers to highlight upcoming capabilities.
    • Expanded Supporter Edition feature comparison with additional options including white labeling, facial recognition, and content moderation tools.
  • Updates

    • Updated version numbers and roadmap timeline across the site to reflect latest release.

@coderabbitai

coderabbitai Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Warning

Review limit reached

@ildyria, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 39 minutes and 11 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate.

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, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: df353512-343b-46a7-b778-ff1736bec615

📥 Commits

Reviewing files that changed from the base of the PR and between 6880bd8 and f75a645.

📒 Files selected for processing (3)
  • src/components/widgets/Announcement.astro
  • src/pages/get-supporter-edition.astro
  • src/pages/roadmap.astro
📝 Walkthrough

Walkthrough

Adds a v7.6.1 release entry across the changelog, announcement widget, and roadmap page. Extends the Spec type with an isV8 flag, updates FeaturesList.astro to render a Soon v8 marker, and adds six new feature rows to the Supporter Edition comparison page. Also updates support page statistics and fixes showcase image import paths.

Changes

v7.6.1 Release & Feature Table Expansion

Layer / File(s) Summary
isV8 type extension and FeaturesList rendering
src/types.d.ts, src/components/widgets/FeaturesList.astro
Adds optional isV8?: boolean to the Spec interface and updates the feature-cell rendering in FeaturesList.astro to destructure and display a Soon tag="v8" marker alongside the existing isV7 behavior.
Supporter Edition feature table expansion
src/pages/get-supporter-edition.astro
Adds six new feature comparison rows (White label, Trust level per users, Facial Recognition, Contact form, Sensitive content detection, Upload moderation), splits one Pro pricing row into two, updates the Free plan text for facial recognition, bumps the feature count summary from "250+" to "350+", and inserts formatting spacers.
v7.6.1 changelog, announcement, and roadmap updates
docs/releases.md, src/components/widgets/Announcement.astro, src/pages/roadmap.astro
Adds the v7.6.1 changelog section (auto license key rotation, UUID fallback, upload fix, rate limiting, highlight visibility fix), updates the announcement widget link and text, adds the v7.6.1 roadmap entry, increments the version/release counters, and migrates background utility classes from bg-gradient-to-b to bg-linear-to-b with timeline layout style adjustments.
Support page stats and index import path fix
src/pages/support.astro, src/pages/index.astro
Updates Stats widget values (Devs: 4→5, Lines of Code: 84K→300K), removes unused component imports and a commented-out team member entry, and changes show0show3 image imports from the ~ alias to relative paths.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

🐇 A hotfix hops in, v7.6.1 is here,
With license keys spinning and rate limits clear,
The table grows taller — three hundred and more,
Soon tags for v8 peek in through the door,
Stats leap to five devs, three hundred K lines,
The roadmap ticks forward, the changelog aligns!

🚥 Pre-merge checks | ✅ 1
✅ Passed checks (1 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


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

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 5

♻️ Duplicate comments (1)
src/pages/roadmap.astro (1)

329-329: ⚠️ Potential issue | 🔴 Critical

Tailwind class bg-linear-to-b used on timeline line.

Line 329 applies bg-linear-to-b to the timeline visual line. This has the same issue flagged above—verify the class is valid. Consider whether you meant bg-gradient-to-b.


ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 7b21b9ba-3ea9-4500-9ca5-64e7393664a1

📥 Commits

Reviewing files that changed from the base of the PR and between 297bfa2 and 6880bd8.

📒 Files selected for processing (8)
  • docs/releases.md
  • src/components/widgets/Announcement.astro
  • src/components/widgets/FeaturesList.astro
  • src/pages/get-supporter-edition.astro
  • src/pages/index.astro
  • src/pages/roadmap.astro
  • src/pages/support.astro
  • src/types.d.ts

Comment thread src/components/widgets/FeaturesList.astro
Comment thread src/pages/get-supporter-edition.astro
Comment thread src/pages/index.astro Outdated
Comment thread src/pages/roadmap.astro
Comment thread src/pages/roadmap.astro Outdated
@ildyria ildyria merged commit 729fefc into master Jun 22, 2026
2 checks passed
@ildyria ildyria deleted the v7.6.1 branch June 22, 2026 19:41
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