Release Notes

Appcore 1.1 (2025-07-13)

Enhancements

  • Documentation: Cover all modules in the public API. (Forgot to do this during initial release.)

Repairs

  • Distribution: Improve package detection to properly handle namespace packages and installed packages using __name__ attribute and sys.modules boundary detection instead of ineffective __module__ checking.

Appcore 1.0.2 (2025-07-10)

Repairs

  • Distribution: Do not skip packages in Python site packages directories when detecting the caller.

Appcore 1.0.1 (2025-07-10)

Repairs

  • Fix configuration system to gracefully handle missing templates by returning empty dictionary instead of crashing.

  • Fix distribution detection to auto-detect calling package instead of incorrectly using appcore package location for configuration files.

Appcore 1.0 (2025-07-09)

No significant changes.