Skip to content

feat: add all missing changelogs#1473

Open
AnishSarkar22 wants to merge 5 commits into
MODSetter:devfrom
AnishSarkar22:fix/changelogs
Open

feat: add all missing changelogs#1473
AnishSarkar22 wants to merge 5 commits into
MODSetter:devfrom
AnishSarkar22:fix/changelogs

Conversation

@AnishSarkar22

@AnishSarkar22 AnishSarkar22 commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Description

  • Added missing changelogs
  • Removed breadcrumbs from homepage
  • Fixed chat suggestion section

Motivation and Context

FIX #

Screenshots

API Changes

  • This PR includes API changes

Change Type

  • Bug fix
  • New feature
  • Performance improvement
  • Refactoring
  • Documentation
  • Dependency/Build system
  • Breaking change
  • Other (specify):

Testing Performed

  • Tested locally
  • Manual/QA verification

Checklist

  • Follows project coding standards and conventions
  • Documentation updated as needed
  • Dependencies updated as needed
  • No lint/build errors or new warnings
  • All relevant tests are passing

High-level PR Summary

This PR adds missing changelog entries for versions 0.0.19 through 0.0.26 and refactors the changelog system. The changelog page and schema were redesigned to use a new ChangelogTimeline component, removing breadcrumb navigation from multiple pages, simplifying existing changelog entries by removing titles, descriptions, and tags while converting accordion-based sections into simple markdown headings, and updating the blog search placeholder text.

⏱️ Estimated Review Time: 30-90 minutes

💡 Review Order Suggestion
Order File Path
1 surfsense_web/source.config.ts
2 surfsense_web/components/ui/changelog-timeline.tsx
3 surfsense_web/app/(home)/changelog/page.tsx
4 surfsense_web/app/(home)/changelog/loading.tsx
5 surfsense_web/changelog/content/2025-12-24.mdx
6 surfsense_web/changelog/content/2026-01-08.mdx
7 surfsense_web/changelog/content/2026-01-26.mdx
8 surfsense_web/changelog/content/2026-02-09.mdx
9 surfsense_web/changelog/content/2026-03-31.mdx
10 surfsense_web/changelog/content/2026-04-08.mdx
11 surfsense_web/changelog/content/2026-04-16.mdx
12 surfsense_web/changelog/content/2026-04-21.mdx
13 surfsense_web/changelog/content/2026-05-03.mdx
14 surfsense_web/changelog/content/2026-05-04.mdx
15 surfsense_web/changelog/content/2026-05-05.mdx
16 surfsense_web/changelog/content/2026-05-06.mdx
17 surfsense_web/changelog/content/2026-05-20.mdx
18 surfsense_web/changelog/content/2026-05-21.mdx
19 surfsense_web/changelog/content/2026-05-31.mdx
20 surfsense_web/app/(home)/blog/[slug]/page.tsx
21 surfsense_web/app/(home)/blog/[slug]/loading.tsx
22 surfsense_web/app/(home)/blog/blog-magazine.tsx
23 surfsense_web/app/(home)/free/[model_slug]/page.tsx
24 surfsense_web/app/(home)/free/[model_slug]/loading.tsx
25 surfsense_web/app/(home)/free/page.tsx
26 surfsense_web/app/(home)/free/loading.tsx
27 surfsense_web/app/(home)/pricing/page.tsx
⚠️ Inconsistent Changes Detected
File Path Warning
surfsense_web/app/(home)/blog/[slug]/page.tsx Removes BreadcrumbNav component from blog pages, which is unrelated to adding changelogs
surfsense_web/app/(home)/blog/[slug]/loading.tsx Removes breadcrumb skeleton from blog loading state, unrelated to changelog additions
surfsense_web/app/(home)/blog/blog-magazine.tsx Changes search placeholder text from 'Search by title or topic…' to 'Search', unrelated to changelog work
surfsense_web/app/(home)/free/[model_slug]/page.tsx Removes BreadcrumbNav from free model pages, unrelated to adding changelogs
surfsense_web/app/(home)/free/[model_slug]/loading.tsx Removes breadcrumb skeleton from free model loading state, unrelated to changelogs
surfsense_web/app/(home)/free/page.tsx Removes BreadcrumbNav from free hub page, unrelated to adding changelogs
surfsense_web/app/(home)/free/loading.tsx Removes breadcrumb skeleton from free chat loading state, unrelated to changelogs
surfsense_web/app/(home)/pricing/page.tsx Removes BreadcrumbNav from pricing page, unrelated to adding changelogs

Need help? Join our Discord

@vercel

vercel Bot commented Jun 9, 2026

Copy link
Copy Markdown

@AnishSarkar22 is attempting to deploy a commit to the Rohan Verma's projects Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai

coderabbitai Bot commented Jun 9, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 487e4233-392e-4799-8e95-7dd1a2b2659a

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with 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.

❤️ Share

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

- Added a new backend URL import to the route file for better configuration.
- Updated the Composer component to use a relative positioning class for improved layout.
- Refactored the ChatExamplePrompts component to enhance the display of active categories and prompts, including a close button for better user interaction.
@AnishSarkar22 AnishSarkar22 marked this pull request as ready for review June 9, 2026 09:55
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