Releases: bularzik/Omnipresence
Releases · bularzik/Omnipresence
Release list
v0.4.1
v0.4.0
chore(release): roll changelog for v0.4.0 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
v0.3.0
docs: document journal sync and cross-world link rewriting in README Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
v0.2.4
test(e2e): verify GM login batch-pushes hotbars after offline changes
v0.2.3
fix: re-read prefs in setTimeout(0) to handle renderUserConfig re-ren…
v0.2.2
fix: proxy user pref writes through GM socket to fix non-GM permissio…
v0.2.1
fix: shorten User Config labels, add hint text for Omnipresence toggles Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
v0.2.0
fix: show queued-for-sync message when non-GM enrolls an actor Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
v0.1.0
Merge feat/batch-login-conflict-resolution: batch login conflict reso…
v0.0.3
fix: bind actor context menu to v13 getActorContextOptions hook
Foundry v13 removed the v12-era getActorDirectoryEntryContext hook in the
ApplicationV2 sidebar migration, so registerContextMenu never ran and the
Add/Remove Omnipresence Sync items never appeared for any user. Switch to
the v13 get{DocumentName}ContextOptions paradigm (getActorContextOptions).
getDocumentId already handled v13's native HTMLElement/data-entry-id, so no
other change was needed. Verified live in Foundry v13 (menu absent before,
present after) and with a new hook-registration regression test.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>