Skip to content

v1.1

Choose a tag to compare

@github-actions github-actions released this 13 Jul 17:19
· 75 commits to master since this release
v1.1
1c05ceb

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.