From f40006ef36c690c5a50af9dbb304a94b428e94a9 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sat, 27 Jun 2026 12:23:58 +0200 Subject: [PATCH] chore: release v0.1.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary This release improves snippet highlighting and fixes a bug where `$...$` inline math expressions were matched too greedily. Both `\(...\)` and `\[...\]` are now supported as alternative math syntaxes. Moreover, Zensical Studio now works fully offline – no internet connection is required during startup. Signed-off-by: squidfunk --- integrations/code/package-lock.json | 4 ++-- integrations/code/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/integrations/code/package-lock.json b/integrations/code/package-lock.json index ad95e81..86184a2 100644 --- a/integrations/code/package-lock.json +++ b/integrations/code/package-lock.json @@ -1,12 +1,12 @@ { "name": "zensical-studio", - "version": "0.1.2", + "version": "0.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "zensical-studio", - "version": "0.1.2", + "version": "0.1.3", "license": "MIT", "dependencies": { "@zip.js/zip.js": "^2.8.26", diff --git a/integrations/code/package.json b/integrations/code/package.json index ed0e6ea..8fe2de3 100644 --- a/integrations/code/package.json +++ b/integrations/code/package.json @@ -1,6 +1,6 @@ { "name": "zensical-studio", - "version": "0.1.2", + "version": "0.1.3", "publisher": "zensical", "displayName": "Zensical Studio", "description": "Refactor documentation like code",