From 0395bcbbe65adf36fdedae906913218bc3380c62 Mon Sep 17 00:00:00 2001 From: Lencerf Date: Sat, 13 Jul 2019 18:32:42 -0400 Subject: [PATCH] version 0.4.1 --- CHANGELOG.md | 7 ++++++- README.md | 8 +++++--- package.json | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93d66ff..b49ea74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ ## Change Log -### 0.4.0 (2019-07-17) +### 0.4.1 (2019-07-13) +* Ensure accounts in transaction can start with all letters [@jumoel](https://github.com/Lencerf/vscode-beancount/pull/23). +* Add an option to disable autocompletion of payee and narration fields. +* Make formatter aware of language specific tabSize settings [@sevenkplus](https://github.com/Lencerf/vscode-beancount/pull/21). + +### 0.4.0 (2019-06-17) * Add support for non-ascii characters in account names [@lockjs](https://github.com/Lencerf/vscode-beancount/pull/19) * Add "flag as okay" quickfix for flag warnings [@mjec](https://github.com/Lencerf/vscode-beancount/pull/18) diff --git a/README.md b/README.md index 97e966b..fb04444 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,11 @@ see GitHub [issue page](https://github.com/Lencerf/vscode-beancount/issues) ## Release Notes +### 0.4.1 +* Ensure accounts in transaction can start with all letters [@jumoel](https://github.com/Lencerf/vscode-beancount/pull/23). +* Add an option to disable autocompletion of payee and narration fields. +* Make formatter aware of language specific tabSize settings [@sevenkplus](https://github.com/Lencerf/vscode-beancount/pull/21). + ### 0.4.0 * Add support for non-ascii characters in account names [@lockjs](https://github.com/Lencerf/vscode-beancount/pull/19) * Add "flag as okay" quickfix for flag warnings [@mjec](https://github.com/Lencerf/vscode-beancount/pull/18) @@ -67,6 +72,3 @@ see GitHub [issue page](https://github.com/Lencerf/vscode-beancount/issues) ### 0.3.5 * auto-completion improvements -### 0.3.4 -* Fix a bug in auto-completion of links(^) - diff --git a/package.json b/package.json index f83079a..5ac6a76 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "beancount", "displayName": "Beancount", "description": "VSCode extension for Beancount", - "version": "0.4.0", + "version": "0.4.1", "publisher": "Lencerf", "engines": { "vscode": "^1.23.0"