Skip to content

Commit

Permalink
v1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoofsKelvin committed Oct 6, 2021
1 parent 7605237 commit 9be6aa0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

# Changelog

## Unreleased
## v1.23.1 (2021-10-06)

### Hotfix
- Fix the issue with failing home detecting for `csh`/`tcsh` shells (#295)
- Fix the issue with failing home detecting for `csh`/`tcsh` shells (7605237, #295)

### Development changes
- More improvements in logging, especially regarding async stack tracing
- More improvements in logging, especially regarding async stack tracing (e326a16)
- Properly "set boundaries", detect/analyze and log `toPromise`/`catchingPromise` calls

## v1.23.0 (2021-10-02)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "SSH FS",
"description": "File system, terminal and task provider using SSH",
"publisher": "Kelvin",
"version": "1.23.0",
"version": "1.23.1",
"engines": {
"vscode": "^1.49.0"
},
Expand Down

0 comments on commit 9be6aa0

Please sign in to comment.