Skip to content

Commit

Permalink
v1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoofsKelvin committed Nov 2, 2021
1 parent f70b565 commit 2c9ff03
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@

# Changelog

## Unreleased
## v1.24.0 (2021-11-02)

### Changes
- Set `$TERM` to `xterm-256color` instead of the default `vt100` (#299)
- Terminals that exit within 5 seconds should now remain open until a key is pressed
- Refactored the `REMOTE_COMMANDS` beta feature (#270) to use the new `ShellConfig` system
- Set `$TERM` to `xterm-256color` instead of the default `vt100` (16ffd1e, #299)
- Terminals that exit within 5 seconds should now remain open until a key is pressed (55d7216)
- Refactored the `REMOTE_COMMANDS` beta feature (#270) to use the new `ShellConfig` system (b9f226e)
- Commands (currently only `code`) are now written to a unique folder and passed to `$PATH`
- Commands are written in shell scripts (`#!/bin/sh` shebang) and should work on all shells/systems
- Using `$PATH` should allow support for recursive shells, switching shells, ...

### Fixes
- Write `REMOTE_COMMANDS` profile script to separate file for each user (#292)
- Write `REMOTE_COMMANDS` profile script to separate file for each user (69c2370, #292)
- Multiple users making use of this feature would use the same `/tmp/...` file, resulting in permission issues

### New features
- Added a `ShellConfig` system to support more shells regarding `environment`, home detection and `REMOTE_COMMANDS`
- Added a `ShellConfig` system to support more shells regarding `environment`, home detection and `REMOTE_COMMANDS` (cc823c6)

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

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.1",
"version": "1.24.0",
"engines": {
"vscode": "^1.49.0"
},
Expand Down

0 comments on commit 2c9ff03

Please sign in to comment.