Skip to content

Releases: diodiogod/Civitai-Video-Metadata-Assistant

v0.6.13

Choose a tag to compare

@diodiogod diodiogod released this 29 Aug 12:39

Adds a dedicated video-and-metadata icon for browser toolbars and extension listings.\n\nValidation: 19 tests pass; Mozilla web-ext lint reports 0 errors, 0 warnings, and 0 notices.

v0.6.12

Choose a tag to compare

@diodiogod diodiogod released this 29 Aug 12:26

Clean Firefox validation release.\n\n- Rebuilds the assistant panel entirely with DOM APIs.\n- Removes dynamic HTML parsing and the remaining Mozilla validator warning.\n\nValidation: 19 tests pass; Mozilla web-ext lint reports 0 errors, 0 warnings, and 0 notices.

v0.6.11

Choose a tag to compare

@diodiogod diodiogod released this 29 Aug 12:20

Firefox Add-ons validation compatibility release.\n\n- Declares no data collection using Firefox's required built-in consent manifest key.\n- Raises the Firefox minimum version to 142, where the declaration is supported on desktop and Android.\n- Removes direct dynamic innerHTML assignments from the assistant panel.\n\nValidation: 19 tests pass; Mozilla web-ext lint reports 0 errors.

v0.6.10

Choose a tag to compare

@diodiogod diodiogod released this 29 Aug 03:43

Keep prompts and resources bound to the newly uploaded Civitai media row when a post contains multiple videos. Direct drops are now bound explicitly, and extension-assisted uploads wait for the media-row count to increase instead of trusting the first new video element.

v0.6.9

Choose a tag to compare

@diodiogod diodiogod released this 29 Aug 03:28

Fix already-attached resource detection against Civitai's live DOM. The extension now scans the complete Resources card rather than its header row and can close a stale duplicate picker after recognizing the attached model.

v0.6.8

Choose a tag to compare

@diodiogod diodiogod released this 29 Aug 03:23

Detect resources Civitai preattaches when a post starts from a model gallery. Matching exact version IDs, model IDs, or visible model names are marked complete so the extension does not search for or add duplicate/older versions.

v0.6.7

Choose a tag to compare

@diodiogod diodiogod released this 28 Aug 04:48

Retry Civitai resource searches by resolved and metadata model names when AutoV2 returns an explicit no-results state. The picker’s initial empty state is ignored until the entered query produces a DOM transition.

v0.6.6

Choose a tag to compare

@diodiogod diodiogod released this 28 Aug 04:44

Use Civitai's 10-character AutoV2 hashes for resource-picker searches. Full embedded SHA-256 hashes are now converted to AutoV2, and explicit API AutoV2 hashes are preferred.

v0.6.5

Choose a tag to compare

@diodiogod diodiogod released this 28 Aug 04:39
  • Search Civitai's resource picker by embedded model hash first.\n- Fall back to a Civitai-resolved SHA-256/AutoV2 hash, then to the model name only when no hash exists.\n- Show the active search method in the assistant panel.

v0.6.4

Choose a tag to compare

@diodiogod diodiogod released this 28 Aug 04:32
  • Commit and blur Civitai's controlled Seed input before programmatically saving the prompt form.\n- Wait for Civitai to process the committed value before reporting success.