Zony
|
4c3d554885
|
Merge pull request #147 from travislee89/dev
Support for more file extensions; Building arm64 binaries
|
2023-12-11 20:45:28 +08:00 |
|
Travis Lee
|
14c78f9a83
|
feat: build arm64 binaries
|
2023-12-11 15:36:12 +08:00 |
|
Travis Lee
|
b9d6da5f72
|
feat: support file extensions m4a, ogg and opus
|
2023-12-11 15:35:55 +08:00 |
|
real-zony
|
c8ffbc55af
|
fix: Fixed the issue mentioned in #145.
Added a new line break.('\n')
|
2023-09-11 09:49:02 +08:00 |
|
real-zony
|
b0835dcf01
|
docs: Adjusted README.md .
|
2023-08-13 22:31:35 +08:00 |
|
real-zony
|
4e1c4d1519
|
chore: Corrected description information.
|
2023-08-13 21:25:43 +08:00 |
|
real-zony
|
3d96b96edf
|
build: Fixed NuGet package reference issue.
|
2023-08-13 21:24:11 +08:00 |
|
real-zony
|
7f81a3edea
|
refactor: Managed dependencies with unified package management.
|
2023-07-14 21:20:01 +08:00 |
|
real-zony
|
24624a6d21
|
feat: Added Avalonia UI project.
|
2023-07-14 19:01:53 +08:00 |
|
real-zony
|
d860632327
|
chore: Removed the frontend web page code.
|
2023-07-14 19:01:25 +08:00 |
|
real-zony
|
1186369d16
|
ci: Released a new version.
Version: 4.0.0.55
ZonyLrcToolsX_Alpha.2023052565
|
2023-05-25 09:19:58 +08:00 |
|
real-zony
|
b240564cf7
|
perf: Optimized the startup time of the tool.
|
2023-05-25 09:05:39 +08:00 |
|
real-zony
|
6e2848a9de
|
chore: Updated the version number.
|
2023-05-24 23:14:57 +08:00 |
|
real-zony
|
6361bf9265
|
feat: Improved the result information for lyrics download.
|
2023-05-24 23:08:17 +08:00 |
|
real-zony
|
383e2c5939
|
chore: Fix compilation warning messages.
|
2023-05-24 22:57:55 +08:00 |
|
real-zony
|
1e5c41852f
|
perf: An error log file will only be created when there are songs that failed to download.
|
2023-05-24 22:00:22 +08:00 |
|
real-zony
|
41cba02833
|
feat: NetEase Cloud Music playlist download supports passing in multiple IDs.
Issue: https://github.com/real-zony/ZonyLrcToolsX/issues/139
|
2023-05-24 21:54:13 +08:00 |
|
real-zony
|
98c935ed93
|
fix: Fixed the issue where incorrect artist names were obtained when downloading NetEase Cloud Music playlists.
|
2023-05-24 20:50:24 +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 |
|
Zony
|
30e10f4c01
|
Update README.md
|
2023-05-22 20:30:17 +08:00 |
|
real-zony
|
35468cfb71
|
test: Added three new test cases.
|
2023-04-29 23:30:38 +08:00 |
|
real-zony
|
126741f344
|
ci: Released a new version.
ZonyLrcToolsX_Alpha.2023041664
|
2023-04-17 01:20:15 +08:00 |
|
Zony
|
22f5bc69ec
|
Merge pull request #135 from real-zony/routine-maintenance
Routine maintenance - 2023.04.17
|
2023-04-17 01:15:12 +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 |
|
Zony
|
4999e4d694
|
Update README.md
|
2023-03-30 09:51:09 +08:00 |
|
Zony
|
334528eca6
|
Merge pull request #134 from real-zony/docs
Docs
|
2023-03-28 22:42:00 +08:00 |
|
real-zony
|
e76ddb75eb
|
docs: Updated documentation.
|
2023-03-28 22:36:36 +08:00 |
|
real-zony
|
d6d384590c
|
ci: Adjusted artifact expiration time for Github Actions.
|
2023-03-28 22:17:28 +08:00 |
|
real-zony
|
949dac7ad1
|
ci: Updated NuGet package versions.
|
2023-03-27 23:14:21 +08:00 |
|
real-zony
|
2ffd75ed1d
|
ci: Removed unnecessary pdb files.
|
2023-03-19 12:19:26 +08:00 |
|
Zony
|
82af3009d3
|
Merge pull request #132 from real-zony/issue-128
fix: Fixed the path issue #128.
|
2023-03-19 12:01:18 +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
|
286731b1a6
|
ci: Adjusted the Github pipeline.
Prevent artifact publication when performing PR operations.
|
2023-03-19 11:13:30 +08:00 |
|
Zony
|
5850614663
|
Merge pull request #131 from real-zony/dependabot/npm_and_yarn/src/ui/webpack-5.76.1
build(deps): bump webpack from 5.74.0 to 5.76.1 in /src/ui
|
2023-03-15 20:47:34 +08:00 |
|
dependabot[bot]
|
c20a280a07
|
build(deps): bump webpack from 5.74.0 to 5.76.1 in /src/ui
Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.74.0...v5.76.1)
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-15 05:59:11 +00:00 |
|
real-zony
|
55de00ec1f
|
Merge remote-tracking branch 'origin/dev' into dev
|
2023-03-14 22:31:41 +08:00 |
|
real-zony
|
bc2b314d6a
|
docs: Improved comments for the scanner.
|
2023-03-14 22:31:28 +08:00 |
|
Zony
|
0aafe91f96
|
Merge pull request #130 from real-zony/dependabot/npm_and_yarn/src/ui/sideway/formula-3.0.1
build(deps): bump @sideway/formula from 3.0.0 to 3.0.1 in /src/ui
|
2023-03-13 09:06:00 +08:00 |
|
dependabot[bot]
|
2e71914578
|
build(deps): bump @sideway/formula from 3.0.0 to 3.0.1 in /src/ui
Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/sideway/formula/releases)
- [Commits](https://github.com/sideway/formula/compare/v3.0.0...v3.0.1)
---
updated-dependencies:
- dependency-name: "@sideway/formula"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-12 15:20:01 +00: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
|
afe1a7013c
|
feat: We have added a new 'POST' method to retrieve cookies.
|
2023-03-12 18:35:07 +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
|
0e5e48cd00
|
feat: Improved the way help information is displayed.
|
2023-03-12 14:49:47 +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
|
5dbabab5a6
|
feat: Supports UTF-8 BOM encoding.
|
2023-02-22 21:45:27 +08:00 |
|
real-zony
|
bfd89e9d82
|
feat: Added Powershell script for building project.
|
2023-02-22 21:37:45 +08:00 |
|