8000 Tags · Shiva-Shadowsong/loggie · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Shiva-Shadowsong/loggie

Tags

2.0

Toggle 2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #30 from Shiva-Shadowsong/dev

Update version in loggie.gd to 2.0.

1.5

Toggle 1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V1.5 (#15)

* Update project version.

* Fix a mistake where the separator placeholder in LoggieMsg.prefix was not used correctly.

* fix: pad timestamp fields that need padding

* LoggieSettings is now a Resource instead of Node. Fixes a memory leak.

* Fix issue where enforced production settings only worked if you weren't using custom_settings.gd.

* New setting: enforce_optimal_settings_in_release_build.

* Update some function parameter names to avoid shadowing existing members.

* Update a message in test.gd to use Loggie instead of print_rich.

* Update test.gd to explicitly test out a color styled version of each type of message.

* New feature: Message Segmentation.

* Update some function parameter/varaible names to avoid shadowing existing members.

* Remove original_content and support for it.

* Add LoggieMsg.tab.

* Apply parameter name change to a couple more places where it needed to be done.

* Add LoggieEnums.MsgType.

* Add LoggieTools.get_terminal_ready_string.

* Clean up LoggieMsg.output wrappers, and fix issue with improperly formatted output passed to stuff like push_error, push_warning and print_debug.

* Update a print in test.gd.

* Add tests for each type of coloring of messages.

---------

Co-authored-by: dusk <y.bera003.06@protonmail.com>

v1.4

Toggle v1.4's commit message
Explicitly set all Loggie ProjectSettings to be considered non-advanc…

…ed settings in the ProjectSettings window.

v1.3

Toggle v1.3's commit message
Fix a critical issue where a function was referring to Loggie while L…

…oggie might not be present, causing a cascade of errors on fresh installation.

v1.2

Toggle v1.2's commit message
Update README and USER_GUIDE.

v1.1

Toggle v1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2 from Shiva-Shadowsong/v1.1-dev

Update README and USER GUIDE.

v1.0

Toggle v1.0's commit message
0