Skip to content

Releases: duraidabdul/LocalConsole

1.7.17

12 Nov 04:32
Compare
Choose a tag to compare

If you have CADisableMinimumFrameDurationOnPhone set to true in your application's info.plist, LocalConsole will now run its pan gestures and animations at 120 Hz on iPhone 13 Pro. For more info on how to do this in your own application, see FrameRateRequest.

1.7.16

16 Oct 23:40
Compare
Choose a tag to compare

Design refinements and minor bug fixes.

1.7.15

12 Sep 18:59
Compare
Choose a tag to compare

Reduced top endpoint padding.

1.7.14

12 Sep 18:30
Compare
Choose a tag to compare

The console will now return to its last known position after being resized, rather than always reverting to the top left corner of the screen.

1.7.13

11 Sep 16:04
Compare
Choose a tag to compare

Restarting SpringBoard should now trigger ~3× faster.

1.7.12

06 Sep 22:51
Compare
Choose a tag to compare

Applied smoothing to the console pan gesture to make it feel more fluid.

1.7.11

05 Sep 18:02
Compare
Choose a tag to compare

Fixed incorrectly computed endpoint.

1.7.10

05 Sep 17:54
Compare
Choose a tag to compare

This release focuses on refinements to the hide gesture:

  • The console hit radius has been increased when it is hidden. This makes it much easier to drag the console in from the edge of the screen.
  • You can now tap the console while it is hidden to make it appear again.
  • Animation refinements.

1.7.9

02 Sep 01:05
Compare
Choose a tag to compare

LocalConsole now remembers your console's last position when your application is relaunched.

1.7.6

28 Aug 08:50
Compare
Choose a tag to compare

Fixed bug that caused the console to stop listening to the pan gesture if it was long-pressed while minimized.