Skip to content

v1.0.7.3

Choose a tag to compare

@bobbycomet bobbycomet released this 07 Aug 01:41
· 43 commits to main since this release
537c720

1.0.7.3 — Fix

Fixed missing node and extension imports in /conky-studio/nodes/__init__.py.

This resolves an issue where some built-in node groups and extension bootstrap modules were not being loaded correctly.

Added missing imports:

from . import logic_extra       # noqa: F401
from . import sources_extra     # noqa: F401
from . import visuals_extra     # noqa: F401
from . import visuals_more      # noqa: F401
import conkystudio.extensions_bootstrap  # noqa: F401