diff --git a/CHANGELOG.md b/CHANGELOG.md index 461a5ca..0aa9119 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## [Unreleased] +### Fixed + +- README's header logo/plus-icon and screenshot-gallery images used + repo-relative `src` paths (`assets/plus.svg`, `assets/screenshots/*.png`). + GitHub auto-resolves those against the repo's raw-content base, so they + rendered fine there — but the Tabularium registry serves the README's + HTML standalone, with no such resolution, so all 6 images 404'd on the + plugin's registry page once the README actually synced. Switched to + absolute `raw.githubusercontent.com` URLs, matching the pattern already + used for `postgresql-icon.svg` and the `.tabularium` `screenshots` array. + ### Changed - `.tabularium`'s `description` rewritten from the internal-facing diff --git a/README.md b/README.md index 81576d3..b5d94b5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
-
+
![]() PostgreSQL in the database picker |
-![]() Connection configuration |
+![]() PostgreSQL in the database picker |
+![]() Connection configuration |
![]() Multi-schema browsing |
-![]() Data grid with enum support |
+![]() Multi-schema browsing |
+![]() Data grid with enum support |