chore: bump CI Qt version, update README.md
This commit is contained in:
parent
a2b9f94015
commit
54c604ee9d
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
vs: ['2022']
|
vs: ['2022']
|
||||||
msvc_arch: ['x64']
|
msvc_arch: ['x64']
|
||||||
qt_ver: ['6.7.2']
|
qt_ver: ['6.7.3']
|
||||||
|
|
||||||
runs-on: windows-2022
|
runs-on: windows-2022
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,10 @@ Since **I** just need a simple player which *just works* right now, so I did man
|
||||||
- ...which if you use Qt's official binary, only contains the LGPLv2.1+ part. (already good enough, tho)
|
- ...which if you use Qt's official binary, only contains the LGPLv2.1+ part. (already good enough, tho)
|
||||||
- No music library management support and there won't be one!
|
- No music library management support and there won't be one!
|
||||||
- It'll auto-load music files in the same folder of the file that you attempted to play, so organize your music files on a folder-basis.
|
- It'll auto-load music files in the same folder of the file that you attempted to play, so organize your music files on a folder-basis.
|
||||||
|
- Limited lyrics (`.lrc`) loading support:
|
||||||
|
- Currently no `.tlrc` (for translated lyrics) or `.rlrc` (for romanized lyrics) support.
|
||||||
|
- Multi-line lyrics and duplicated timestamps are not supported
|
||||||
|
- Extensions (Walaoke and A2 extension) are not supported
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user