Releases: duraidabdul/LocalConsole
Releases · duraidabdul/LocalConsole
1.5.2
Offload demo GIFs to reduce package download size.
1.5.1
Performance improvements.
1.5.0
New Features
- Vertically reversed text in the console. Now the console will feel more familiar, printing text and scrolling text in the same direction as Xcode's console.
- New Debug view. A new organized Debug view in the Console Menu allows you to display a System Report and Screen Report, display view frames dynamically, and restart your SpringBoard.
- Refined animations and gestures.
1.4.4
The console view now moves to accommodate the keyboard.
1.4.3
Bug Fix
Add UIColor context to fix GitHub action CI build.
1.4.2
New Features
Added new values to the System Report including Kernel Version and OS Compile Date.
1.4.1
Bug Fix
Asynchronously run the system report to prevent hitching the context menu close animation.
1.4.0
New Feature
Added System Report, a tool allowing you to print notable device values for debugging, including some private values such as the device's display corner radius. Feel free to suggest more values that you may find useful when building an iOS app, or even values that you may find cool!
1.3.1
- Fixed a bug that prevented the console from appearing if it was initialized too early in the app lifecycle.
1.3.0
New Features
- Resize the console! In the console menu, tap "Resize Console" to enter the new Resize screen.
- Copy console text to the clipboard from the console menu.
Improvements
- Hide Clear Console button from the console menu when the console is already clear.