- Advanced Search menu
- Dark mode
- Minor CSS improvements
- Improved searches containing short words
- Improved searches containing common punctuation
This commit is contained in:
Geomitron
2021-04-06 17:08:21 -05:00
parent 9594d9cbe9
commit 0b427d0cee
3 changed files with 4 additions and 4 deletions

View File

@@ -19,8 +19,8 @@
- ✅ Cancel and retry downloads. - ✅ Cancel and retry downloads.
- ✅ Google Authentication to avoid rate limited downloads. - ✅ Google Authentication to avoid rate limited downloads.
- ✅ In-app update checking and downloading. - ✅ In-app update checking and downloading.
- ⚠️ Theme support. - ✅ Dark mode.
- Advanced song search. - Advanced song search.
- ❌ Scan and fix certain metadata problems in your chart library. - ❌ Scan and fix certain metadata problems in your chart library.
- ❌ Easily download the most up-to-date versions of charts in your library. - ❌ Easily download the most up-to-date versions of charts in your library.

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{ {
"name": "bridge", "name": "bridge",
"version": "1.2.0", "version": "1.3.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "bridge", "name": "bridge",
"version": "1.2.0", "version": "1.3.0",
"description": "A Clone Hero library management tool with built in chart searching and downloading.", "description": "A Clone Hero library management tool with built in chart searching and downloading.",
"homepage": "https://github.com/Geomitron/Bridge", "homepage": "https://github.com/Geomitron/Bridge",
"license": "GPL-3.0", "license": "GPL-3.0",