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 @@
Tabularis logo - plus - PostgreSQL logo + plus + PostgreSQL logo
# tabularis-postgresql-plugin @@ -79,12 +79,12 @@ both drivers against the same live database and compares every response. - - + + - - + +
PostgreSQL listed in the Choose a database picker
PostgreSQL in the database picker
PostgreSQL connection form
Connection configuration
PostgreSQL listed in the Choose a database picker
PostgreSQL in the database picker
PostgreSQL connection form
Connection configuration
Schema browser showing tables, views, and materialized views
Multi-schema browsing
Data grid with a PostgreSQL enum column value
Data grid with enum support
Schema browser showing tables, views, and materialized views
Multi-schema browsing
Data grid with a PostgreSQL enum column value
Data grid with enum support