Skip to content

Commit

Permalink
0.3.5 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
eronnen authored Nov 25, 2023
1 parent 7114ab3 commit d2cf09e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit d2cf09e

Please sign in to comment.