getappmap / appmap-intellij-plugin

MIT License
38 stars 9 forks source link

Screenshots embedded in plugin description don't render #763

Closed jansorg closed 1 month ago

jansorg commented 3 months ago

The screenshots embedded in https://github.com/getappmap/appmap-intellij-plugin/blob/bdaae8fb1250a3cb9564ba0ca55c42fed22bfe9a/README.md are not rendering in the IDE's plugin manager.

https://appmap.io/assets/img/appmap-navie-intellij-screenshot.png is too large. It should be resized as the plugin manager is not doing that when the image is rendered.

The WebP image format is not supported, it should be converted to PNG or JPEG. https://appmap.io/assets/img/product/tools-appmap-vscode.webp https://appmap.io/assets/img/product/ask-navie-about-a-map.webp

There seems to be a recent change, that plugins must not embed images in the description. Please be prepared that this may be required soon. I couldn't find this in the guidelines, though.

How it's rendered: image image

petecheslock commented 1 month ago

Oh great catch. We likely did this as part of more generic website optimizations. I'll take care of this.

appland-release commented 1 month ago

:tada: This issue has been resolved in version 0.75.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: