diff --git a/README.md b/README.md index eb32681..d294778 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

- Cross-platform, open-source and free idevice management tool written in Rust and Qt + Cross-platform, open-source and free idevice management tool written in Rust and Qt

@@ -19,6 +19,7 @@ GitHub tag (latest SemVer pre-release) Platform + Language Qt @@ -103,6 +104,20 @@ make sure to do "sudo pacman -Syu" otherwise it's not going to find libimobilede



+# Windows 11 Dark (Acrylic) - v0.4.0 + +

+
+

+ +# Windows 11 Light (Acrylic) - v0.4.0 + +

+
+

+ +# Other platforms +


@@ -111,50 +126,32 @@ make sure to do "sudo pacman -Syu" otherwise it's not going to find libimobilede

-## Good News! - -### iDescriptor v0.4.0 will feature **WIRELESS CONNECTION** support! - -Learn more about our roadmap [here](#roadmap). - -
-
-
- ## Features ### Connection -| Feature | Status | Notes | -| ------------------- | -------------------- | ------------------------------------------------------------- | -| USB Connection | ✅ Implemented | Fully supported on Windows, macOS, and Linux. | -| Wireless Connection | ⚠️ Under Development | Currently under development, planned to be released in v0.4.0 | +| Feature | Status | Notes | +| ------------------- | -------------- | --------------------------------------------- | +| USB Connection | ✅ Implemented | Fully supported on Windows, macOS, and Linux. | +| Wireless Connection | ✅ Implemented | Starting from v0.4.0 | ### Tools -| Feature | Status | Notes | -| ------------------------------------------------------ | -------------- | ------------------------------------------------------------------------------------- | -| [AirPlay](#airplay) | ✅ Implemented | Cast your device screen to your computer. | -| [Download & Install Apps From Apple Store](#app-store) | ✅ Implemented | Download and install apps directly from the Apple Store. | -| [Virtual Location](#virtual-location) | ✅ Implemented | Simulate GPS location. Requires a mounted Developer Disk Image. **( iOS 6 - iOS 16)** | -| [iFuse Filesystem Mount](#ifuse-filesystem-mount) | ✅ Implemented | Mount the device's filesystem. (Windows & Linux only) | -| Gallery | ✅ Implemented | - | -| File Explorer | ✅ Implemented | Explore the device's filesystem. | -| Wireless Gallery Import | ✅ Implemented | Import photos wirelessly (requires the Shortcuts app on the iDevice). | -| [Cable Info](#cable-info) | ✅ Implemented | Check authenticity of connected USB cables and more. | -| [Network Device Discovery](#network-device-discovery) | ✅ Implemented | Discover and monitor devices on your local network. | -| [SSH Terminal](#ssh-terminal) **(Jailbroken)** | ✅ Implemented | Open up a terminal on your iDevice. | -| Query MobileGestalt | ✅ Implemented | Read detailed hardware and software information from the device. | -| [Live Screen](#live-screen) | ✅ Implemented | View your device's screen in real-time **(wired)**. | -| Developer Disk Images | ✅ Implemented | Manage and mount developer disk images. **( iOS 6 - iOS 16)** | - -### Device Actions - -| Feature | Status | Notes | -| ------------------- | -------------- | ----- | -| Restart Device | ✅ Implemented | - | -| Shutdown Device | ✅ Implemented | - | -| Enter Recovery Mode | ✅ Implemented | - | +| Feature | Status | Notes | +| ------------------------------------------------------ | -------------- | --------------------------------------------------------------------- | +| [AirPlay](#airplay) | ✅ Implemented | Cast your device screen to your computer. | +| [Download & Install Apps From Apple Store](#app-store) | ✅ Implemented | Download and install apps directly from the Apple Store. | +| [Virtual Location](#virtual-location) | ✅ Implemented | Simulate GPS location. Requires a mounted Developer Disk Image. | +| [iFuse Filesystem Mount](#ifuse-filesystem-mount) | ✅ Implemented | Mount the device's filesystem. (Windows & Linux only) | +| Gallery | ✅ Implemented | - | +| File Explorer | ✅ Implemented | Explore the device's filesystem. | +| Wireless Gallery Import | ✅ Implemented | Import photos wirelessly (requires the Shortcuts app on the iDevice). | +| [Cable Info](#cable-info) | ✅ Implemented | Check authenticity of connected USB cables and more. | +| [Network Device Discovery](#network-device-discovery) | ✅ Implemented | Discover and monitor devices on your local network. | +| [SSH Terminal](#ssh-terminal) **(Jailbroken)** | ✅ Implemented | Open up a terminal on your iDevice. | +| Query MobileGestalt | ✅ Implemented | Read detailed hardware and software information from the device. | +| [Live Screen](#live-screen) | ✅ Implemented | View your device's screen in real-time. | +| Developer Disk Images | ✅ Implemented | Manage and mount developer disk images. **( iOS 6- 16)** | ## Fully Theme Aware @@ -291,6 +288,8 @@ Sun 6 Jul - 14:30  ~  sudo udevadm trigger ``` +For more info [UDEV.md](./UDEV.md) + # Contributing Contributions are welcome! diff --git a/resources/repo/win-11-mica-dark.png b/resources/repo/win-11-mica-dark.png new file mode 100644 index 0000000..16a65c9 Binary files /dev/null and b/resources/repo/win-11-mica-dark.png differ diff --git a/resources/repo/win-11-mica-light.png b/resources/repo/win-11-mica-light.png new file mode 100644 index 0000000..48f4752 Binary files /dev/null and b/resources/repo/win-11-mica-light.png differ