Commit Graph

  • bfd89e9d82 feat: Added Powershell script for building project. real-zony 2023-02-22 21:37:45 +08:00
  • 9a029225e1 chore: Working... real-zony 2023-02-17 23:05:32 +08:00
  • a7ecfbe44f feat: Added support for reading song list from Csv file. real-zony 2023-02-08 20:56:47 +08:00
  • f1a6eefe45 fix: Fixed the issue where classes that don't implement an interface couldn't be injected. real-zony 2023-02-08 20:56:04 +08:00
  • 86e341290e feat: Added support to output the list of failed songs to a file. real-zony 2023-02-07 22:06:44 +08:00
  • 0aa8ca5aef docs: Improve the help content. real-zony 2023-02-02 22:47:30 +08:00
  • 2eef72e165 fix: Avoid null reference exception. real-zony 2023-01-29 22:55:20 +08:00
  • f4b17097fd chore: Update NuGet package versions. real-zony 2023-01-29 21:29:32 +08:00
  • e68d6b9cf9
    Merge pull request #122 from real-zony/dependabot/npm_and_yarn/src/ui/loader-utils-1.4.2 Zony 2023-01-17 09:16:34 +08:00
  • 84231d9613
    build(deps): bump loader-utils from 1.4.0 to 1.4.2 in /src/ui dependabot[bot] 2023-01-17 01:16:19 +00:00
  • 8398d80a8e
    Merge pull request #124 from real-zony/dependabot/npm_and_yarn/src/ui/json5-1.0.2 Zony 2023-01-17 09:15:29 +08:00
  • 991db8ab48 fix: Fixed issue where solution was referencing non-existent projects. real-zony 2023-01-16 23:34:51 +08:00
  • 3e957fdb25 build: Removed the direct reference to MusicDecrypto. real-zony 2023-01-08 22:47:09 +08:00
  • fc09839775
    build(deps): bump json5 from 1.0.1 to 1.0.2 in /src/ui dependabot[bot] 2023-01-04 03:36:16 +00:00
  • 8d5a45c9ef fix: fixed some issues. ZonyLrcToolsX_Alpha.2023010456 real-zony 2023-01-04 11:35:44 +08:00
  • 6b538f3e0a build: Updated the code for MusicDecrypto. real-zony 2023-01-03 21:39:03 +08:00
  • d7e11af3ba build: Upgraded the version of the NuGet package dependency. real-zony 2023-01-03 21:36:52 +08:00
  • f25ba90b9a fix: Do not trim the generated files. real-zony 2022-12-13 23:05:27 +08:00
  • bc5afad599 ci: Fixed the path problem ZonyLrcToolsX_Alpha.2022121355 real-zony 2022-12-13 22:54:19 +08:00
  • 34e8cf74f3 ci: Trigger a build action. real-zony 2022-12-13 22:49:28 +08:00
  • 18338d5989 ci: Should checkout the submodule. real-zony 2022-12-13 22:46:55 +08:00
  • 691cfa159f ci: Release 4.0.0.50 version. real-zony 2022-12-13 22:44:16 +08:00
  • 7dce16fe1f ci: Using .NET 7.0 as the compilation backend. real-zony 2022-12-13 22:41:00 +08:00
  • fd86a98995 test: Fixed the errors in unit tests. real-zony 2022-12-13 22:39:20 +08:00
  • 2f2e67f3e6 fix: Fixed the issue of incorrect file extension preventing file search. real-zony 2022-12-13 22:33:34 +08:00
  • a46abba2f9 feat: Use MusicDecrypto as a decryption driver. real-zony 2022-12-11 21:28:25 +08:00
  • fdc5f27692 build: Updated the .NET runtime to version 7.0. real-zony 2022-12-11 20:35:37 +08:00
  • 430c66786a build: Updated the code for MusicDecrypto. real-zony 2022-12-11 20:28:32 +08:00
  • 75fd004c56 chore: Add MusicDecrypto as song decryption library. real-zony 2022-11-02 11:06:41 +08:00
  • ca40728387 Merge remote-tracking branch 'origin/dev' into dev real-zony 2022-10-28 15:15:49 +08:00
  • acb9142e5f feat: Completed KuWo lyric source. real-zony 2022-10-28 15:09:20 +08:00
  • 2c1b5ce533 feat(Completed KuWo lyric source.): real-zony 2022-10-28 15:09:20 +08:00
  • 5d1e90f638 refactor: Use Object to replace byte arrays when generating lyrics. real-zony 2022-10-28 10:13:14 +08:00
  • b7b1f36bf5 feat: Added KuWo(酷我) Music lyrics source (incomplete). real-zony 2022-10-26 17:05:44 +08:00
  • 6b72f919b8 refactor: Refactor the code of the Download command. real-zony 2022-10-23 22:48:06 +08:00
  • 64d26cbc4c refactor: Refactored lyrics download logic and file scanning logic. real-zony 2022-10-23 19:28:57 +08:00
  • f9570508c2 ci: Update github actions yaml file. real-zony 2022-10-23 13:53:31 +08:00
  • 6d37d81015 chore: Added a release.bak.md file to prevent triggering Github Actions. real-zony 2022-10-23 13:52:02 +08:00
  • 7778b7be09 chore: Some code tweaks. real-zony 2022-10-23 13:51:24 +08:00
  • 7adda14713 feat: Added axios library. real-zony 2022-10-23 13:50:52 +08:00
  • 7d17fc0b97 refactor: Refactor lyrics download logic and abstract a new logger. real-zony 2022-10-23 13:38:51 +08:00
  • 3e27e18098 refactor: Renamed Lyric to Lyrics. real-zony 2022-10-23 12:42:46 +08:00
  • 895f68184d feat: Created a RESTFul API endpoint for MusicInfo. real-zony 2022-10-23 12:39:56 +08:00
  • d19b1d8d2a feat: Add auto-detect update feature. real-zony 2022-10-18 14:40:03 +08:00
  • a11ef70021 feat: Completed early communication testing. real-zony 2022-10-06 21:35:55 +08:00
  • 6554be6b6d build: Update package version. real-zony 2022-10-06 17:29:29 +08:00
  • 0ed21ed997 build: Sync package version. real-zony 2022-10-06 13:04:12 +08:00
  • 740e8f4c63 refactor: Common components are moved to the Common library. real-zony 2022-10-06 13:02:20 +08:00
  • ecab0e0f5c refactor: Move some of the dependency injection code to the Common Library. real-zony 2022-10-06 12:45:01 +08:00
  • aa90e232f7 chore: Move the related configuration items to the Common library. real-zony 2022-10-06 12:29:56 +08:00
  • 9f96aa0186 refactor: Move the related configuration items to the Common library. real-zony 2022-10-06 12:27:21 +08:00
  • bccfaaaa5b feat: Integrated SPA resources with ASP.NET Core. real-zony 2022-10-05 21:10:15 +08:00
  • f57afd4238 feat: Establish Websocket communication. real-zony 2022-10-05 20:25:55 +08:00
  • 775e6140ee feat: Adjust UI component linkage. real-zony 2022-10-05 20:02:15 +08:00
  • 2ccf4f9da6 feat: Completed the basic UI layout. real-zony 2022-10-05 17:50:23 +08:00
  • dbc1e44d2a Added WebSocket listener service. real-zony 2022-10-05 10:36:42 +08:00
  • cde1d32d33 feat: Add new frontend code. real-zony 2022-10-01 14:01:46 +08:00
  • 62777e44bd fix: Remove frontend code. real-zony 2022-10-01 11:51:07 +08:00
  • 6c25483f1e ci: Release new version。 ZonyLrcToolsX_Alpha.2022092449 real-zony 2022-09-24 19:20:19 +08:00
  • b64f83d56b fix: Removed NAudio related code. real-zony 2022-09-24 19:19:14 +08:00
  • 6ad154a62b feat: Add update check logic. real-zony 2022-09-24 19:13:57 +08:00
  • 32adab68b6 docs: Update README.md file. real-zony 2022-09-23 10:44:05 +08:00
  • ba91108ca4 fix: Fixed jobs variable share problem. ZonyLrcToolsX_Alpha.2022092248 real-zony 2022-09-22 19:45:34 +08:00
  • f597e24ff7 ci: Fixed path issue. real-zony 2022-09-22 19:17:21 +08:00
  • d453d520d4 ci: debug workflow. real-zony 2022-09-22 18:50:27 +08:00
  • 9f254aae8e ci: debug workflow. real-zony 2022-09-22 18:50:11 +08:00
  • c9fa0de95f ci: Build new version. real-zony 2022-09-22 18:44:42 +08:00
  • 6d7ee04b74 feat: Support song depth search. real-zony 2022-09-22 18:43:42 +08:00
  • f519eb1251 feat(Test NetEaseMusic's Romance lyrics.): real-zony 2022-09-22 18:08:26 +08:00
  • 85f325b300 fix: Fixed null reference exception. real-zony 2022-09-22 17:53:19 +08:00
  • 140043db79 feat: Enhanced song matching logic (NetEaseMusic). real-zony 2022-09-22 17:49:54 +08:00
  • c583a9c278 build: Upgrade dependency nuget packages. real-zony 2022-09-22 16:11:53 +08:00
  • 8385f6f118 feat: Provide the 'isOnlyOutputTranslation option to output only translated lyrics. real-zony 2022-09-22 15:48:20 +08:00
  • be4380c744 fix: Fixed issue #106. real-zony 2022-09-22 15:30:28 +08:00
  • 87f6a98668 fix: Fixed the issue with #82. real-zony 2022-09-22 15:06:54 +08:00
  • 83fcc91fb8 ci: Fixed github workflow file errors. real-zony 2022-09-22 14:51:17 +08:00
  • b4c229ccca ci: test release. real-zony 2022-09-22 14:45:36 +08:00
  • 71302c7262 Merge branch 'dev' of https://github.com/real-zony/ZonyLrcToolsX into dev real-zony 2022-09-22 14:43:13 +08:00
  • 1bec50e409 ci: update workflow. real-zony 2022-09-22 14:42:48 +08:00
  • f7cae8062c
    Update release.md Zony 2022-09-22 14:28:37 +08:00
  • c73f0d8eea ci: debug workflow. real-zony 2022-09-22 14:28:15 +08:00
  • fe7c9115d5 ci: debug workflow. real-zony 2022-09-22 14:24:45 +08:00
  • e13fb47aeb ci: debug workflow. real-zony 2022-09-22 13:30:34 +08:00
  • 32891d4208 ci: debug workflow. real-zony 2022-09-22 13:27:08 +08:00
  • 770d246787 ci: debug workflow. real-zony 2022-09-22 13:22:59 +08:00
  • 589151a77d ci: debug workflow. real-zony 2022-09-22 13:21:07 +08:00
  • 65af048f72 ci: debug workflow. real-zony 2022-09-22 13:12:49 +08:00
  • 99fd3b5021 ci: debug workflow. real-zony 2022-09-22 13:09:41 +08:00
  • e4420e749a ci: debug workflow. real-zony 2022-09-22 13:02:33 +08:00
  • 5f22dafb1e ci: debug workflow. real-zony 2022-09-22 13:01:03 +08:00
  • c2d8ee4341 ci: debug workflow. real-zony 2022-09-22 12:57:14 +08:00
  • 6a4435eb0d ci: debug workflow. real-zony 2022-09-22 12:51:50 +08:00
  • 346e07e9e7 ci: debug workflow. real-zony 2022-09-22 12:49:42 +08:00
  • efdb3e8441 ci: debug workflow. real-zony 2022-09-22 12:45:25 +08:00
  • 0438433284 ci: debug workflow. real-zony 2022-09-22 12:40:52 +08:00
  • d34a830660 ci: debug workflow. real-zony 2022-09-22 12:39:44 +08:00
  • 975f61a8e7 ci: debug workflow. real-zony 2022-09-22 12:37:37 +08:00
  • 8ba78c2681 ci: debug workflows. real-zony 2022-09-22 12:35:16 +08:00
  • 019bdb571c ci: debug workflow. real-zony 2022-09-22 12:31:23 +08:00
  • a2aeed021d ci: debug workflow. real-zony 2022-09-22 12:28:15 +08:00