mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 15:10:23 +00:00
Update changelog
This commit is contained in:
parent
62b51c12b4
commit
196b809c83
1 changed files with 3 additions and 5 deletions
8
dist/changelogs/9.0.md
vendored
8
dist/changelogs/9.0.md
vendored
|
@ -1,8 +1,6 @@
|
|||
## Translations
|
||||
|
||||
A big new feature of XPipe 9 are translations. These were initially generated with DeepL and can be easily improved and corrected by anyone on GitHub. You can check them out in action and if there is any translation you don't like, submit a quick pull request to fix it. For instructions on how to do this, see https://github.com/xpipe-io/xpipe/lang.
|
||||
|
||||
You can change the language in the appearance settings.
|
||||
XPipe 9 now comes with many translations for the user interface. These were initially generated with DeepL and can be easily improved and corrected by anyone on GitHub. You can check them out in action and if there is any translation you don't like, submit a quick pull request to fix it. For instructions on how to do this, see https://github.com/xpipe-io/xpipe/lang.
|
||||
|
||||
## VNC support
|
||||
|
||||
|
@ -12,7 +10,7 @@ Note that this feature right now is in an early stage and open for feedback.
|
|||
|
||||
## RDP launcher
|
||||
|
||||
RDP is a much more complex protocol than VNC, so for now RDP support is not built-in. It is instead realized similar to the terminal support, i.e. by launching your preferred RDP client with the connection information.
|
||||
RDP is a much more complex protocol than VNC, so for now RDP support is not built-in. It is instead realized similar to the terminal support, i.e. by launching your preferred RDP client with the connection information. The general implementation is also subject to change .
|
||||
|
||||
Note that this feature right now is in an early stage and open for feedback.
|
||||
|
||||
|
@ -26,7 +24,7 @@ Note that this feature right now is in an early stage and open for feedback.
|
|||
|
||||
- There's now an option to not let XPipe interact with the system. In case a system that does not run a known command shell, e.g. a router, link, or some IOT device, XPipe was previously unable to detect the shell type and errored out after some time. This option fixes this problem.
|
||||
|
||||
- Any value specified for the `RemoteCommand` config option will now be properly applied when launching a terminal.
|
||||
- Any value specified for the `RemoteCommand` config option will now be properly applied when launching a terminal. This allows you to still use your preexisting init command setup, e.g. with tmux.
|
||||
|
||||
## SSH X11 Forwarding
|
||||
|
||||
|
|
Loading…
Reference in a new issue