Skip to content

Commit

Permalink
version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lencerf committed Jul 10, 2021
1 parent 5a00e81 commit 533719e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Change Log

### 0.8.0 (2021-07-10)
* Support alias `~` for home directory on `python3Path` config [@whusnoopy](https://github.com/Lencerf/vscode-beancount/pull/59).
* Support windows % variables paths [@huruka](https://github.com/huruka/vscode-beancount/commit/f66ae343f744cf539e3e964d4c01691b5ff23859).

### 0.7.0 (2021-01-27)
* Change `assets-class` to `asset-class` in snippets [@chylli-binary](https://github.com/Lencerf/vscode-beancount/pull/54).
* Treat CJK aka East Asian characters as two letters width [@yukixz](https://github.com/Lencerf/vscode-beancount/pull/55).
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,14 @@ see GitHub [issue page](https://github.com/Lencerf/vscode-beancount/issues)

## Release Notes

### 0.8.0
* Support alias `~` for home directory on `python3Path` config [@whusnoopy](https://github.com/Lencerf/vscode-beancount/pull/59).
* Support windows % variables paths [@huruka](https://github.com/huruka/vscode-beancount/commit/f66ae343f744cf539e3e964d4c01691b5ff23859).

### 0.7.0
* Change `assets-class` to `asset-class` in snippets [@chylli-binary](https://github.com/Lencerf/vscode-beancount/pull/54).
* Treat CJK aka East Asian characters as two letters width [@yukixz](https://github.com/Lencerf/vscode-beancount/pull/55).

### 0.6.0
* Add/remove diagnostic information when standalone files are opened/closed
* Let formatter ignore non-beancount files

### 0.5.6
* fix [#40](https://github.com/Lencerf/vscode-beancount/issues/40)
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": "beancount",
"displayName": "Beancount",
"description": "VSCode extension for Beancount",
"version": "0.7.0",
"version": "0.8.0",
"publisher": "Lencerf",
"engines": {
"vscode": "^1.46.0"
Expand Down

0 comments on commit 533719e

Please sign in to comment.