From 6d5e2d493484449d08b1ad01e0bdfa87aec81416 Mon Sep 17 00:00:00 2001 From: angel Date: Wed, 2 Jul 2025 01:37:55 +0000 Subject: [PATCH] feat: update WhatsNewPopup to reflect new app version and changelog details --- app/components/WhatsNewPopup.tsx | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/app/components/WhatsNewPopup.tsx b/app/components/WhatsNewPopup.tsx index 60f4593..e5d894b 100644 --- a/app/components/WhatsNewPopup.tsx +++ b/app/components/WhatsNewPopup.tsx @@ -8,14 +8,18 @@ import { ScrollArea } from '@/components/ui/scroll-area'; import { X } from 'lucide-react'; // Current app version from package.json -const APP_VERSION = '1.0.0'; +const APP_VERSION = '2025.07.01'; // Changelog data - add new versions at the top + +// title can be like this +// "month New Month Update" +// "month Mid-Month Update" +// "month Final Update" const CHANGELOG = [ { - version: '1.0.0', - date: '2025-07-01', - title: 'Initial Release', + version: '2025.07.01', + title: 'July New Month Update', changes: [ 'Integrated standalone Last.fm scrobbling support', 'Added collapsible sidebar with icon-only mode', @@ -76,9 +80,9 @@ export function WhatsNewPopup() { What's New in mice {currentVersionChangelog.version} -

+ {/*

Released on {currentVersionChangelog.date} -

+

*/}