release: 0.28.0

This commit is contained in:
Kacper Kula 2025-03-14 10:35:47 +00:00
parent 76cf20bd0d
commit 28f77662ed
4 changed files with 5 additions and 4 deletions

View file

@ -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

View file

@ -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",

View file

@ -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": {

View file

@ -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"
}