|
1 |
| -Disabled maximise button, it was buggy anyways |
2 |
| -Changed about to credits |
3 |
| -Moved credits to app and moved hotkeys to help |
4 |
| -Creditted the creator of the icon |
5 |
| -Now doesn't run the backend to get the version info |
6 |
| -Added diagnostic check function to check for errors with jailm8 |
7 |
| -Added ability to reboot, shutdown and deep sleep device (using idevicediagnostics) |
8 |
| -Added several idevicediagnostics functions (too many) |
| 1 | +Now stores the backend within the GUI executable, so it doesn't have to be downloaded |
| 2 | +Switched to G++ for compilation, allowing ^^ to happen |
| 3 | +Now checks if the GUI is saved as jailm8.exe, as that would lead to issues |
| 4 | +Added an under-the-hood cmd window, so you can manually fix crashes and freezes if needed |
| 5 | +Now logs all backend output to the background cmd window, allowing you to copy it if needed |
| 6 | +Centred OK button in credits box |
| 7 | +Reverted credits pop up to the same style as the rest of the GUI |
| 8 | +Now uses a cleaner way to save the backend as a resource, making startup quicker even when the backend needs to be extracted |
| 9 | +Fixed memory leak when extracting backend |
| 10 | +If the backend doesn't exist already, it will be loaded in as a temporary file and deleted later |
| 11 | +The terminal log will now show all output as soon as it is returned by jailm8, instead of waiting for the end of the function |
| 12 | +Now says "no devices are connected" instead of a blank icon when using the UDID functions |
| 13 | +Now shows an error icon in the alert box when encountering certain messages |
0 commit comments