Skip to content

Commit

Permalink
Merge pull request #97 from Royal-lobster/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Royal-lobster authored Nov 5, 2024
2 parents 073d961 + ddb57ac commit 838475e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
13 changes: 0 additions & 13 deletions .changeset/tasty-ravens-tickle.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# syncia

## 1.5.3

### Patch Changes

- de5a74c: Fix storage quota exceeded error for embeddings

Previously, the application would fail when trying to store large embeddings in localStorage due to quota limitations. This patch:

- Transitions from localStorage to IndexedDB for storing embeddings
- Implements new functions `saveToIndexedDB` and `getFromIndexedDB`
- Resolves the "QuotaExceededError" when storing large datasets

This change improves the application's ability to handle larger embeddings without storage constraints.

## 1.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "syncia",
"displayName": "Syncia",
"version": "1.5.2",
"version": "1.5.3",
"description": "A simple chrome extension for interacting with ChatGPT with in your comfort",
"repository": {
"type": "git",
Expand Down

0 comments on commit 838475e

Please sign in to comment.