Skip to content

Commit

Permalink
release: 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
senyai committed Apr 16, 2024
1 parent 87943ed commit 336cc90
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

# v0.5.6

### What's New

- .{md,wiki,pikchr} files preview is automatically updated on editor/file switch

### Bug Fix

- pikchr syntax highlighting is ready, please report any issues now.
- some text wasn't rendered in the preview window


# v0.5.5

### What's New
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ about cloning from the extension.

* Undo/Redo.

* Preview md and wiki files
* Preview `md`, `wiki` and `pikchr` files

* Syntax highlighting for `pikchr` language

* Use command palette `Ctrl-Shift-P` >> `fossil:` to see all commands. (Not everything has a UI control.)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"bugs": {
"url": "https://github.com/koog1000/vscode-fossil/issues"
},
"version": "0.5.5",
"version": "0.5.6",
"engines": {
"vscode": "^1.36.0"
},
Expand Down

0 comments on commit 336cc90

Please sign in to comment.