Skip to content

Releases: duraidabdul/LocalConsole

1.5.2

15 Jun 19:15
971de25
Compare
Choose a tag to compare

Offload demo GIFs to reduce package download size.

1.5.1

12 Jun 21:42
Compare
Choose a tag to compare

Performance improvements.

1.5.0

10 Jun 18:53
Compare
Choose a tag to compare

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

03 Jun 23:30
Compare
Choose a tag to compare

The console view now moves to accommodate the keyboard.

1.4.3

03 Jun 05:16
b319499
Compare
Choose a tag to compare

Bug Fix

Add UIColor context to fix GitHub action CI build.

1.4.2

01 Jun 21:47
Compare
Choose a tag to compare

New Features

Added new values to the System Report including Kernel Version and OS Compile Date.

1.4.1

01 Jun 04:25
Compare
Choose a tag to compare

Bug Fix

Asynchronously run the system report to prevent hitching the context menu close animation.

1.4.0

01 Jun 04:21
Compare
Choose a tag to compare

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

24 May 07:57
Compare
Choose a tag to compare
  • Fixed a bug that prevented the console from appearing if it was initialized too early in the app lifecycle.

1.3.0

22 May 21:47
Compare
Choose a tag to compare

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.