Skip to content

Commit

Permalink
Bump version to 0.24.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Huachao committed Apr 6, 2021
1 parent 42d2927 commit 6f0b157
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## 0.24.5 (2021/4/7)
* __Feature__: [Add support for text/javascript as JSON](https://github.com/Huachao/vscode-restclient/pull/654) ([@mingue](https://github.com/mingue))
* __Feature__: [Add snippet for multipart/form-data request](https://github.com/Huachao/vscode-restclient/pull/725) ([@yunxifd](https://github.com/yunxifd))
* __Bug Fix__: [Fix basic auth header not generated correct for user:password case](https://github.com/Huachao/vscode-restclient/issues/741)
* __Bug Fix__: [Fix `rest-client.fontSize` Default Value is Invalid](https://github.com/Huachao/vscode-restclient/issues/760)
* __Bug Fix__: [Recognize `--data-raw` curl option](https://github.com/Huachao/vscode-restclient/issues/790)
* __Bug Fix__: Fix incorrect syntax highlight for request line without specifing method
* __Improvement__: [Updating document selector to support virtual file systems](https://github.com/Huachao/vscode-restclient/pull/720) ([@lostintangent](https://github.com/lostintangent))
* __Improvement__: [Update azure ad token caching](https://github.com/Huachao/vscode-restclient/pull/795) ([@abdulkareemnalband](https://github.com/abdulkareemnalband))

## 0.24.4 (2020/11/9)
* __Feature__: [Search for .env files on parent folders](https://github.com/Huachao/vscode-restclient/pull/691) ([@joaogsleite](joaogsleite))
* __Feature__: [Search for .env files on parent folders](https://github.com/Huachao/vscode-restclient/pull/691) ([@joaogsleite](https://github.com/joaogsleite))
* __Bug Fix__: [Fix args parse failure for `'`](https://github.com/Huachao/vscode-restclient/issues/705)
* __Bug Fix__: [GraphQL file import fails](https://github.com/Huachao/vscode-restclient/issues/699)
* __Bug Fix__: [Display of response header name is altered when header name and value are case-insensitive matches](https://github.com/Huachao/vscode-restclient/issues/709)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "rest-client",
"displayName": "REST Client",
"description": "REST Client for Visual Studio Code",
"version": "0.24.4",
"version": "0.24.5",
"publisher": "humao",
"author": {
"name": "Huachao Mao",
Expand Down

0 comments on commit 6f0b157

Please sign in to comment.