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
Copy file name to clipboardExpand all lines: README.md
+33-5Lines changed: 33 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,14 +39,32 @@ The project was renamed to Arcane to avoid the generic nature of the previous na
39
39
40
40
## Version Table
41
41
42
+
> ⓘ 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.
43
+
44
+
> ⓘ It is recommended to always use the latest versions of both the viewer and the server whenever possible. This ensures compatibility between the two and provides the best experience.
> 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.
67
+
> ⓘ Since version 1.0.4, the server version will only be updated when there are changes to the server code. It will no longer automatically reflect the latest viewer version as it did before.
50
68
51
69
## Components
52
70
@@ -201,6 +219,10 @@ You can then pass the output base64 certificate file to parameter `EncodedCertif
@@ -211,6 +233,10 @@ You can then pass the output base64 certificate file to parameter `EncodedCertif
211
233
212
234
## Change Log
213
235
236
+
### Version 1.0.5 (Beta)
237
+
238
+
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.
239
+
214
240
### Version 1.0.4 (Beta)
215
241
216
242
-[x] Clipboard synchronization has been implemented, allowing users to copy and paste text between the viewer and the server.
@@ -232,6 +258,8 @@ You can then pass the output base64 certificate file to parameter `EncodedCertif
232
258
233
259
---
234
260
235
-
I’m dedicating this project to the amazing HackTheBox France Meetup community! 🇫🇷
0 commit comments