Skip to content

Module Import Patches

Choose a tag to compare

@Jonas1015 Jonas1015 released this 21 May 12:05
· 142 commits to main since this release
08f50f2

Standardizing the "Home Base":

Instead of every file trying to guess where it is relative to itself, we’ve told the app to always look at the Project Root (BASE_DIR). This ensures the app can always find the "backbone" requirements, no matter where it's installed.

Cleaning up the Math:

Previously, different parts of the app used different "path math" to find files, which led to some "off-by-one" errors (looking one folder too high or too low). We’ve unified this across the plugin loader, the archive system, and the dependency manager.

Reliable Dependencies:

This patch ensures that when you install or enable a module, the app successfully finds the list of libraries it needs to download.