From ce16a87cee8d54f21f875639b9202f2ecffddf33 Mon Sep 17 00:00:00 2001 From: Che <30403707+Che-Zhu@users.noreply.github.com> Date: Mon, 11 May 2026 16:08:46 +0800 Subject: [PATCH 1/7] chore: prepare v2.0.0 release --- README.md | 30 ++++------ .../_components/page-header-with-filter.tsx | 2 +- .../_components/project-actions-menu.tsx | 2 +- app/(dashboard)/projects/(list)/page.tsx | 2 +- .../_components/github-status-card.tsx | 2 +- .../settings/_components/settings-sidebar.tsx | 1 - app/(landing)/_components/hero-section.tsx | 4 +- app/(landing)/_components/landing-client.tsx | 2 +- app/(landing)/_components/terminal-demo.tsx | 6 +- app/layout.tsx | 4 +- components/sidebar.tsx | 14 +---- components/terminal/toolbar/toolbar.tsx | 3 - docs/releases/v2.0.0.md | 57 +++++++++++++++++++ docs/wiki/features/user-settings.md | 3 +- docs/wiki/routing.md | 10 +--- docs/wiki/todo.md | 8 +-- package.json | 2 +- 17 files changed, 90 insertions(+), 62 deletions(-) create mode 100644 docs/releases/v2.0.0.md diff --git a/README.md b/README.md index e2b89fd..303bb45 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Fulling - AI-Powered Full-Stack Development Platform
- Manage and monitor your full stack apps and deployments. + Manage and monitor your full stack project workspaces.
- Connecting to GitHub allows you to sync your project to Fulling, and automatically deploys your production-ready project to Sealos. + Connecting to GitHub allows you to import repositories and keep project source metadata available in Fulling.
{installation ? ( diff --git a/app/(dashboard)/settings/_components/settings-sidebar.tsx b/app/(dashboard)/settings/_components/settings-sidebar.tsx index bb979b2..7015687 100644 --- a/app/(dashboard)/settings/_components/settings-sidebar.tsx +++ b/app/(dashboard)/settings/_components/settings-sidebar.tsx @@ -8,7 +8,6 @@ import { cn } from '@/lib/utils' const menuItems = [ { label: 'Integrations', href: '/settings/integrations' }, - { label: 'Account', href: '/settings/account' }, ] export function SettingsSidebar() { diff --git a/app/(landing)/_components/hero-section.tsx b/app/(landing)/_components/hero-section.tsx index 8d65239..d736bad 100644 --- a/app/(landing)/_components/hero-section.tsx +++ b/app/(landing)/_components/hero-section.tsx @@ -45,7 +45,7 @@ export function HeroSection({ {/* Subtitle */}Import an existing repo or start from scratch. Agents set up the workspace, runtime, - database, and deployment in the background. + optional database, and project automation in the background.
{/* Error message */} @@ -109,7 +109,7 @@ const FEATURES_JSX = (