mirror of
https://github.com/h-sphere/sql-seal.git
synced 2026-07-22 10:10:28 +00:00
release: 0.28.0
This commit is contained in:
parent
76cf20bd0d
commit
28f77662ed
4 changed files with 5 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Unreleased
|
||||
# 0.28.0 (2025-03-14)
|
||||
- Added TEMPLATE view that allow to render your template with custom Handlebars template.
|
||||
- Improved syntax highlighting - now lines with errors will get highlighted with appropriate colour to indicate the issue
|
||||
- Added @path, @fileName and @extension variables you can use inside your SQL alongside other Frontmatter properties
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "sqlseal",
|
||||
"name": "SQLSeal",
|
||||
"version": "0.27.0",
|
||||
"version": "0.28.0",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Use SQL in your notes to query your vault files and CSV content.",
|
||||
"author": "hypersphere",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "sqlseal",
|
||||
"version": "0.27.0",
|
||||
"version": "0.28.0",
|
||||
"description": "A plugin for Obsidian that allows you to run SQL queries on your notes.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -48,5 +48,6 @@
|
|||
"0.24.2": "0.15.0",
|
||||
"0.25.0": "0.15.0",
|
||||
"0.26.0": "0.15.0",
|
||||
"0.27.0": "0.15.0"
|
||||
"0.27.0": "0.15.0",
|
||||
"0.28.0": "0.15.0"
|
||||
}
|
||||
Loading…
Reference in a new issue