diff --git a/README.md b/README.md
index c6df0ae..f2b22a4 100644
--- a/README.md
+++ b/README.md
@@ -39,14 +39,32 @@ The project was renamed to Arcane to avoid the generic nature of the previous na
## Version Table
+> ā 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.
+
+> ā 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.
+
+### Arcane Viewer Table
+
+| Version | Protocol Version | Release Date |
+|-----------------|------------------|----------------|
+| 1.0.0b1 (Beta) | 5.0.0b1 | 01 August 2024 |
+| 1.0.0b2 (Beta) | 5.0.0b1 | 05 August 2024 |
+| 1.0.3 (Beta) | 5.0.0b1 | 12 August 2024 |
+| 1.0.4 (Beta) | 5.0.1 | 15 August 2024 |
+| š¢ 1.0.5 (Beta) | 5.0.1 | 22 August 2024 |
+
+### Arcane Server Table
+
| Version | Protocol Version | Release Date |
|----------------|------------------|----------------|
| 1.0.0b1 (Beta) | 5.0.0b1 | 01 August 2024 |
| 1.0.0b2 (Beta) | 5.0.0b1 | 05 August 2024 |
-| 1.0.3 (Beta) | 5.0.0b1 | 12 August 2024 |
-| 1.0.4 (Beta) | 5.0.1 | 15 August 2024 |
+| 1.0.3 | 5.0.0b1 | 12 August 2024 |
+| š¢ 1.0.4 | 5.0.1 | 15 August 2024 |
+
+* š¢ Head version
-> 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.
+> ā 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.
## Components
@@ -201,6 +219,10 @@ You can then pass the output base64 certificate file to parameter `EncodedCertif
+
+
+ Iām dedicating this project to the amazing HackTheBox France Meetup community! š«š· +
diff --git a/arcane_viewer/ui/forms/desktop.py b/arcane_viewer/ui/forms/desktop.py index 3092644..b482bf8 100644 --- a/arcane_viewer/ui/forms/desktop.py +++ b/arcane_viewer/ui/forms/desktop.py @@ -9,7 +9,6 @@ """ import logging -import time from typing import List, Optional, Union from PyQt6.QtCore import QRect, QSize, Qt, pyqtSlot diff --git a/resources/images/screenshots/virtual_desktop.png b/resources/images/screenshots/virtual_desktop.png new file mode 100644 index 0000000..a17ec85 Binary files /dev/null and b/resources/images/screenshots/virtual_desktop.png differ