Skip to content

release: v1.2.3

Choose a tag to compare

@williamjmorenor williamjmorenor released this 20 Jan 03:16
· 19 commits to main since this release

1.2.3 - 2026-01-19

Changed:

  • Add unread messages in admin dashboard.
  • Updated contact form.

IMPORTANT: This version includes a database schema change. After updating, run database migrations:

# Using lmsctl (recommended)
lmsctl database migrate

# Or enable automatic migrations on startup
NOW_LMS_AUTO_MIGRATE=1 lmsctl serve

# Or using Flask-Alembic directly
flask db upgrade