Skip to content

Releases: bularzik/Omnipresence

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 16 Jul 12:14
chore(release): roll changelog for v0.4.1

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 02:44
chore(release): roll changelog for v0.4.0

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 21:47
docs: document journal sync and cross-world link rewriting in README

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 30 Jun 17:03
test(e2e): verify GM login batch-pushes hotbars after offline changes

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 30 Jun 05:35
fix: re-read prefs in setTimeout(0) to handle renderUserConfig re-ren…

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 30 Jun 02:19
fix: proxy user pref writes through GM socket to fix non-GM permissio…

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 29 Jun 22:08
fix: shorten User Config labels, add hint text for Omnipresence toggles

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 20:34
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

Choose a tag to compare

@github-actions github-actions released this 15 Jun 12:25
Merge feat/batch-login-conflict-resolution: batch login conflict reso…

v0.0.3

Choose a tag to compare

@github-actions github-actions released this 15 Jun 03:09
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>