v1.1
Appcore v1.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.