You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Arcane Protocol Update:** The protocol has been upgraded to version 5.0.2, bringing support for several server improvements, including dynamic display resolution updates, HDPI settings changes, and Secure Desktop support for Remote Desktop Streaming and Input (Mouse, Keyboard, Clipboard).]
Copy file name to clipboardExpand all lines: README.md
+22-7Lines changed: 22 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,7 @@ The client/viewer is a cross-platform application developed in Python, using the
10
10
11
11
The project was renamed to Arcane to avoid the generic nature of the previous name and to signify a major step in the project's development: the complete rewrite of the viewer to be cross-platform.
@@ -27,6 +25,8 @@ The project was renamed to Arcane to avoid the generic nature of the previous na
27
25
***Session Concurrency**: Multiple viewers can connect to a single server at the same time, allowing multiple users to collaborate on the same remote desktop.
28
26
***Sleep Mode Prevention**: To ensure that the remote desktop remains active and responsive, the module prevents the remote computer from entering sleep mode while it is waiting for viewers to connect.
29
27
***Streaming Optimization**: To improve the streaming speed, the module only sends updated pieces of the desktop to the viewer, reducing the amount of data transmitted over the network.
28
+
***Secure Desktop / LogonUI Integration**: When Arcane Server is run as an interactive SYSTEM process, it can access Secure Desktop features, such as Logon UI or UAC prompts, without relying on external processes or tools. Everything is handled within a single Arcane Server instance. Please note that exposing an interactive SYSTEM process can pose security risks; use this feature only if you understand the implications.
29
+
***Dynamic Display Settings Update:** Arcane Server detects changes in display resolution or HDPI settings and keeps the Viewer updated with these adjustments.
30
30
31
31
## Coming Soon
32
32
@@ -71,9 +71,10 @@ For detailed instructions on how to use and configure the Arcane Server, please
71
71
72
72
## Version Table
73
73
74
-
| Version | Protocol Version | Release Date | Compatible Servers |
| 1.0.5b | 5.0.1 | 22 August 2024 |[1.0.4](https://github.com/PhrozenIO/ArcaneServer/releases/tag/1-0-4)|
77
+
| 1.0.6 | 5.0.2 | 17 September 2024 ||
77
78
78
79
> ⓘ You can use any version of the viewer with any version of the server, as long as the protocol version matches. The protocol version ensures compatibility between the viewer and the server.
79
80
@@ -103,6 +104,10 @@ For detailed instructions on how to use and configure the Arcane Server, please
103
104
104
105
## Change Log
105
106
107
+
### Version 1.0.6
108
+
109
+
-[x]**Arcane Protocol Update:** The protocol has been upgraded to version 5.0.2, bringing support for several server improvements, including dynamic display resolution updates, HDPI settings changes, and Secure Desktop support for Remote Desktop Streaming and Input (Mouse, Keyboard, Clipboard).]
110
+
106
111
### Version 1.0.5 (Beta)
107
112
108
113
This release focuses on improving the code structure through extensive refactoring and resolving infrequent bugs caused by previously unhandled edge cases. Type hinting has been fully implemented, and the code is now nearly ready for production deployment.
@@ -115,7 +120,7 @@ This release focuses on improving the code structure through extensive refactori
115
120
### Version 1.0.3 (Beta)
116
121
117
122
-[x] The connection window interface has been streamlined, with additional options now accessible in a dedicated settings window.
118
-
-[x] Server certificate validation has been introduced. When connecting to a server for the first time, users will be prompted to trust the certificate and can choose to remember their decision.
123
+
-[x] Server certificate validation has been introduced. When co- nnecting to a server for the first time, users will be prompted to trust the certificate and can choose to remember their decision.
119
124
-[x] A new settings window has been implemented, offering support for additional remote desktop parameters and managing trusted server certificates, including options to add, edit, and remove certificates.
120
125
-[x] Various code refactoring and structural improvements have been made to enhance the overall performance and maintainability of the application.
121
126
@@ -126,6 +131,16 @@ This release focuses on improving the code structure through extensive refactori
126
131
-[x] HDPI and scaling support have been improved.
127
132
-[x] Arcane Viewer Virtual Desktop Window placement has been improved.
128
133
134
+
## Special Thanks
135
+
136
+
*[Mudpak (Mudsor MASOOD)](https://www.linkedin.com/in/mudsormasood/) - Official Beta / Quality Tester
137
+
138
+
Additionally, I extend my gratitude to those who contributed to enhancing the project's visibility:
*If you share Arcane with your community, please feel free to contact me to be recognized in this section. I am very grateful to those who contribute by sharing my research and projects.*
0 commit comments