issue/311 v1.24.0
Kelvin Schoofs 3 years ago
parent f70b565c4d
commit 2c9ff0314c

@ -1,22 +1,22 @@
# Changelog # Changelog
## Unreleased ## v1.24.0 (2021-11-02)
### Changes ### Changes
- Set `$TERM` to `xterm-256color` instead of the default `vt100` (#299) - 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 - 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 - 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 (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 - 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, ... - Using `$PATH` should allow support for recursive shells, switching shells, ...
### Fixes ### 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 - Multiple users making use of this feature would use the same `/tmp/...` file, resulting in permission issues
### New features ### 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) ## v1.23.1 (2021-10-06)

@ -3,7 +3,7 @@
"displayName": "SSH FS", "displayName": "SSH FS",
"description": "File system, terminal and task provider using SSH", "description": "File system, terminal and task provider using SSH",
"publisher": "Kelvin", "publisher": "Kelvin",
"version": "1.23.1", "version": "1.24.0",
"engines": { "engines": {
"vscode": "^1.49.0" "vscode": "^1.49.0"
}, },

Loading…
Cancel
Save