diff --git a/CHANGELOG.md b/CHANGELOG.md index 721632d..4cdba2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 85a9ebf..c6345ee 100644 --- a/README.md +++ b/README.md @@ -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 `"`. diff --git a/package.json b/package.json index 0786d56..8fff456 100644 --- a/package.json +++ b/package.json @@ -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"