From e7c1ba350bb82bf5dce6d91c5ea6d53ad893a51a Mon Sep 17 00:00:00 2001 From: kingsznhone <35349300+kingsznhone@users.noreply.github.com> Date: Tue, 30 Jul 2024 14:36:18 +0800 Subject: [PATCH] change log --- ChangeLog.md | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 94 ++------------------------------------------------ 2 files changed, 99 insertions(+), 92 deletions(-) create mode 100644 ChangeLog.md diff --git a/ChangeLog.md b/ChangeLog.md new file mode 100644 index 0000000..1265d31 --- /dev/null +++ b/ChangeLog.md @@ -0,0 +1,97 @@ +# Change Log + +### v2.4.0 2024.7.30 + +Code Cleaning. bug fix. + +### v2.3.0 2024.04.17 + +Add Backdrop option on WPF version. + + + +Add WinUI 3 Publish. + + + +Async optimize on RC4 Stream + +Add linux Support + +```./ncmdump ...``` + +### v2.2.0 2024.03.24 + +Code Cleaning. + +### v2.1.0 2023.11.19 + +Fix some UI problem on Windows 10. + +Windows 10 might not be fully supported in future. + +### v2.0.0 2023.11.17 + +Move to .NET 8. + +[Runtime Download Link](https://dotnet.microsoft.com/zh-cn/download/dotnet/thank-you/runtime-desktop-8.0.0-windows-x64-installer ".NET 8.0 Desktop Runtime (v8.0.0) - Windows x64 Installer") + +Add Support for cloud music 3.0.0(beta) + +UI Remake. + +Dark mode available now. + + + + + +### v1.6.2 2023.08.05 + +Critical Bug Fix + +UI Improvment + +Async Optimized + +SIMD Optimized + +code cleaning + + + + +### v1.5 + +Upgrade to .Net 7 Runtime with so Fxxxxxx high performance. +[Runtime Download Link](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-7.0.4-windows-x64-installer ".NET 7.0 Desktop Runtime (v7.0.4) - Windows x64 Installer") + +Add check box: Delete .ncm file when done + + + +### v1.4 + +UI adjustment. + +Performance Improvement. + + + +### v1.3 + +Bug fix. + +Async optimization. + +### v1.2 + +Bug fix. + +Drag directory || Select folder on GUI support. + +### v1.1 + +Drag directory on executable support. + +Bug fix \ No newline at end of file diff --git a/README.md b/README.md index 60b12e8..f9008c5 100644 --- a/README.md +++ b/README.md @@ -10,105 +10,15 @@ Keep ID3 tags and cover image. +### [Change Log](./Changelog.MD) + ## System Requirement ```Windows 11 10.0.22000.0``` & ```.NET8 Desktop Runtime``` (Recommended) ```Windows 10 10.0.19041.0``` & ```.NET8 Desktop Runtime``` (Minimum) -## Changelog - -### v2.3.0 2024.04.17 - -Add Backdrop option on WPF version. - - - -Add WinUI 3 Publish. - - - -Async optimize on RC4 Stream - -Add linux Support - -```./ncmdump ...``` - -### v2.2.0 2024.03.24 - -Code Cleaning. - -### v2.1.0 2023.11.19 - -Fix some UI problem on Windows 10. - -Windows 10 might not be fully supported in future. - -### v2.0.0 2023.11.17 - -Move to .NET 8. - -[Runtime Download Link](https://dotnet.microsoft.com/zh-cn/download/dotnet/thank-you/runtime-desktop-8.0.0-windows-x64-installer ".NET 8.0 Desktop Runtime (v8.0.0) - Windows x64 Installer") - -Add Support for cloud music 3.0.0(beta) - -UI Remake. - -Dark mode available now. - - - - - -### v1.6.2 2023.08.05 - -Critical Bug Fix - -UI Improvment - -Async Optimized - -SIMD Optimized - -code cleaning - - - - -### v1.5 - -Upgrade to .Net 7 Runtime with so Fxxxxxx high performance. -[Runtime Download Link](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-7.0.4-windows-x64-installer ".NET 7.0 Desktop Runtime (v7.0.4) - Windows x64 Installer") - -Add check box: Delete .ncm file when done - - - -### v1.4 - -UI adjustment. - -Performance Improvement. - - - -### v1.3 - -Bug fix. - -Async optimization. - -### v1.2 - -Bug fix. - -Drag directory || Select folder on GUI support. - -### v1.1 - -Drag directory on executable support. -Bug fix ## Usage