Releases: PhrozenIO/ArcaneServer
Releases · PhrozenIO/ArcaneServer
Arcane Server 1.0.5
- Dynamic Resolution/Scaling Update Support: When the remote display resolution or HDPI scaling settings change, the viewer is notified and automatically updates the current window to accommodate the new display constraints.
- Secure Desktop (Automatic Desktop Context Switching) is now fully supported for both Desktop Streaming and Input (Keyboard, Mouse, Outgoing Clipboard). To capture Secure Desktop, Arcane Server must be run as an Interactive
SYSTEM
user. You can usePsExec
orPowerRunAsSystem
to achieve this. This feature is crucial for logging into a remote user account when the session is locked or for accepting or rejecting UAC prompts. - Keyboard Simulation Enhancement: Keyboard simulation has been improved by moving from .NET to the pure Windows API
SendInput
for simulating both individual key inputs and shortcuts. This transition offers several advantages: it supports a broader range of applications and windows (all) and it simplifies the detection and switching of Secure Desktop updates. - New Shortcuts Supported: Arcane now supports additional keyboard shortcuts, including
CTRL+[A-Z]
andALT+[F1-F16]
. The Windows key (Meta Key) is also supported. The shortcut for locking the workstation,WIN + L
, has been added. - Optimizations and Enhancements: This update includes multiple optimizations, cleaner code, and improved presentation mode handling. In presentation mode (view only), event threads are no longer required for both the viewer and the server.
Compatible Viewers
Version | Protocol Version |
---|---|
1.0.6 | 5.0.2 |
Arcane Server 1.0.4
As of version 1.0.4, the Arcane Server has its own repository, separating the server from the client. This separation allows for updating the server independently of the client, making it easier to track changes and updates.