Skip to content

Releases: geml-spec/geml

geml-viewer-1.2.2

Choose a tag to compare

@github-actions github-actions released this 14 Aug 10:32
Immutable release. Only release title and notes can be modified.

Release of the GEML viewer extension.

Install
Download geml-viewer-1.2.2.zip, unzip, then load the folder via chrome://extensionsLoad unpacked.

geml-viewer-1.2.1

Choose a tag to compare

@github-actions github-actions released this 07 Aug 09:29
Immutable release. Only release title and notes can be modified.

Release of the GEML viewer extension.

Install
Download geml-viewer-1.2.1.zip, unzip, then load the folder via chrome://extensionsLoad unpacked.

geml-viewer-1.2.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 11:49
Immutable release. Only release title and notes can be modified.

Release of the GEML viewer extension.

Install
Download geml-viewer-1.2.0.zip, unzip, then load the folder via chrome://extensionsLoad unpacked.

geml-viewer-1.1.0

Choose a tag to compare

@xiongjy2104 xiongjy2104 released this 27 Jul 01:44
Immutable release. Only release title and notes can be modified.

Minor release of the GEML viewer extension.

New in 1.1.0

  • The interactive code graph (the geml-code-graph embed) now draws cross-stack API links: a frontend function's HTTP call is connected to its backend handler, labelled with the endpoint (METHOD path), as a distinct link. The handler is pulled in as a boundary node — click through to open it in its own flow rather than expanding the whole backend subtree inline.

Rebuilt against the GEML parser 1.4.0. As before, the bundle contains no remotely-hosted code.

Install
Download geml-viewer-1.1.0.zip, unzip, then load the folder via chrome://extensionsLoad unpacked.

geml-viewer-1.0.3

Choose a tag to compare

@xiongjy2104 xiongjy2104 released this 23 Jul 11:11
Immutable release. Only release title and notes can be modified.

Patch release of the GEML viewer extension.

Fix since 1.0.2

  • The viewer now activates only on a genuine raw .geml document (served as text/plain, e.g. raw.githubusercontent.com, or a local file://). It no longer fires on HTML pages that merely have .geml in the URL — notably GitHub's github.com/.../blob/….geml file viewer, where it used to parse GitHub's page markup as GEML and show spurious errors.

To view a .geml on GitHub, open its raw URL (raw.githubusercontent.com/…/file.geml) or open the file locally.

Carries the 1.0.2 fixes too: no remotely-hosted code in the bundle, trimmed background worker.

Install
Download geml-viewer-1.0.3.zip, unzip, then load the folder via chrome://extensions → Load unpacked.

geml-viewer-1.0.0

Choose a tag to compare

@xiongjy2104 xiongjy2104 released this 21 Jul 05:46
Immutable release. Only release title and notes can be modified.

What's Changed

  • fix(cli): run under npm's extensionless bin symlink — resolve argv[1]… by @xiongjy2104 in #15

Full Changelog: viewer-v0.1.0...viewer-v1.0.0

geml-viewer-0.1.0

Choose a tag to compare

@xiongjy2104 xiongjy2104 released this 13 Jul 06:49
Immutable release. Only release title and notes can be modified.