Skip to content

Releases: mminer/consolation

1.4.1

14 Aug 17:18
dd17349
Compare
Choose a tag to compare

Fixed

  • Replace EditorGUIUtility.whiteTexture with build-friendly Texture2D.whiteTexture

1.4.0

17 Jul 03:25
e0d11ab
Compare
Choose a tag to compare

Added

  • Ability to view log stack trace
  • Option to use custom GUI skin (useful to customize scrollbar width)

Changed

  • Make Console component properties public

Fixed

  • Stop showing multiple duplicate logs when "Only Last Log" selected

1.3.1

28 Jul 00:46
8a19af9
Compare
Choose a tag to compare

Fixed

  • Support Unity's Input System package

1.3.0

08 Feb 17:26
9d83bf6
Compare
Choose a tag to compare

Added

1.2.1

16 Feb 17:08
b67de62
Compare
Choose a tag to compare

Fixed

  • Make Console public so that it can be added via AddComponent (courtesy of @uchar)

1.2.0

04 Jan 23:28
6c3ada8
Compare
Choose a tag to compare

Added

  • Option to only show last log message (courtesy of @LiorBanai)

1.1.0

19 Mar 04:08
212ec63
Compare
Choose a tag to compare

Added

  • Option to scale UI

1.0.1

22 Sep 23:20
8ae8023
Compare
Choose a tag to compare

Added

  • Option to open window when the game starts
  • Option to change font size of logs

Fixed

  • Show logs from all threads (courtesy of @sonnybsj)

1.0.0

25 Feb 06:05
Compare
Choose a tag to compare

First official release.