From 785f900b92f638e1196fd5fc54ca07edcc423170 Mon Sep 17 00:00:00 2001 From: Pawel Blazejewski Date: Wed, 13 May 2026 10:52:57 +0200 Subject: [PATCH] chore(release): bump version to 0.2.23 --- VERSION.txt | 2 +- cmd/cli/version.go | 2 +- plugins/tabula.vscode/package.json | 5 +++-- plugins/tabula.webstorm/README.md | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index cd44e25..0775789 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.2.22 \ No newline at end of file +0.2.23 \ No newline at end of file diff --git a/cmd/cli/version.go b/cmd/cli/version.go index 1ea6072..6a8a095 100644 --- a/cmd/cli/version.go +++ b/cmd/cli/version.go @@ -1,3 +1,3 @@ package main -const VERSION = "0.2.22" +const VERSION = "0.2.23" diff --git a/plugins/tabula.vscode/package.json b/plugins/tabula.vscode/package.json index 21ab180..3c281d3 100644 --- a/plugins/tabula.vscode/package.json +++ b/plugins/tabula.vscode/package.json @@ -2,12 +2,13 @@ "name": "tabula", "displayName": "Tabula — CSV & Markdown Formulas", "description": "Run spreadsheet-style formulas inside CSV and Markdown files. Recompute on save.", - "version": "0.2.22", + "version": "0.2.23", "icon": "icon-128.png", "publisher": "tabula", "repository": { "type": "git", - "url": "https://github.com/pblazh/tabula" + "url": "https://github.com/pblazh/tabula", + "directory": "plugins/tabula.vscode" }, "engines": { "vscode": "^1.103.0" diff --git a/plugins/tabula.webstorm/README.md b/plugins/tabula.webstorm/README.md index f2a832f..bcd8fe8 100644 --- a/plugins/tabula.webstorm/README.md +++ b/plugins/tabula.webstorm/README.md @@ -86,7 +86,7 @@ Set up an auto execution on file save for `*.csv` and `*.md` files. For Markdown - **Numbers**: `42`, `3.14` - **Strings**: `"text"`, `'text'` - **Comments**: `// line comment`, `/* block comment */` -- **Functions**: `EXEC`, `SUM`, `ADD`, `PRODUCT`, `AVERAGE`, `MAX`, `MAXA`, `MIN`, `MINA`, `ABS`, `CEILING`, `FLOOR`, `ROUND`, `POWER`, `INT`, `MOD`, `SQRT`, `CONCATENATE`, `LEN`, `LOWER`, `UPPER`, `TRIM`, `EXACT`, `FIND`, `LEFT`, `RIGHT`, `MID`, `SUBSTITUTE`, `VALUE`, `IF`, `NOT`, `AND`, `OR`, `TRUE`, `FALSE`, `TODATE`, `FROMDATE`, `DAY`, `HOUR`, `MINUTE`, `MONTH`, `SECOND`, `YEAR`, `WEEKDAY`, `NOW`, `DATE`, `DATEDIF`, `DAYS`, `DATEVALUE`, `COUNT`, `COUNTA`, `ISNUMBER`, `ISTEXT`, `ISLOGICAL`, `ISBLANK`, `ADDRESS`, `ROW`, `COLUMN`, `REF`, +- **Functions**: `EXEC`, `SUM`, `ADD`, `PRODUCT`, `AVERAGE`, `MAX`, `MAXA`, `MIN`, `MINA`, `ABS`, `CEILING`, `FLOOR`, `ROUND`, `POWER`, `INT`, `MOD`, `SQRT`, `CONCATENATE`, `LEN`, `LOWER`, `UPPER`, `TRIM`, `EXACT`, `FIND`, `LEFT`, `RIGHT`, `MID`, `SUBSTITUTE`, `VALUE`, `IF`, `NOT`, `AND`, `OR`, `TRUE`, `FALSE`, `TODATE`, `FROMDATE`, `DAY`, `HOUR`, `MINUTE`, `MONTH`, `SECOND`, `YEAR`, `WEEKDAY`, `NOW`, `DATE`, `DATEDIF`, `DAYS`, `DATEVALUE`, `COUNT`, `COUNTA`, `ISNUMBER`, `ISTEXT`, `ISLOGICAL`, `ISBLANK`, `ADDRESS`, `ROW`, `COLUMN`, `REF`, ## Links