Commit Graph
100 Commits
Author SHA1 Message Date
Geomitron 293e395e61 Made CLIENT_ID and CLIENT_SECRET server configurable 2021-04-13 22:37:01 -05:00
Geomitron 911b5a51e9 Revert to OAuth authentication system 2021-04-13 22:37:01 -05:00
Geomitron 7cda6162b7 Improved status code error message 2021-04-13 22:37:01 -05:00
Geomitron 0fc42db387 v1.0.0
- Found a workaround to avoid the Google rate limit delay. In the future, signing in with a Google account will be required for the faster speed.
- 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.
- Improved UI response when an update check fails.
- Updated to Angular 11 and Electron 11.
2021-04-13 22:37:00 -05:00
Geomitron 66e1336191 Google login temporary workaround 2021-04-13 22:37:00 -05:00
Geomitron cfe18da12b Update to Electron 11 2021-04-13 22:37:00 -05:00
Geomitron 2960d17686 Update to Angular 11 2021-04-13 22:37:00 -05:00
Geomitron b1eeb0aea0 Update to Angular 10 2021-04-13 22:37:00 -05:00
Geomitron dab0ef9587 Fixed discrepancies between dev and prod build 2021-04-13 22:37:00 -05:00
Geomitron 9103d2c708 Improved update check fail case 2021-04-13 22:37:00 -05:00
Geomitron f2aae10987 Allowed search to recover after a connection failure 2021-04-13 22:37:00 -05:00
Geomitron 3078309d86 Fixed "download all charts for each song" button 2021-04-13 22:37:00 -05:00
Geomitron 7af4af2771 Potential Mac build support 2021-04-13 22:37:00 -05:00
Geomitron 1914ee9ab4 Difficulty info and source folder links 2021-04-13 22:37:00 -05:00
Geomitron b228948646 Removed unnecessary scopes 2021-04-13 22:37:00 -05:00
Geomitron 442cccb271 Google authentication 2021-04-13 22:37:00 -05:00
Geomitron 4878d43919 v0.1.0
- Use updated server API
2021-04-13 22:37:00 -05:00
Geomitron 5049b2e9ab Updated API 2021-04-13 22:36:59 -05:00
Geomitron f990fc2c38 v0.0.5
- Fixed a bug that prevented some songs from displaying correctly
2021-04-13 22:36:59 -05:00
Geomitron f673751528 Overall progress bar turns red on download fail 2021-04-13 22:36:59 -05:00
Geomitron 03f061d9c7 Fixed a bug that prevented some songs from displaying correctly 2021-04-13 22:36:59 -05:00
Geomitron 345644ab5b v0.0.4
- Overall progress bar now turns red when a download fails
- Fixed incorrectly set default values for settings
- Fixed audio length display for lengths less than one minute
- Fixed displayed album for songs on multiple albums
- Fixed some short words in search query removing all results
- Number indicator on results now correctly shows the number of charts
2021-04-13 22:36:59 -05:00
Geomitron 790a5fc0b3 Replaced versionCount with chartCount 2021-04-13 22:36:59 -05:00
Geomitron 5498393919 Fixed album display for songs on multiple albums 2021-04-13 22:36:59 -05:00
Geomitron f88f4ff859 Fixed short audio length display 2021-04-13 22:36:59 -05:00
Geomitron c84e84e23a Fixed default settings values 2021-04-13 22:36:59 -05:00
Geomitron 6b80ff58dc v0.0.3
- Fixed unhandled promise rejection error
- Fixed scrolling displaying duplicate results
2020-05-30 12:53:12 -04:00
Geomitron 5224534d17 Fixed scrolling displaying duplicate results 2020-05-30 12:44:30 -04:00
Geomitron e66a34d45d Fixed unhandled promise rejection error 2020-05-30 12:37:10 -04:00
Geomitron 7054e7af58 v0.0.2
- selected row is now marked as active
- new searches now scroll to the top
- fixed version dropdown sorting
- made chart dropdown menu scrollable
- improved sidebar resizing
2020-05-30 00:24:35 -04:00
Geomitron f7bc59ab5f Improved sidebar resizing 2020-05-30 00:16:59 -04:00
Geomitron fe6d8d2545 Made chart dropdown scrollable 2020-05-29 23:36:08 -04:00
Geomitron 3b7e288534 Fixed version sorting 2020-05-28 18:35:50 -04:00
Geomitron 6de09e49e6 Removed unused code 2020-05-28 18:33:40 -04:00
Geomitron 7e4d1a554a Scroll to the top after new search 2020-05-28 18:27:45 -04:00
Geomitron 58a0116662 Mark selected row as active 2020-05-28 18:20:58 -04:00
Geomitron 19faaffb27 Added version count indicator 2020-05-28 17:53:52 -04:00
Geomitron 5591ece7bc Improved chart dropdown visibility 2020-05-28 16:16:04 -04:00
Geomitron 79409496c7 Updated jquery 2020-05-27 15:33:12 -04:00
Geomitron 5314d9a7c3 Added better invalid character replacements 2020-05-27 15:19:34 -04:00
Geomitron 323a9116e3 Added database connection error handling 2020-05-27 15:07:31 -04:00
Geomitron 157ed0c27a Finalized auto-update system 2020-05-27 00:51:46 -04:00
Geomitron 33d45bb0a5 Fixed auto-updating 2020-05-26 22:05:16 -04:00
Geomitron 2b5c64d376 Added search loading icon 2020-05-26 22:04:48 -04:00
Geomitron 444ff40533 Removed dotenv 2020-05-21 14:19:39 -04:00
Geomitron 9e0d332a1a Added update ipc handler 2020-05-21 14:17:51 -04:00
Geomitron 64701e4909 Rearranged handlers 2020-05-21 14:17:20 -04:00
Geomitron 7a13739ed0 Fix appimage icon 2020-05-19 22:54:27 -04:00
Geomitron 5cd488e5ef Switch to installer to enable auto-updates 2020-05-19 21:28:27 -04:00
Geomitron ac22fb286d Prevent multiple downloads of the same thing 2020-05-18 18:21:38 -04:00
Geomitron ebe22a39e9 Improved version selection with chart packs 2020-05-18 18:10:51 -04:00
Geomitron 819c0ebff8 Improve audio length display 2020-05-18 14:39:53 -04:00
Geomitron 502360bec4 Improved chart pack destination folder name 2020-05-18 00:07:10 -04:00
Geomitron 9cdc5e8847 Moved filesystem checks before everything else 2020-05-17 23:30:25 -04:00
Geomitron b9e1d61529 Prevent error message for rimraf 2020-05-17 21:55:40 -04:00
Geomitron 34fe405fac Show number of songs selected 2020-05-10 23:14:02 -04:00
Geomitron a0faa5ab78 Improved download text 2020-05-10 22:59:45 -04:00
Geomitron fb1908e063 Fixed various build problems 2020-05-10 21:43:43 -04:00
Geomitron 3e3d3dd137 Optimized event listeners 2020-05-10 20:20:13 -04:00
Geomitron e41d69da46 Refactor song selection to a service 2020-05-10 19:53:53 -04:00
Geomitron 8a4620d771 More download bugfixes 2020-05-10 15:46:11 -04:00
Geomitron a81fddea3b Fixed download bugs 2020-05-10 13:53:54 -04:00
Geomitron 1cfb5f4e93 Refactor download queue 2020-05-10 12:18:25 -04:00
Geomitron 6f8f69c087 Fix electron build 2020-05-04 19:49:01 -04:00
Geomitron d5f1f633e6 Remove tslint 2020-05-04 19:34:46 -04:00
Geomitron 1feb778577 Update Angular to 9.1.4 2020-05-04 19:14:09 -04:00
Geomitron cb64dda84f Update Angular to 8.3.26 2020-05-04 18:54:22 -04:00
Geomitron 87ef111195 Fixed filename 2020-05-04 18:48:10 -04:00
Geomitron a3271bf164 Replace Database connection with web server API 2020-05-03 16:36:08 -04:00
Geomitron 0b4e50174d Fixed eslint errors 2020-03-14 17:33:07 -04:00
Geomitron f8316d18e7 Fixed language statistics 2020-03-12 21:15:00 -04:00
Geomitron 5f3fd66541 Dark mode progress 2020-03-12 21:04:09 -04:00
Geomitron f1d58aafa8 Clarified result count 2020-03-12 10:54:33 -04:00
Geomitron a64ec34589 Simplified onScroll event listener 2020-03-12 00:12:13 -04:00
Geomitron f055097df9 Fixed filepath 2020-03-11 23:46:26 -04:00
Geomitron 74cf95ed2e Ignore semantic in language statistics 2020-03-11 23:45:32 -04:00
Geomitron 0a2acf9b31 Added scroll to show more results 2020-03-11 23:20:41 -04:00
Geomitron 18afa01e5c Refactor search service 2020-03-11 22:51:24 -04:00
Geomitron 3a3c2b5476 Fixed maximize drag and nested .rar extraction 2020-03-09 10:52:41 -04:00
Geomitron d7659554cc Auto-reload electron with nodemon 2020-03-05 18:47:37 -05:00
Geomitron 5ac5214a73 Better window size controls 2020-03-05 17:45:44 -05:00
Geomitron 80c467ed7e Polished sidebar 2020-03-05 16:06:51 -05:00
Geomitron db02710b37 Fixed Downloads 2020-03-04 18:17:54 -05:00
Geomitron 4ebf2db650 Various refactoring 2020-03-03 21:48:41 -05:00
Geomitron 442736205e Settings page improvements 2020-02-14 21:02:38 -05:00
Geomitron 49cba89a11 Initial settings tab 2020-02-13 22:33:14 -05:00
Geomitron c6b549340b Rate limit wait period now adjusts correctly 2020-02-12 22:36:24 -05:00
Geomitron 6c26c98468 Clickable folder link after download 2020-02-12 10:56:32 -05:00
Geomitron 7d4d339018 Download Selected button, Various small improvements 2020-02-11 23:52:22 -05:00
Geomitron db083d573a Cancel, Retry, and Warning download UI 2020-02-11 20:50:51 -05:00
Geomitron a98b03dcd4 Linked checkboxes to "download selected" button 2020-02-10 00:43:39 -05:00
Geomitron 1e16371958 StatusBar and Sidebar views update correctly 2020-02-09 23:49:23 -05:00
Geomitron de39ad4f1e Initial settings, download UI, various bugfixes 2020-02-09 21:15:40 -05:00
Geomitron 89948b118b Version dropdown and Album Art 2020-02-08 09:54:26 -05:00
Geomitron 749a132b4a Sidebar chart display 2020-02-07 21:40:35 -05:00
Geomitron a682fa52c6 Fixed table resizing 2020-02-06 22:18:49 -05:00
Geomitron e5fd303c91 Initial Browse UI and initial song search 2020-02-06 13:21:35 -05:00
Geomitron 8f20311f68 Toolbar and routing 2020-02-04 19:29:25 -05:00
Geomitron aebba4e9bc Add GPL-3.0 License 2020-02-03 23:36:28 -05:00
Geomitron a4becd92aa System to handle IPC communication 2020-02-03 23:24:15 -05:00