From c597f1252eeea9000ad674074523f1edfabf3f8e Mon Sep 17 00:00:00 2001 From: MacRimi Date: Tue, 11 Nov 2025 21:12:09 +0100 Subject: [PATCH] Update release-notes-modal.tsx --- AppImage/components/release-notes-modal.tsx | 22 ++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/AppImage/components/release-notes-modal.tsx b/AppImage/components/release-notes-modal.tsx index 1a63aa4..954fc25 100644 --- a/AppImage/components/release-notes-modal.tsx +++ b/AppImage/components/release-notes-modal.tsx @@ -3,7 +3,7 @@ import { useState, useEffect } from "react" import { Button } from "./ui/button" import { Dialog, DialogContent } from "./ui/dialog" -import { X, Sparkles, Link2, Shield, Gauge, HardDrive, Network } from "lucide-react" +import { X, Sparkles, Link2, Shield, Zap, HardDrive, Gauge, Wrench, Settings } from "lucide-react" import { Checkbox } from "./ui/checkbox" const APP_VERSION = "1.0.1" // Sync with AppImage/package.json @@ -68,19 +68,27 @@ const CURRENT_VERSION_FEATURES = [ }, { icon: , - text: "Authentication System - Secure your dashboard with password protection", + text: "Two-Factor Authentication (2FA) - Enhanced security with TOTP support for login protection", }, { - icon: , - text: "PCIe Link Speed Detection - View NVMe drive connection speeds and detect performance issues", + icon: , + text: "Performance Improvements - Optimized loading times and reduced CPU usage by 85%", }, { icon: , - text: "Enhanced Storage Display - Better formatting for disk sizes (auto-converts GB to TB when needed)", + text: "Storage Enhancements - Improved disk space consumption display with local and remote storage separation", }, { - icon: , - text: "SATA/SAS Information - View detailed interface information for all storage devices", + icon: , + text: "PCIe Link Speed Detection - View NVMe drive connection speeds and identify performance bottlenecks", + }, + { + icon: , + text: "Hardware Page Improvements - Enhanced hardware information display with detailed PCIe and interface data", + }, + { + icon: , + text: "New Settings Page - Centralized configuration for authentication, optimizations, and system preferences", }, ]