|
1 |
| -Fixed all the alert box titles being in caps (I have no clue why they're like that) |
2 |
| -Added function to check for frontend update too (make sure the exe name doesn't contain spaces) |
3 |
| -Renamed App Installer submenu to App Tools |
4 |
| -Now prevents the backend from being modified (deleted/renamed) while the gui is running |
5 |
| -Fixed issue with ^ not happening when backend is being downloaded |
6 |
| -Used cleaner approach to check if backend exists |
7 |
| -Minimised memory usage of both cli and gui releases, it maxes at around 12.5 mb, but stays at 7.4 mb when on the menu |
8 |
| -Moved both update checkers to a submenu |
9 |
| -Added a submenu to see the latest changelog, for both the GUI and CLI version |
10 |
| -Now checks for an internet connection from the GUI when the backend can't (for some functions, not all) |
11 |
| -Increased max string size for showing output, if any line contains more than 256 character, or the total output of a function is more than 1026, jailm8 will crash |
12 |
| -Renamed AMDS option to Apple Mobile Device Support 64, for clarity |
| 1 | +Now shows the changelog when updating the backend |
| 2 | +Speed improvements |
| 3 | +Added hotkey to see backend version |
| 4 | +When running the cli options, it will now show an alert about multiple instances instead of just crashing |
| 5 | +Now only works with windows 10 (the backend doesn't play nice with lower versions) |
| 6 | +Added submenu for id, date and name, now allowing you to use those functions on network devices as well |
| 7 | +Now added support for network devices for most provision and app installer options |
| 8 | +Added a few nested submenus (sub-submenus) to keep it neat |
| 9 | +Added separators in the menus, to keep things neat and just to change up the look |
| 10 | +Added captions in the "Tools" drop-down menu |
0 commit comments