mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-05 13:52:40 +02:00
feat: bumped version to 0.0.13
This commit is contained in:
parent
d152605682
commit
7e00e5683d
5 changed files with 76 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "surf-new-backend"
|
name = "surf-new-backend"
|
||||||
version = "0.0.12"
|
version = "0.0.13"
|
||||||
description = "SurfSense Backend"
|
description = "SurfSense Backend"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|
|
||||||
2
surfsense_backend/uv.lock
generated
2
surfsense_backend/uv.lock
generated
|
|
@ -6794,7 +6794,7 @@ wheels = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "surf-new-backend"
|
name = "surf-new-backend"
|
||||||
version = "0.0.12"
|
version = "0.0.13"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "alembic" },
|
{ name = "alembic" },
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "surfsense_browser_extension",
|
"name": "surfsense_browser_extension",
|
||||||
"displayName": "Surfsense Browser Extension",
|
"displayName": "Surfsense Browser Extension",
|
||||||
"version": "0.0.12",
|
"version": "0.0.13",
|
||||||
"description": "Extension to collect Browsing History for SurfSense.",
|
"description": "Extension to collect Browsing History for SurfSense.",
|
||||||
"author": "https://github.com/MODSetter",
|
"author": "https://github.com/MODSetter",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
|
||||||
72
surfsense_web/changelog/content/2026-02-09.mdx
Normal file
72
surfsense_web/changelog/content/2026-02-09.mdx
Normal file
|
|
@ -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.
|
||||||
|
|
||||||
|
<Accordion type="multiple" className="w-full not-prose">
|
||||||
|
<AccordionItem value="item-1">
|
||||||
|
<AccordionTrigger>Bug Fixes</AccordionTrigger>
|
||||||
|
<AccordionContent className="flex flex-col gap-4 text-balance">
|
||||||
|
<ul className="list-disc space-y-2 pl-4">
|
||||||
|
<li>Fixed cloud scaling issues where document queue congestion occurred under high load</li>
|
||||||
|
<li>Documents now correctly attribute to the uploading user and de-index on disconnect or deletion</li>
|
||||||
|
<li>Fixed common backend errors in indexing and large file handling</li>
|
||||||
|
<li>Fixed Notion indexing failures caused by transcription blocks</li>
|
||||||
|
<li>Chat refresh button now correctly regenerates AI responses</li>
|
||||||
|
<li>Restored the previously disabled Role Editor</li>
|
||||||
|
<li>Fixed Mentions tab appearing empty when document notifications pushed mentions out of the pagination window</li>
|
||||||
|
<li>Bundled git in the Docker image to fix GitHub connector failures with gitingest</li>
|
||||||
|
<li>Fixed Google Calendar default date range errors and aligned backend defaults with the frontend</li>
|
||||||
|
</ul>
|
||||||
|
</AccordionContent>
|
||||||
|
</AccordionItem>
|
||||||
|
<AccordionItem value="item-2">
|
||||||
|
<AccordionTrigger>Technical Improvements</AccordionTrigger>
|
||||||
|
<AccordionContent className="flex flex-col gap-4 text-balance">
|
||||||
|
<ul className="list-disc space-y-2 pl-4">
|
||||||
|
<li>Rebuilt the GitHub connector on gitingest for more efficient, lower-cost repository fetching</li>
|
||||||
|
</ul>
|
||||||
|
</AccordionContent>
|
||||||
|
</AccordionItem>
|
||||||
|
</Accordion>
|
||||||
|
|
||||||
|
SurfSense is your AI-powered federated search solution, connecting all your knowledge sources in one place.
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "surfsense_web",
|
"name": "surfsense_web",
|
||||||
"version": "0.0.12",
|
"version": "0.0.13",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "SurfSense Frontend",
|
"description": "SurfSense Frontend",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue