Skip to content

Tribu 1.3.0

Choose a tag to compare

@itsDNNS itsDNNS released this 15 Apr 19:34
· 307 commits to main since this release

Changes

  • codebase cleanup: deduplicated shared helpers (audit log, admin checks, settings), resolved circular dependency in core modules, converted lazy imports to top-level, modernized to FastAPI lifespan and SQLAlchemy 2.0 DeclarativeBase
  • removed legacy pbkdf2 password compatibility layer (all accounts migrated to bcrypt)
  • removed dead code: unused TokenResponse schema, Safari 14 matchMedia fallback, redundant comments
  • consolidated error toast handling in rewards hook with proper i18n fallback

Fixes

  • fix rewards page crash when opening as adult user (#144)