mirror of
https://github.com/h-sphere/sql-seal.git
synced 2026-07-22 10:10:28 +00:00
chore: upgrading version to 0.18.0
This commit is contained in:
parent
350f459bf7
commit
bfe4c31291
4 changed files with 8 additions and 3 deletions
|
|
@ -1,3 +1,7 @@
|
|||
# 0.18.0 (2025-01-23)
|
||||
Synchronisation code has been greatly refactored. Thanks to that many common issue with files not being refreshed or pointing to the wrong file occasionally should be fixed.
|
||||
Also fixed many instances of potential memory leaks. Now plugin should be more stable and reliable.
|
||||
|
||||
# 0.17.0 (2025-01-20)
|
||||
Adding support for `LIST` view. You can now set custom classes for `HTML` (table) view.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "sqlseal",
|
||||
"name": "SQLSeal",
|
||||
"version": "0.17.0",
|
||||
"version": "0.18.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.17.0",
|
||||
"version": "0.18.0",
|
||||
"description": "A plugin for Obsidian that allows you to run SQL queries on your notes.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -25,5 +25,6 @@
|
|||
"0.15.0": "0.15.0",
|
||||
"0.16.0": "0.15.0",
|
||||
"0.16.1": "0.15.0",
|
||||
"0.17.0": "0.15.0"
|
||||
"0.17.0": "0.15.0",
|
||||
"0.18.0": "0.15.0"
|
||||
}
|
||||
Loading…
Reference in a new issue