Skip to content

Commit

Permalink
Bump version to 0.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Huachao committed Mar 9, 2020
1 parent d1e93f4 commit b52dbd5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.23.2 (2020/3/9)
* __Bug Fix__: [Redirect 303 use port of original request](https://github.com/Huachao/vscode-restclient/issues/502)
* __Bug Fix__: [Cookie header not respected when `rest-client.rememberCookiesForSubsequentRequest` is set to `false`](https://github.com/Huachao/vscode-restclient/issues/507)
* __Bug Fix__: [Fix cookies not sent when redirection happens](https://github.com/Huachao/vscode-restclient/issues/513)
* __Bug Fix__: Disable folding on non range start line in webview
* __Bug Fix__: Fix Basic auth not working in auth challenge case
* __Bug Fix__: [Hover peeking doesn't work for variables with hyphen](https://github.com/Huachao/vscode-restclient/issues/534)
* __Bug Fix__: [Textmate lexer file is invalid](https://github.com/Huachao/vscode-restclient/issues/517)
* __Improvement__: [Add `[%]envVarName` option to `{{$dotenv}}`](https://github.com/Huachao/vscode-restclient/issues/512)
* __Improvement__: [Basic authentication encoding doesn't support empty password](https://github.com/Huachao/vscode-restclient/issues/533)
* __Improvement__: Decrease bundled size from *2.6M* to *2.3M*
* __Improvement__: Allow public prefix for cookiJar

## 0.23.1 (2020/1/21)
* __Bug Fix__: [Respect user provided cookie headers](https://github.com/Huachao/vscode-restclient/issues/465)
* __Bug Fix__: [Cannot read property `toFixed` of null](https://github.com/Huachao/vscode-restclient/issues/450)
Expand Down
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.23.1",
"version": "0.23.2",
"publisher": "humao",
"author": {
"name": "Huachao Mao",
Expand Down

0 comments on commit b52dbd5

Please sign in to comment.