Skip to content

Commit

Permalink
Release 3.0.4 (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
macjuul authored Oct 1, 2024
1 parent 0198eb7 commit 7356490
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 21 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "surrealist",
"private": true,
"version": "3.0.3",
"version": "3.0.4",
"surreal": "2.0.0",
"type": "module",
"authors": [
Expand Down Expand Up @@ -51,8 +51,8 @@
"@replit/codemirror-indentation-markers": "^6.5.0",
"@surrealdb/codemirror": "1.0.0-beta.11",
"@surrealdb/lezer": "1.0.0-beta.5",
"@surrealdb/ql-wasm": "0.2.0-beta.5",
"@surrealdb/wasm": "1.0.0-beta.22",
"@surrealdb/ql-wasm": "0.2.0-beta.6",
"@surrealdb/wasm": "1.0.0-beta.23",
"@tanstack/react-query": "^5.37.1",
"@tauri-apps/api": "2.0.0-rc.4",
"@tauri-apps/plugin-deep-link": "2.0.0-rc.1",
Expand Down Expand Up @@ -95,7 +95,7 @@
"react-reverse-portal": "^2.1.1",
"reactflow": "^11.10.4",
"rss-parser": "^3.13.0",
"surrealdb": "1.0.1",
"surrealdb": "^1.0.4",
"use-immer": "^0.9.0",
"zustand": "^4.5.0"
},
Expand Down
34 changes: 17 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src-tauri/capabilities/surrealist.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"allow": [
"https://surrealdb.us.auth0.com/*",
"https://api.cloud.surrealdb.com/api/*",
"https://auth.surrealdb.com/*",
"https://checkout.stripe.com/*",
"https://lago-production.s3.amazonaws.com/*"
]
Expand Down
14 changes: 14 additions & 0 deletions src/assets/changelogs/3.0.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Surrealist 3.0.4
summary: Minor improvements
date: 2024/10/01
---

- Added the ability to reset the sandbox without confirmation by holding Shift
- Added support for the new ENFORCED keyword in the table designer
- Errors encountered while saving a function are now displayed in the editor
- Allow any table to be selected as in/out for a relation
- Added the ability to filter on multiple table names in the tables panel by separating them with a comma
- Fixed ctrl+k conflicting with a system shortcut on MacOS
- Fixed the tables panel and designer view sometimes visually omitting tables
- Fixed functions not saving when they already exist

0 comments on commit 7356490

Please sign in to comment.