Skip to content

Latest commit

 

History

History
70 lines (38 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

70 lines (38 loc) · 1.42 KB

Changelog

All notable changes to Consolation will be documented in this file.

The format is based on Keep a Changelog. We adhere to Semantic Versioning.

[1.4.1] - 2023-08-14

Fixed

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

[1.4.0] - 2023-07-16

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] - 2022-07-27

Fixed

  • Support Unity's Input System package.

[1.3.0] - 2022-02-08

Added

[1.2.1] - 2021-02-16

Fixed

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

[1.2.0] - 2021-01-04

Added

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

[1.1.0] - 2020-03-18

Added

  • Option to scale UI

[1.0.1] - 2019-09-22

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] - 2018-02-24

First official release.