[release] v0.8.10

This commit is contained in:
Yann Stepienik 2023-06-27 11:10:13 +01:00
parent 68f14b2efc
commit b9bd5d671a
3 changed files with 8 additions and 3 deletions

View file

@ -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

View file

@ -289,7 +289,11 @@ const MarketPage = () => {
}}
>{app.description}</div>
<Stack direction={'row'} spacing={1}>
<div style={{ fontStyle: "italic", opacity: 0.7 }}>{app.tags.slice(0,3).join(", ")}</div>
<div style={{ fontStyle: "italic", opacity: 0.7,
overflow: 'hidden',
height: '21px',
textOverflow: 'ellipsis',
whiteSpace: 'pre-wrap', }}>{app.tags.slice(0,3).join(", ")}</div>
</Stack>
</Stack>
</Stack>

View file

@ -1,6 +1,6 @@
{
"name": "cosmos-server",
"version": "0.8.9",
"version": "0.8.10",
"description": "",
"main": "test-server.js",
"bugs": {