mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 15:10:23 +00:00
[release]
This commit is contained in:
parent
f0fe0d7a6e
commit
4a00ce19ae
2 changed files with 12 additions and 5 deletions
15
dist/changelogs/12.3_incremental.md
vendored
15
dist/changelogs/12.3_incremental.md
vendored
|
@ -1,9 +1,16 @@
|
|||
- Add ability to automatically log all your terminal sessions
|
||||
- Improve documentation for new VM SSH identity option to clarify where the SSH keys files are used from
|
||||
- Improve error message when SSH key file could not be found
|
||||
## Logging support
|
||||
|
||||
There is now the option to enable terminal session logging where all inputs and outputs of your terminal sessions are written into session log files. This is implemented via either PowerShell transcripts or the util-linux script command. Any sensitive information you type into the terminal like password prompts are not recorded. You can enable this feature in the settings menu under the new logging category.
|
||||
|
||||
This feature is available in the professional plan. It is also available in the community edition for two weeks after this release as a preview so that anyone interested can try it out.
|
||||
|
||||
## Other
|
||||
|
||||
- Fix shell initialization loop error when printed lines were too long
|
||||
- Fix exception in file browser when home path was missing
|
||||
- Fix multiple exceptions when platform integration could not be started
|
||||
- Fix terminal restart starting daemon if it is not running
|
||||
- Fix NullPointer when enabling a service tunnel on a VM
|
||||
- Fix few StackOverflow issues when creating a script dependency loop
|
||||
- Fix a few StackOverflow issues when creating a script dependency loop
|
||||
- Improve documentation for new VM SSH identity option to clarify where the SSH keys files are used from
|
||||
- Improve error message when SSH key file could not be found
|
||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
|||
12.3-3
|
||||
12.3
|
||||
|
|
Loading…
Reference in a new issue