Skip to content

Commit ee96506

Browse files
authored
Readme updated (#8)
Readme updated
1 parent bd4aa5a commit ee96506

3 files changed

Lines changed: 33 additions & 6 deletions

File tree

README.md

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,32 @@ The project was renamed to Arcane to avoid the generic nature of the previous na
3939

4040
## Version Table
4141

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.
45+
46+
### Arcane Viewer Table
47+
48+
| Version | Protocol Version | Release Date |
49+
|-----------------|------------------|----------------|
50+
| 1.0.0b1 (Beta) | 5.0.0b1 | 01 August 2024 |
51+
| 1.0.0b2 (Beta) | 5.0.0b1 | 05 August 2024 |
52+
| 1.0.3 (Beta) | 5.0.0b1 | 12 August 2024 |
53+
| 1.0.4 (Beta) | 5.0.1 | 15 August 2024 |
54+
| 🟢 1.0.5 (Beta) | 5.0.1 | 22 August 2024 |
55+
56+
### Arcane Server Table
57+
4258
| Version | Protocol Version | Release Date |
4359
|----------------|------------------|----------------|
4460
| 1.0.0b1 (Beta) | 5.0.0b1 | 01 August 2024 |
4561
| 1.0.0b2 (Beta) | 5.0.0b1 | 05 August 2024 |
46-
| 1.0.3 (Beta) | 5.0.0b1 | 12 August 2024 |
47-
| 1.0.4 (Beta) | 5.0.1 | 15 August 2024 |
62+
| 1.0.3 | 5.0.0b1 | 12 August 2024 |
63+
| 🟢 1.0.4 | 5.0.1 | 15 August 2024 |
64+
65+
* 🟢 Head version
4866

49-
> 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.
5068
5169
## Components
5270

@@ -201,6 +219,10 @@ You can then pass the output base64 certificate file to parameter `EncodedCertif
201219
<img width="50%" src="https://raw.githubusercontent.com/PhrozenIO/Arcane/main/resources/images/screenshots/server_fingerprint.png" alt="Server Fingerprint Validation"/>
202220
</p>
203221

222+
<p align="center">
223+
<img width="50%" src="https://raw.githubusercontent.com/PhrozenIO/Arcane/main/resources/images/screenshots/virtual_desktop.png" alt="Server Fingerprint Validation"/>
224+
</p>
225+
204226
<p align="center">
205227
<img width="50%" src="https://raw.githubusercontent.com/PhrozenIO/Arcane/main/resources/images/screenshots/options_rd.png" alt="Remote Desktop Options"/>
206228
</p>
@@ -211,6 +233,10 @@ You can then pass the output base64 certificate file to parameter `EncodedCertif
211233

212234
## Change Log
213235

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+
214240
### Version 1.0.4 (Beta)
215241

216242
- [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
232258

233259
---
234260

235-
I’m dedicating this project to the amazing HackTheBox France Meetup community! 🇫🇷
236-
237261
![HackTheBox Meetup France](https://raw.githubusercontent.com/PhrozenIO/Arcane/main/resources/images/htb_france.png)
262+
263+
<p align="center">
264+
I’m dedicating this project to the amazing HackTheBox France Meetup community! 🇫🇷
265+
</p>

arcane_viewer/ui/forms/desktop.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"""
1010

1111
import logging
12-
import time
1312
from typing import List, Optional, Union
1413

1514
from PyQt6.QtCore import QRect, QSize, Qt, pyqtSlot
3.76 MB
Loading

0 commit comments

Comments
 (0)