From da6542b90c0ff7bfe2c73fb8b34437c302ad7b22 Mon Sep 17 00:00:00 2001 From: Natizyskunk Date: Wed, 30 Nov 2022 01:45:02 +0100 Subject: [PATCH] Add pre-release `v1.16.1-fix-case-rename` version. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c59330a..a70fc124 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.16.1-fix-case-rename - 2022-11-30 +* [#271] Fix case change of file name not sent correctly (Pull request [#249](https://github.com/Natizyskunk/vscode-sftp/pull/249) from @NyaPPuu vscode-sftp:fix_rename). +* [#272] Update npm `types/node` depedency to v9.6.51. + ## 1.16.1 - 2022-11-02 * [#251] Add multiple select + Update `Download File` & `Downalod Folder` commands to the remote view + Add `Upload File` & `Upload Folder` commands to the remote view (Pull request [#221](https://github.com/Natizyskunk/vscode-sftp/pull/221) from @NyaPPuu vscode-sftp:add_multiple_select).