chore: storing version and changelog

This commit is contained in:
StraToN
2022-07-10 18:40:30 +00:00
parent ad79aa69d1
commit 2e67aa9973
65 changed files with 132 additions and 128 deletions

View File

@@ -329,7 +329,7 @@ func apply_custom_settings(custom_settings: Dictionary):
if custom_settings.has("a_custom_setting"):
escoria.logger.info(
self,
"custom setting value loaded: %s."
"custom setting value loaded: %s."
% str(custom_settings["a_custom_setting"])
)

View File

@@ -22,4 +22,4 @@ func enable_plugin():
get_plugin_name(),
false
)