- Update API

- Add Chart Preview
- Add Drum Type dropdown when the "drums" instrument is selected
- Add Min/Max Year to advanced search
- Add Track Hash to advanced search
- Add "Download Video Backgrounds" setting
- Updated and improved detected chart issues
This commit is contained in:
Geomitron
2024-07-16 15:20:58 -05:00
parent 627896a8c8
commit 353994b8e1
43 changed files with 1808 additions and 510 deletions

View File

@@ -40,12 +40,14 @@
"electron-unhandled": "^5.0.0",
"electron-updater": "^6.2.1",
"electron-window-state": "^5.0.3",
"eventemitter3": "^5.0.1",
"fs-extra": "^11.2.0",
"lodash": "^4.17.21",
"parse-sng": "^4.0.1",
"rxjs": "~7.8.1",
"sanitize-filename": "^1.6.3",
"scan-chart": "^3.4.1",
"scan-chart": "^4.1.3",
"three": "^0.166.1",
"tslib": "^2.6.3",
"zod": "^3.23.8",
"zone.js": "~0.14.2"
@@ -64,6 +66,7 @@
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.6",
"@types/node": "^18.16.0",
"@types/three": "^0.166.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"concurrently": "^8.2.2",