0.6.0
0.6.0 (2026-08-03)
馃 Hollama Next is now Llooma /藞lu藧.m蓹/
Same app, same llama, its own name. The fork has diverged far enough from Hollama that sharing its name was becoming confusing, for the upstream project as much as for this one.
What changes for you
- The repository is now
cedhuf/llooma. GitHub redirects the old URLs, and your existinggit remotekeeps working. - The container image moved to
ghcr.io/cedhuf/llooma. The old path is no longer published. A registry does not redirect the way a repository does, so an instance still pullingghcr.io/cedhuf/hollamawill simply stop seeing updates quietly, with no error.
Repoint it:
image: ghcr.io/cedhuf/llooma:latestWhat you don't have to do, your data migrates itself
- The SQLite database is renamed from
hollama.dbtollooma.dbon first start,-waland-shmincluded. Look forMigrated hollama.db to llooma.dbin the container logs; it runs once. - Browser storage keys are carried over on first load.
- Backup files exported before the rename restore exactly as they did before, and always will, an exported file has no way of knowing the app changed its name.
Back up your data directory before updating anyway. The migration is tested, but your database is not the one it was tested on.
Bug Fixes
- jump to the searched message on client-side navigation too (13e684e)
- keep the full-search button in reach whatever the list length (1d81511)