diff --git a/server/lib/consts.ts b/server/lib/consts.ts index b014f849..d93cf224 100644 --- a/server/lib/consts.ts +++ b/server/lib/consts.ts @@ -2,7 +2,7 @@ import path from "path"; import { fileURLToPath } from "url"; // This is a placeholder value replaced by the build process -export const APP_VERSION = "1.12.3"; +export const APP_VERSION = "1.13.0"; export const __FILENAME = fileURLToPath(import.meta.url); export const __DIRNAME = path.dirname(__FILENAME); diff --git a/src/components/LayoutSidebar.tsx b/src/components/LayoutSidebar.tsx index 33778995..8006b6e8 100644 --- a/src/components/LayoutSidebar.tsx +++ b/src/components/LayoutSidebar.tsx @@ -154,7 +154,7 @@ export function LayoutSidebar({ -
+
{canShowProductUpdates && (
diff --git a/src/components/ProductUpdates.tsx b/src/components/ProductUpdates.tsx index ac2c22d8..73aaaf25 100644 --- a/src/components/ProductUpdates.tsx +++ b/src/components/ProductUpdates.tsx @@ -180,33 +180,33 @@ function ProductUpdatesListPopup({
-
- -
-
-
+
+
+ +
+

{t("productUpdateWhatsNew")}

-
+
- - {updates[0]?.contents} -
+ + {updates[0]?.contents} +
@@ -332,20 +332,31 @@ function NewVersionAvailable({
{version && ( <> -
- -
-
-

+

+
+ +
+

{t("pangolinUpdateAvailable")}

+ +
+
{t("pangolinUpdateAvailableInfo", { version: version.pangolin.latestVersion @@ -362,15 +373,6 @@ function NewVersionAvailable({
- )}