diff --git a/surfsense_backend/pyproject.toml b/surfsense_backend/pyproject.toml index 8e9a57786..2fe421e48 100644 --- a/surfsense_backend/pyproject.toml +++ b/surfsense_backend/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "surf-new-backend" -version = "0.0.12" +version = "0.0.13" description = "SurfSense Backend" requires-python = ">=3.12" dependencies = [ diff --git a/surfsense_backend/uv.lock b/surfsense_backend/uv.lock index 7d3b5e692..9dd7c1d2a 100644 --- a/surfsense_backend/uv.lock +++ b/surfsense_backend/uv.lock @@ -6794,7 +6794,7 @@ wheels = [ [[package]] name = "surf-new-backend" -version = "0.0.12" +version = "0.0.13" source = { editable = "." } dependencies = [ { name = "alembic" }, diff --git a/surfsense_browser_extension/package.json b/surfsense_browser_extension/package.json index bf926d09f..c01ec1514 100644 --- a/surfsense_browser_extension/package.json +++ b/surfsense_browser_extension/package.json @@ -1,7 +1,7 @@ { "name": "surfsense_browser_extension", "displayName": "Surfsense Browser Extension", - "version": "0.0.12", + "version": "0.0.13", "description": "Extension to collect Browsing History for SurfSense.", "author": "https://github.com/MODSetter", "engines": { diff --git a/surfsense_web/changelog/content/2026-02-09.mdx b/surfsense_web/changelog/content/2026-02-09.mdx new file mode 100644 index 000000000..8e222a16b --- /dev/null +++ b/surfsense_web/changelog/content/2026-02-09.mdx @@ -0,0 +1,72 @@ +--- +title: "SurfSense v0.0.13 - Public Sharing, Image Generation & Redesigned Documents" +description: "SurfSense v0.0.13 introduces public chat sharing with permissions, image generation support, an auto load-balanced model mode, a redesigned Documents page, and numerous bug fixes across connectors and UI." +date: "2026-02-09" +tags: ["Public Sharing", "Image Generation", "Documents", "UI", "Bug Fixes"] +version: "0.0.13" +--- + +## What's New in v0.0.13 + +This update brings **public sharing, image generation**, a redesigned Documents page, and numerous bug fixes. + +### Features & Improvements + +#### Image Generation + +- **Image Generation**: Generate images directly in chat with custom model and provider configurations. + +#### Public Sharing + +- **Public Chat Links**: Share snapshots of chats via public links. +- **Sharing Permissions**: Search Space owners control who can create and manage public links. +- **Link Management Page**: View and revoke all public chat links from Search Space Settings. + +#### Auto (Load Balanced) Mode + +- **Auto Model Selection**: The default cloud model now automatically picks the lowest-load model for faster responses. + +#### Redesigned Documents Page + +- **Unified Page**: Merged Logs and Documents into one page with real-time statuses. +- **Inline Connector Management**: Configure and monitor connectors alongside your documents. + +#### UI & UX Polish + +- **Inbox Refresh**: Cleaner inbox layout for easier scanning. +- **Streamlined Login**: Consolidated loading screens into a single unified flow. +- **Chat UI Tweaks**: Small refinements for a cleaner, more consistent chat experience. +- **Prompt Suggestions**: Empty chat windows now show contextual suggestions. + +#### Documentation + +- **New Connector Docs**: Added docs for Luma, Circleback, Elasticsearch, Bookstack, and Obsidian connectors. + + + + Bug Fixes + +
    +
  • Fixed cloud scaling issues where document queue congestion occurred under high load
  • +
  • Documents now correctly attribute to the uploading user and de-index on disconnect or deletion
  • +
  • Fixed common backend errors in indexing and large file handling
  • +
  • Fixed Notion indexing failures caused by transcription blocks
  • +
  • Chat refresh button now correctly regenerates AI responses
  • +
  • Restored the previously disabled Role Editor
  • +
  • Fixed Mentions tab appearing empty when document notifications pushed mentions out of the pagination window
  • +
  • Bundled git in the Docker image to fix GitHub connector failures with gitingest
  • +
  • Fixed Google Calendar default date range errors and aligned backend defaults with the frontend
  • +
+
+
+ + Technical Improvements + +
    +
  • Rebuilt the GitHub connector on gitingest for more efficient, lower-cost repository fetching
  • +
+
+
+
+ +SurfSense is your AI-powered federated search solution, connecting all your knowledge sources in one place. diff --git a/surfsense_web/package.json b/surfsense_web/package.json index 52bd9a5a2..5f3631128 100644 --- a/surfsense_web/package.json +++ b/surfsense_web/package.json @@ -1,6 +1,6 @@ { "name": "surfsense_web", - "version": "0.0.12", + "version": "0.0.13", "private": true, "description": "SurfSense Frontend", "scripts": {