| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.1.4 source code.tar.gz | 2026-04-18 | 8.4 MB | |
| 1.1.4 source code.zip | 2026-04-18 | 9.3 MB | |
| README.md | 2026-04-18 | 3.5 kB | |
| Totals: 3 Items | 17.7 MB | 0 | |
✨ Features
- feat(codecov): add patch coverage configuration and update flags (
ab176ead) - feat: upgrade nextjs (
c8f8464d) - feat(email): enhance org signup URL generation to support custom domains and update invite email logic (
12b44d1a) - feat(users): add minimal public user profile endpoint and deduplication for chapteractivity (
85546fc7) - feat(dashboard): enhance BoardCanvas with touch support and responsive design (
552e6d65) - feat(collab): implement trusted proxy handling for rate limiting and enhance BoardCanvas text input management (
66fe7a1c) - feat(tests): add additional comprehensive tests (
032a9424) - feat: add assignments analytics (
0fa4cc8c) - feat(search): enhance search functionality with new resource types and pagination support (
13b39e64) - feat(moderation): enhance community moderation settings and posting limits (
cde65d34) - feat(courses): lock chapters & activities by auth or user groups (
574182f3) - feat(assignments): add option to reveal correct answers post-grading + fix bugs (
33b923ba) - feat: perf optimizations (
7d89a552) - feat(payments): implement idempotency for Stripe events to prevent duplicate processing; add Redis caching for event tracking (
e66f7aac)
🐛 Bug Fixes
- Merge pull request [#731] from learnhouse/renovate/all-minor-patch (
90a38f3e) - fix(deps): update all non-major dependencies (
8513ecc6) - fix(store): improve offer retrieval logic to ensure valid data structure (
b4c0681a) - Merge pull request [#728] from learnhouse/renovate/all-minor-patch (
582a9b8e) - Merge pull request [#729] from learnhouse/renovate/workos-6.x (
d806cbb5) - fix(deps): update dependency workos to v6 (
57af3d80) - fix(deps): update all non-major dependencies (
eb7b2af1) - fix: improve tests and complete missing ones (
bd21bef2) - fix(orgs): improve cache invalidation and remove reliance on Next.js revalidation for organization context (
d4c0c55d) - fix(rbac): update resource access logic for unauthenticated users and improve HTML extraction in AI responses (
15b984a6) - fix(ui): restore modal polish and unhide-proof admin gates (
5554d864) - fix(dashboard): reliable learnings editor, richer assignment tasks, auto-advance on complete (
938e0a9f) - fix: analytics course page view (
e04e3421) - fix(ci): resolve lint, build, and test failures (
d489eab9) - fix(misc): editor overhaul, save reliability, API hardening, perf improvements (
447014ea) - fix(perf): misc improvements (
063fb216)
♻️ Refactoring
- refactor(boards): update check_board_membership to include request parameter and enhance error handling (
33f43830) - refactor(api): improve error handling and validation in assignment and chapter services; update course retrieval logic (
4b90b75d) - refactor(auth): implement error handling for organization context retrieval in authentication pages (
7f5ac8e6)
👥 Contributors
@{"message":"No commit found for SHA: ","documentation_url":"https://docs.github.com/rest/commits/commits#get-a-commit","status":"422"}, @JiwaniZakir, @swve
📦 Getting Started
New installation:
:::bash
npx learnhouse setup
Upgrade to this version:
:::bash
# Back up your database first
npx learnhouse backup
# Update to this specific version
npx learnhouse update --version 1.1.4
Docker image:
:::bash
docker pull ghcr.io/learnhouse/app:1.1.4
Full Changelog: https://github.com/learnhouse/learnhouse/compare/1.1.3...1.1.4