From d2cf09e013d42b564e4c51e434543a94c7e2ec47 Mon Sep 17 00:00:00 2001 From: Ely Ronnen Date: Sat, 25 Nov 2023 14:19:47 +0200 Subject: [PATCH] 0.3.5 (#20) --- README.md | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 6fc6d56..dc23e5f 100644 --- a/README.md +++ b/README.md @@ -79,17 +79,17 @@ These properties are available both for chess and pgn blocks. when using in a pg These properties are only available for chess blocks. -| **Property** | **Description** | **Possible values** | **Default** | -| --------------- | ------------------------------------------------ | -------------------- | ----------------------------------- | -| **fen** | The initial position | Any valid FEN string | Initial | -| **arrows** | Series of arrows to draw | e2->e4 d2->d4 | Empty | -| **squares** | Series of squares to mark | e5 d5 | Empty | -| **movable** | Force to enable/disable movement | true / false | false if FEN supplied | -| **drawable** | Force to enable/disable drawing | true / false | false if arrows or squares supplied | -| **lastMove** | Highlight last move | e2 e4 | Undefined | -| **moves** | Sequence of moves to view in the position | e4 e5 Nf3 Nf6 Nxe5 | Undefined | -| **initialMove** | Move to display in initial position. -1 for last | -1,0,1,2,3,... | 0 | -| **variant** | Variant name | Chess960 | Undefined | +| **Property** | **Description** | **Possible values** | **Default** | +| --------------- | ---------------------------------------------------- | -------------------- | ----------------------------------- | +| **fen** | The initial position | Any valid FEN string | Initial | +| **arrows** | Series of arrows to draw | e2->e4 d2->d4 | Empty | +| **squares** | Series of squares to mark | e5 d5 | Empty | +| **movable** | Force to enable/disable movement | true / false | false if FEN supplied | +| **drawable** | Force to enable/disable drawing | true / false | false if arrows or squares supplied | +| **lastMove** | Highlight last move | e2 e4 | Undefined | +| **moves** | Sequence of moves to view in the position | e4 e5 Nf3 Nf6 Nxe5 | Undefined | +| **initialMove** | Move to display as the initial position. -1 for last | -1,0,1,2,3,... | 0 | +| **variant** | Variant name | Chess960 | Undefined | ## PGN Viewer diff --git a/package.json b/package.json index 3814c28..b7c3c72 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-markdown-chess", "displayName": "Chess Viewer", "description": "Chess markdown viewer and PGN file viewer", - "version": "0.3.4", + "version": "0.3.5", "license": "GPL-3.0-or-later", "publisher": "eronnen", "repository": {