Skip to content

Commit

Permalink
version 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Lencerf committed Mar 14, 2020
1 parent 045f243 commit 3d42fec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Change Log

### 0.5.4 (2020-03-14)
* workaround for completing narrations and payees

### 0.5.3 (2020-03-11)
* feat(syntax): add support for beancount_oneliner [@Akuukis](https://github.com/Lencerf/vscode-beancount/pull/36)

Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,11 @@ see GitHub [issue page](https://github.com/Lencerf/vscode-beancount/issues)

## Release Notes

### 0.5.4 (2020-03-14)
* workaround for completing narrations and payees

### 0.5.3
* feat(syntax): add support for beancount_oneliner [@Akuukis](https://github.com/Lencerf/vscode-beancount/pull/36)

### 0.5.2
* Fixed a bug related to completing the first transaction

### 0.5.0
* Use Pinyin initial letters to input existing Chinese narrations and payees quickly.
* auto completion of narrations and payees now is triggered by `"`.
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.5.3",
"version": "0.5.4",
"publisher": "Lencerf",
"engines": {
"vscode": "^1.23.0"
Expand Down

0 comments on commit 3d42fec

Please sign in to comment.