diff --git a/changelog.md b/changelog.md index 77772ac..091ea78 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,9 @@ -## version 0.8.1 -> 0.8.9 +## version 0.8.1 -> 0.8.10 - Added new automatic Docker mapping feature (for people not using (sub)domains) - Added guardrails to prevent Let's Encrypt from failing to initialize when adding wrong domains - Add search bar on the marketplace - App store image size issue + - Display more tags in the market - Fixed wrong x-forwarded-proto header - Add installer option for hostname prefix/suffix - Fix minor issue with inconsistent password on market installer diff --git a/client/src/pages/market/listing.jsx b/client/src/pages/market/listing.jsx index f38b781..a8d3414 100644 --- a/client/src/pages/market/listing.jsx +++ b/client/src/pages/market/listing.jsx @@ -289,7 +289,11 @@ const MarketPage = () => { }} >{app.description} -
{app.tags.slice(0,3).join(", ")}
+
{app.tags.slice(0,3).join(", ")}
diff --git a/package.json b/package.json index 3743921..4d01c73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cosmos-server", - "version": "0.8.9", + "version": "0.8.10", "description": "", "main": "test-server.js", "bugs": {