πŸ“† 2026-03-08 23:33

10.0 Update Notes

10.0.1

This version mainly optimizes the internal implementation of the tool. There are no functional changes.

Changes

The tool no longer uses EFCore/Sqlite internally and now uses Perigon.minidb instead. The results are as follows:

  • Package size is reduced from 17 MB to 10 MB
  • Entity parsing no longer depends on EFCore DbContext; it continues to use Roslyn, which improves generation speed

Also fixed incorrect documentation links.

Impact

Because Sqlite is no longer used, you need to add your projects again after opening the tool. Data previously stored in Sqlite cannot continue to be used.

10.1.0

Added the pack and install commands to package and install modules, providing a basic foundation for cross-project module reuse.

Tip

The latest templates no longer include default module code such as SystemMod. If you need these modules, you can get the module files from package_modules in the template repository, and then install them through the command line.