From b9bd5d671a7d7500b3fa4a3a7f52b49e62f5b0e3 Mon Sep 17 00:00:00 2001 From: Yann Stepienik Date: Tue, 27 Jun 2023 11:10:13 +0100 Subject: [PATCH] [release] v0.8.10 --- changelog.md | 3 ++- client/src/pages/market/listing.jsx | 6 +++++- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) 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": {