diff --git a/README.md b/README.md index 8be8be95be..2837f65cb6 100644 --- a/README.md +++ b/README.md @@ -134,9 +134,15 @@ Thank you for helping keep NETworkManager thriving!
-NETworkManager tabs and drag & drop preview +NETworkManager tabs and drag & drop preview -Preview of tabs and drag & drop functionality. +Encrypted profile files, group & profile management. + +--- + +NETworkManager tabs and drag & drop preview + +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() {
- - 📷 Screenshots - + 📷 Screenshots

Overview of various features and tools in NETworkManager.

-
+
NETworkManager tabs and drag & drop preview
-

Preview of tabs and drag & drop functionality.

+

Encrypted profile files, group & profile management.


NETworkManager tabs and drag & drop preview
-

Preview of tabs and drag & drop functionality.

+

Tabs and drag & drop functionality.

+
+
+ NETworkManager light theme preview +
+

Customizable light/dark themes and accent colors.

diff --git a/Website/static/img/preview-profiles.gif b/Website/static/img/preview-profiles.gif new file mode 100644 index 0000000000..ffa4f6f369 Binary files /dev/null and b/Website/static/img/preview-profiles.gif differ diff --git a/Website/static/img/preview_tabs_drag_drop.gif b/Website/static/img/preview-tabs-drag-drop.gif similarity index 100% rename from Website/static/img/preview_tabs_drag_drop.gif rename to Website/static/img/preview-tabs-drag-drop.gif diff --git a/Website/static/img/undraw_connected_world_wuay.svg b/Website/static/img/undraw-connected-world-wuay.svg similarity index 100% rename from Website/static/img/undraw_connected_world_wuay.svg rename to Website/static/img/undraw-connected-world-wuay.svg diff --git a/Website/static/img/undraw_personal_settings_re_i6w4.svg b/Website/static/img/undraw-personal-settings-re-i6w4.svg similarity index 100% rename from Website/static/img/undraw_personal_settings_re_i6w4.svg rename to Website/static/img/undraw-personal-settings-re-i6w4.svg diff --git a/Website/static/img/undraw_secure_login_pdn4.svg b/Website/static/img/undraw-secure-login-pdn4.svg similarity index 100% rename from Website/static/img/undraw_secure_login_pdn4.svg rename to Website/static/img/undraw-secure-login-pdn4.svg diff --git a/Website/static/img/undraw_server_cluster_jwwq.svg b/Website/static/img/undraw-server-cluster-jwwq.svg similarity index 100% rename from Website/static/img/undraw_server_cluster_jwwq.svg rename to Website/static/img/undraw-server-cluster-jwwq.svg diff --git a/Website/static/img/undraw_server_down_s-4-lk.svg b/Website/static/img/undraw-server-down-s-4-lk.svg similarity index 100% rename from Website/static/img/undraw_server_down_s-4-lk.svg rename to Website/static/img/undraw-server-down-s-4-lk.svg diff --git a/Website/static/img/undraw_version_control_re_mg66.svg b/Website/static/img/undraw-version-control-re-mg66.svg similarity index 100% rename from Website/static/img/undraw_version_control_re_mg66.svg rename to Website/static/img/undraw-version-control-re-mg66.svg