- Added a button to log in with Google, which will allow significantly faster download speeds by removing the rate limit. This is optional; downloads still work without logging in, but the rate limit will need to be applied
- Added available difficulties, difficulty numbers, instrument icons, and clickable links to the original google drive folder of each chart
- Made it possible to create a Mac build (upon request, as I don't own a Mac and I need one to make the build)
- Fixed "download all charts for each song" button
- Allowed search to recover after a connection failure
- Added some improvements to error logging
- Improved UI response when an update check fails
- Updated to Angular 11 and Electron 11
(note: these are the changes since v0.1.0)
This commit is contained in:
Geomitron
2021-02-06 22:16:51 -05:00
parent 84e29e1b85
commit 41c90da2b4

View File

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