Releases: albinaask/Log
Releases · albinaask/Log
1.2
v1.1.2
- Fixed bugs regarding the use of project settings.
- Fixed the version naming.
Full Changelog: v1.1.1...v1.1.2
Log v1.1.1
What's Changed
*feat: added new constributors
- feat: allow edit default settings from editor by @florianvazelle in #4
- Add more details on how to enble the plugin by @avivajpeyi in #3
New Contributors
- @florianvazelle made their first contribution in #4
- @avivajpeyi made their first contribution in #3
Full Changelog: https://github.com/albinaask/Log/commits/v1.1.1
Log v1.1.0
What's Changed
- feat: allow edit default settings from editor by @florianvazelle in #4
- Add more details on how to enble the plugin by @avivajpeyi in #3
New Contributors
- @florianvazelle made their first contribution in #4
- @avivajpeyi made their first contribution in #3
Full Changelog: https://github.com/albinaask/Log/commits/v1.1.0
Log v1.0.0
Initial release of the fork.
ChangeLog:
- Adds multiple log streams so you can control the log level independently for different parts of your project.
- Adds a fatal log level that causes your project to crash in a way that you can control.
- Adds comments to updated parts of the plugin.
- Adds options in top of the log stream.
- Adds shorthand methods for debug & error.
- Adds err_cond_... methods for quick error checking.
- Adds a scripted breakpoint (optional in setting) so errors freeze the execution and shows relevant info in the godot debugger.
- Adds support for multiple log files.
- Adds a test scene that can be used as an example of how the plugin can be used."
- Fixed some bugs present in the original repo.
- Removed file logging since Godot already does this by default.
- Documented the plugin