Skip to content

1.2.2

Choose a tag to compare

@swve swve released this 21 May 21:40
· 96 commits to dev since this release

✨ Features

  • feat: EE improvements (dddf16bc)
  • feat(cli): add is_superadmin flag to organization user creation during setup (905b486e)
  • feat(cli): allow custom organization name and slug during setup, enhance port handling, and update healthcheck configurations (e07b271a)
  • feat(orgs): add features tab and deployment mode handling in organization detail and list components (65343de0)

🐛 Bug Fixes

  • fix(cli): reconfigure stdout/stderr to UTF-8 for better compatibility, update import statements, and refactor tests to use async functions (6fe70e95)
  • Merge pull request #778 from learnhouse/worktree-cli-migration-issue (0bf47a9f)
  • fix(api): update Alembic migration configuration to use runtime database URL from environment variable (d698756d)

♻️ Refactoring

  • refactor(cli): enhance log scanning, improve installation directory selection, and add SSR port forwarding in Docker setup (e3c6c05c)

👥 Contributors

@swve


📦 Getting Started

New installation:

npx learnhouse setup

Upgrade to this version:

# Back up your database first
npx learnhouse backup

# Update to this specific version
npx learnhouse update --version 1.2.2

Docker image:

docker pull ghcr.io/learnhouse/app:1.2.2

Warning

This release includes 1 database migration(s). Back up your database before upgrading.

  • n4o5p6q7r8s9_add_superadmin_apitoken.py

Full Changelog: 1.2.1...1.2.2