Skip to content

Releases: raldone01/godot_addon_gdlogging

v2.0.0

08 Jul 10:20
Compare
Choose a tag to compare

Full Changelog: v1.1.1...v2.0.0

New features

Added a ConsoleRichSink which supports colors.

Breaking Changes

  • Sinks now extend LogSink which in turn extends LogPipe
  • Formatting is now handled by the sinks and no longer done by pipes.
  • Custom formatters must be adapted as the arguments changed.

v1.1.1

06 Jun 05:11
Compare
Choose a tag to compare

Full Changelog: v1.1.0...v1.1.1

Bug Fixes

v1.1.0

29 Feb 16:13
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.1.0

Added a new dock to the editor.
It can be disabled in the project settings.

Minor breaking changes:

Some sinks have been renamed to pipe.

v1.0.0

15 Jan 20:42
Compare
Choose a tag to compare

Initial Release.