Skip to content

Commit

Permalink
version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lencerf committed Jul 13, 2019
1 parent 5668201 commit 0395bcb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,15 @@ 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)

### 0.3.5
* auto-completion improvements

### 0.3.4
* Fix a bug in auto-completion of links(^)

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.4.0",
"version": "0.4.1",
"publisher": "Lencerf",
"engines": {
"vscode": "^1.23.0"
Expand Down

0 comments on commit 0395bcb

Please sign in to comment.