From c7f7aa3eba31e005abfa73af4d3d6fd46a1d6a2d Mon Sep 17 00:00:00 2001 From: ajnart Date: Thu, 20 Jul 2023 09:07:27 +0900 Subject: [PATCH 1/3] Release v0.13.0 again From a545e0fb91d8bd0ddfc0463f86b4cb5e473447e8 Mon Sep 17 00:00:00 2001 From: Manuel <30572287+manuel-rw@users.noreply.github.com> Date: Mon, 7 Aug 2023 22:12:25 +0200 Subject: [PATCH 2/3] =?UTF-8?q?=E2=8F=AA=20Revert=20line=20clamp=20(#1245)?= =?UTF-8?q?=20(#1246)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Dashboard/Tiles/Apps/AppTile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Dashboard/Tiles/Apps/AppTile.tsx b/src/components/Dashboard/Tiles/Apps/AppTile.tsx index 2500372e3..076b297b9 100644 --- a/src/components/Dashboard/Tiles/Apps/AppTile.tsx +++ b/src/components/Dashboard/Tiles/Apps/AppTile.tsx @@ -59,7 +59,7 @@ export const AppTile = ({ className, app }: AppTileProps) => { ta="center" weight={700} className={cx(classes.appName, 'dashboard-tile-app-title')} - lineClamp={2} + lineClamp={1} > {app.name} From 01e5bf2119519b18e866dcfc979b678b80c09984 Mon Sep 17 00:00:00 2001 From: Meier Lukas Date: Sat, 12 Aug 2023 22:43:47 +0200 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=94=96=20Increase=20version=20to=200.?= =?UTF-8?q?13.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f085a5268..4d5538520 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homarr", - "version": "0.13.1", + "version": "0.13.2", "description": "Homarr - A homepage for your server.", "license": "MIT", "repository": { @@ -230,4 +230,4 @@ ] } } -} +} \ No newline at end of file