Overview of various features and tools in NETworkManager.
-+
Preview of tabs and drag & drop functionality.
+Encrypted profile files, group & profile management.
Preview of tabs and drag & drop functionality.
+Tabs and drag & drop functionality.
++
+ Customizable light/dark themes and accent colors.
+
-Preview of tabs and drag & drop functionality.
+Encrypted profile files, group & profile management.
+
+---
+
+
+
+Tabs and drag & drop functionality.
---
diff --git a/Source/GlobalAssemblyInfo.cs b/Source/GlobalAssemblyInfo.cs
index f756fd756f..f6dba09830 100644
--- a/Source/GlobalAssemblyInfo.cs
+++ b/Source/GlobalAssemblyInfo.cs
@@ -6,5 +6,5 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
-[assembly: AssemblyVersion("2025.12.10.0")]
-[assembly: AssemblyFileVersion("2025.12.10.0")]
+[assembly: AssemblyVersion("2025.12.20.0")]
+[assembly: AssemblyFileVersion("2025.12.20.0")]
diff --git a/Website/src/components/HomepageFeatures/index.js b/Website/src/components/HomepageFeatures/index.js
index 566048451e..b9731aef6a 100644
--- a/Website/src/components/HomepageFeatures/index.js
+++ b/Website/src/components/HomepageFeatures/index.js
@@ -5,7 +5,7 @@ import styles from "./styles.module.css";
const FeatureList = [
{
title: "In-Depth Network Analysis",
- Svg: require("@site/static/img/undraw_connected_world_wuay.svg").default,
+ Svg: require("@site/static/img/undraw-connected-world-wuay.svg").default,
description: (
<>
Analyze your network and perform in-depth diagnostics using built-in
@@ -17,7 +17,7 @@ const FeatureList = [
},
{
title: "Remote Access & Server Management",
- Svg: require("@site/static/img/undraw_server_cluster_jwwq.svg").default,
+ Svg: require("@site/static/img/undraw-server-cluster-jwwq.svg").default,
description: (
<>
Connect, monitor and troubleshoot your network and server
@@ -29,7 +29,7 @@ const FeatureList = [
},
{
title: "Profile Management",
- Svg: require("@site/static/img/undraw_personal_settings_re_i6w4.svg")
+ Svg: require("@site/static/img/undraw-personal-settings-re-i6w4.svg")
.default,
description: (
<>
@@ -42,7 +42,7 @@ const FeatureList = [
},
{
title: "Effortless Troubleshooting",
- Svg: require("@site/static/img/undraw_server_down_s-4-lk.svg").default,
+ Svg: require("@site/static/img/undraw-server-down-s-4-lk.svg").default,
description: (
<>
Diagnose and resolve issues effectively with a comprehensive suite of
@@ -54,7 +54,7 @@ const FeatureList = [
},
{
title: "Open Source",
- Svg: require("@site/static/img/undraw_version_control_re_mg66.svg").default,
+ Svg: require("@site/static/img/undraw-version-control-re-mg66.svg").default,
description: (
<>
NETworkManager is fully open source on GitHub — no ads, no subscriptions,
diff --git a/Website/src/pages/index.js b/Website/src/pages/index.js
index 2c07a0b6de..60778377f6 100644
--- a/Website/src/pages/index.js
+++ b/Website/src/pages/index.js
@@ -225,9 +225,7 @@ export default function Home() {