Commit Graph
68 Commits
Author SHA1 Message Date
real-zony 7919147e4f build: Upgrade dotnet version to 10.0 and update the dependent package version. 2026-01-09 00:09:13 +08:00
real-zony c89b79fda6 build: Upgraded package version. 2025-07-25 22:27:24 +08:00
real-zony e08d1c7f16 ci: Publish new version.(4.0.2)
.NET / release (push) Has been cancelled
.NET / build (push) Has been cancelled
2024-12-15 15:29:32 +08:00
real-zony 9a979942e3 test: Removed irrelevant tests. 2024-11-29 23:12:26 +08:00
real-zony 9ab9cd50e2 feat: Mostly completed bidirectional binding for settings page and configuration. 2024-07-03 23:38:33 +08:00
real-zony fea5e1124f fix: Fixed the issue where Kuwo Music could not download lyrics. 2023-12-22 13:52:28 +08:00
real-zony 243a0e2559 fix: Fixed the issue where NetEase Cloud Music could not download lyrics. 2023-12-12 21:56:49 +08:00
real-zony 8d946ebbd5 build: Upgraded the dependency framework to .NET 8.0. 2023-12-12 19:22:50 +08:00
real-zony 7f81a3edea refactor: Managed dependencies with unified package management. 2023-07-14 21:20:01 +08:00
real-zony 383e2c5939 chore: Fix compilation warning messages. 2023-05-24 22:57:55 +08:00
real-zony 62d08df735 fix: Added processing logic for special characters to prevent file write failures. 2023-05-24 20:29:02 +08:00
real-zony 1f312c749d build: Upgraded the version of NuGet packages that are dependent on, as usual. 2023-05-24 19:16:40 +08:00
real-zony 35468cfb71 test: Added three new test cases. 2023-04-29 23:30:38 +08:00
real-zony 788ff38be2 fix: Fixed some unhandled exceptions. 2023-04-17 01:13:06 +08:00
real-zony ab5f79bd50 fix: Fixed the issue where Netease Cloud Music did not throw the correct exception when a song could not be found. 2023-04-17 01:01:16 +08:00
real-zony f935f07609 feat: Modified the lyrics interface for Netease Cloud Music to support higher concurrency. 2023-04-17 00:47:23 +08:00
real-zony 493f48cefe fix: Fixed the index exception that may be caused by the KuGou music provider. 2023-04-16 23:52:57 +08:00
real-zony 949dac7ad1 ci: Updated NuGet package versions. 2023-03-27 23:14:21 +08:00
real-zony 572e555f2a fix: Fixed the path issue #128.
We should avoid using the Directory.GetCurrentDirectory() method, as it
can result in retrieving incorrect paths.
2023-03-19 11:34:32 +08:00
real-zony b916323986 feat: We have improved the search and download logic for NetEase Cloud Music playlists and added support for logging in. 2023-03-12 23:19:27 +08:00
real-zony fb1f743365 feat: Added support for reading song information from CSV files and NetEase Cloud Music playlists. 2023-03-12 15:20:55 +08:00
real-zony 18d9c2d32c feat: Now, it's possible to fetch playlists from NetEase Cloud Music and download lyrics. 2023-02-24 00:05:23 +08:00
real-zony 9a029225e1 chore: Working... 2023-02-17 23:05:32 +08:00
real-zony a7ecfbe44f feat: Added support for reading song list from Csv file. 2023-02-08 20:56:47 +08:00
real-zony f4b17097fd chore: Update NuGet package versions. 2023-01-29 21:29:32 +08:00
real-zony d7e11af3ba build: Upgraded the version of the NuGet package dependency. 2023-01-03 21:36:52 +08:00
real-zony fd86a98995 test: Fixed the errors in unit tests. 2022-12-13 22:39:20 +08:00
real-zony a46abba2f9 feat: Use MusicDecrypto as a decryption driver. 2022-12-11 21:28:25 +08:00
real-zony fdc5f27692 build: Updated the .NET runtime to version 7.0. 2022-12-11 20:35:37 +08:00
real-zony 5d1e90f638 refactor: Use Object to replace byte arrays when generating lyrics. 2022-10-28 10:13:14 +08:00
real-zony b7b1f36bf5 feat: Added KuWo(酷我) Music lyrics source (incomplete). 2022-10-26 17:05:44 +08:00
real-zony 6b72f919b8 refactor: Refactor the code of the Download command. 2022-10-23 22:48:06 +08:00
real-zony 64d26cbc4c refactor: Refactored lyrics download logic and file scanning logic. 2022-10-23 19:28:57 +08:00
real-zony 7d17fc0b97 refactor: Refactor lyrics download logic and abstract a new logger. 2022-10-23 13:38:51 +08:00
real-zony 3e27e18098 refactor: Renamed Lyric to Lyrics. 2022-10-23 12:42:46 +08:00
real-zony d19b1d8d2a feat: Add auto-detect update feature. 2022-10-18 14:40:03 +08:00
real-zony 0ed21ed997 build: Sync package version. 2022-10-06 13:04:12 +08:00
real-zony 740e8f4c63 refactor: Common components are moved to the Common library. 2022-10-06 13:02:20 +08:00
real-zony ecab0e0f5c refactor: Move some of the dependency injection code to the Common Library. 2022-10-06 12:45:01 +08:00
real-zony aa90e232f7 chore: Move the related configuration items to the Common library. 2022-10-06 12:29:56 +08:00
real-zony 9f96aa0186 refactor: Move the related configuration items to the Common library. 2022-10-06 12:27:21 +08:00
real-zony c583a9c278 build: Upgrade dependency nuget packages. 2022-09-22 16:11:53 +08:00
real-zony 8385f6f118 feat: Provide the 'isOnlyOutputTranslation option to output only translated lyrics. 2022-09-22 15:48:20 +08:00
real-zony be4380c744 fix: Fixed issue #106. 2022-09-22 15:30:28 +08:00
real-zony 87f6a98668 fix: Fixed the issue with #82.
Reason may be that the song name has brackets, causing the search to
failure.
2022-09-22 15:06:54 +08:00
real-zony 55f720c1a1 Fixed the null reference exception prompted when downloading pure music. 2022-07-24 23:48:46 +08:00
real-zony 363d104dbe refactor: Configuration class unified storage. 2022-03-20 19:27:26 +08:00
real-zony 9f70d5d379 fix: Resolve possible NullReferenceException issues.
Closes https://github.com/real-zony/ZonyLrcToolsX/issues/85
2022-03-20 11:04:17 +08:00
real-zony d250524208 feat: QQ Music Downloader support dual language lyrics. 2022-03-19 11:42:00 +08:00
real-zony 2c2c34f1a6 feat: NetEase Cloud Music Downloader support dual language lyrics. 2022-03-19 11:38:10 +08:00