Historial de versiones de loupe-iiif - 11 versiones
loupe-iiif por Matthew Yang
¡Ten cuidad con las versiones antiguas! Se suelen mostrar para pruebas y a modo de referencia.Deberías usar siempre la última versión disponible de un complemento.
Última versión
Versión 1.3.1
Lanzada el 27 de ago. de 2026 - 389,89 KBCompatible con firefox 115.0 y superiores- A schema failure reported twice by the underlying validator now collapses
into a single finding. Shared definitions reached from two branches of the
schema (a manifestlabelthat isn't a language map, for instance) made
Ajv emit the identical error twice, and two identical rows read as two
separate problems.
## Added- The help popup lists the four validation levels, so the
[L1]–[L4]tag
on each finding has a key: parseable JSON, IIIF structure, URL resolution,
best-practice recommendations.
## Internal- Finding-location logic moved out of
App.svelteinto its own module, so
the editor markers and click-to-jump can't disagree about where a finding is. - The IIIF schemas are grouped under
schemas/. npm run devworks again: the precompiled validators are emitted as ES
modules rather than CommonJS, which Vite's dev server could not load.
Se publicó el código fuente bajo la licencia ISC License
- A schema failure reported twice by the underlying validator now collapses
Versiones antiguas
Versión 1.3.0
Lanzada el 13 de ago. de 2026 - 394,02 KBCompatible con firefox 115.0 y superiores-The extension's version now shows in the bottom-right corner of the editor.
-The extension notifies the user when a newer version is available. Previously an update would apply the moment it arrived, closing the workbench tab and discarding whatever was in the editor. Now the user gets a notice and choose the moment: reload & update applies it immediately.
-After updating, the workbench tab reopens by itself on the new version.Se publicó el código fuente bajo la licencia ISC License
Versión 1.2.0
Lanzada el 12 de ago. de 2026 - 393,27 KBCompatible con firefox 115.0 y superioresLayer 3 link checking, rebuilt- Every referenced URL is now checked. Earlier versions stopped after the first 25, so a "passed" result could hide hundreds of unchecked links.
- A progress bar shows how far along a check is, with a running count.
- The summary reports unique URLs and how many references they came from, so repeated images are not counted twice.
- URLs behind bot protection (Cloudflare, Turnstile) and URLs that time out are now reported as "could not be checked" warnings rather than dead links. A slow image server no longer looks like a broken manifest.
- Warnings are underlined in the editor and clickable, jumping straight to the line, the same as errors.
Other changes
- The help popup now mentions loading a manifest from a local JSON file.
- New look: blue header and a softer page background.
- Long URLs wrap correctly inside report entries.Se publicó el código fuente bajo la licencia ISC License
Versión 1.1.4
Lanzada el 6 de ago. de 2026 - 414 KBCompatible con firefox 115.0 y superioresHighlight and jump-to Layer 1 JSON syntax errors — Layer-1 JSON syntax errors (e.g. an unquoted value like "type": Manifest) now get underlined in the editor, get a gutter dot, and are clickable in the report panel to jump to the exact spot — same as Layer 2+ findings already did. Previously they only showed a message with no location.Se publicó el código fuente bajo la licencia ISC License
Versión 1.1.3
Lanzada el 5 de ago. de 2026 - 413,96 KBCompatible con firefox 115.0 y superioresImproves the error message for invalid rights URIs — correctly handles RightsStatements.org's /page browsing links and stray query strings, not just a plain http/https mismatch. Also improves error messages for other fields with similar pattern-based validation (viewingDirection, behavior).Se publicó el código fuente bajo la licencia ISC License
Versión 1.1.2
Lanzada el 5 de ago. de 2026 - 413,87 KBCompatible con firefox 115.0 y superioresFixes the file picker showing 'No file chosen' after successfully loading a manifest. Improves the error message for rights URIs that use https instead of the required http scheme for Creative Commons and RightsStatements.org.Se publicó el código fuente bajo la licencia ISC License
Versión 1.1.1
Lanzada el 4 de ago. de 2026 - 413,59 KBCompatible con firefox 115.0 y superioresFixes the file picker showing 'No file chosen' after successfully loading a manifest.Se publicó el código fuente bajo la licencia ISC License
Versión 1.1.0
Lanzada el 4 de ago. de 2026 - 413,6 KBCompatible con firefox 115.0 y superioresAdds support for validating IIIF Presentation 4 manifests (currently a draft specification upstream). Presentation 3 validation now checks against the official IIIF schema, adding deeper structural checks (including annotations and annotation content) that the previous version didn't cover. No changes to Presentation 2.1 validation.Se publicó el código fuente bajo la licencia ISC License
Versión 1.0.2
Lanzada el 15 de jul. de 2026 - 375,89 KBCompatible con firefox 115.0 y superioresAdds support for IIIF Presentation API 2.1 manifests (previously only validated 3.0) — the version is auto-detected from a manifest's @context, so no configuration is needed. Fixes a bug where Presentation 2.1 manifests' image links weren't being checked in the link-resolution layer. Completes the rename to loupe-iiif throughout the extension.Se publicó el código fuente bajo la licencia ISC License
Versión 1.0.1
Lanzada el 14 de jul. de 2026 - 373,63 KBCompatible con firefox 115.0 y superioresRenamed the extension to loupe-iiif. No functional changes.Se publicó el código fuente bajo la licencia ISC License
Versión 1.0.0
Lanzada el 11 de jul. de 2026 - 373,64 KBCompatible con firefox 115.0 y superioresSe publicó el código fuente bajo la licencia ISC License