Releases: SpaceMadness/lunar-unity-console
Releases · SpaceMadness/lunar-unity-console
Lunar Console v0.4.0b
Fixes:
- iOS: fixed sending log emails.
Lunar Console v0.3.0b
Fixes:
- Fixed scroll lock bug.
Improvements:
- Added LunarConsole.onConsoleOpened and LunarConsole.onConsoleClosed callbacks.
Changes:
- Auto scrolling is turned ON every time console is opened (would be configurable in a future release).
- Renamed 'LunarConsole' to 'LunarConsolePlugin'.
- Renamed 'LunarConsoleInternal' to 'LunarConsolePluginInternal'.
Lunar Console v0.2.0b
Improvements:
- Android: collapse similar entries option
Lunar Console v0.1.0b
Improvements:
- iOS: collapse similar entries option
Lunar Console v0.0.10b
Improvements:
- Added LunarConsole.Clear() method to clear the console output.
Lunar Console v0.0.9b
Improvements:
- Added an option to disable multi touch gesture recognition.
Fixes:
- Android: fixed a conflicting between 2-finger swipe down and zoom (pinch) gesture recognition.
- Editor: fixed 'Report bug...' url
Lunar Console v0.0.8b
Improvements:
- Android: added stack trace info for every log entry.
- iOS: improved stack trace info for every log entry.
Fixes:
- Android: fixed touches passing through some are of the console into the scene.
Lunar Console v0.0.7b
Fixes:
- Android: fixed clicks through exception warning.
Lunar Console v0.0.6b
Fixes:
- Android: resolved conflicts with 3rd party Android plugins (GPGS, Facebook, etc).
- iOS: fixed tab bar buttons layout.
Improvements:
- Dramatically reduced plugin size (from 1.6M to 250k)
- Optimized UI resources.
Lunar Console v0.0.5b
Fixes:
- iOS: fixed poor scrolling performance.
- iOS: dismiss keyboard when pressing 'Search' button for log filtering.
- iOS: fixed missing 'ShowConsole' and 'HideConsole' API calls.
Improvements:
- Better overflow management.