-
Morphit v1.12.20
StableAll checks were successfulmorphit-ci / Supply-chain audit gate (fail on new high/critical) (push) Successful in 19smorphit-ci / TypeScript typecheck (sweep all workspaces) (push) Successful in 45smorphit-ci / apps/web svelte-check (svelte-kit sync + svelte-aware tsc) (push) Successful in 39smorphit-ci / Integration tests (real Postgres 16) (push) Successful in 40smorphit-ci / ansible-lint (playbook quality gate) (push) Successful in 15smorphit-ci / Smoke suite (run-smokes.sh, triple-pulse) (push) Successful in 26m26smorphit-release / Build + publish release tarball (push) Successful in 34m30sreleased this
2026-08-26 22:52:56 +00:00 | 1 commits to main since this releaseMorphit v1.12.20
Theme: two fixes for things that silently didn't work.
Fixed
Editing your instance title (or fee account) now actually takes effect on an Ansible install. On a default install,
/etc/morphit/indexer.envwas sourced aftermorphit.config.envand carried its own copies of the branding keys (MORPHIT_INSTANCE_NAME,_TAGLINE,_CONTACT_URL) and the fee recipient — so a change made withmorphit-ops editwas silently overridden by the install-time copy, and the instance kept self-reporting its old name to the federation directory. Those operator-editable keys now live only inmorphit.config.env(the single source of truth the edit command writes), and the fee recipient moved there too. A guard keeps them from ever creeping back intoindexer.env.Existing Ansible installs: re-converge the playbook to re-render
/etc/morphit/indexer.envwithout the stale branding, or remove those keys from it by hand and restart the indexer. Fresh installs and ops-cli installs are unaffected.Firefox no longer paints saved-login fields olive-yellow. The CSS that suppresses the browser autofill tint had
-webkit-and-moz-autofill selectors combined in one list; because a CSS selector list is all-or-nothing, each browser rejected the other's prefix and dropped the whole rule — so the override worked in neither. It's now split into one self-contained rule per engine, and the field keeps the app's dark surface in Chrome and Firefox alike.Notes
- No database migration in this release.
- Everything from v1.12.19 and earlier is included.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads