- Add "Tools" tab with chart issue scanner
This commit is contained in:
Geomitron
2024-12-22 18:37:34 -06:00
parent a7113384e8
commit ae8822eb90
2 changed files with 4 additions and 18 deletions

View File

@@ -22,27 +22,13 @@ Head over to the [Releases](https://github.com/Geomitron/Bridge/releases) page t
- ✅ In-app update checking and downloading.
- ✅ A variety of themes.
- ✅ Advanced song search.
- ✅ Chart issue scanner (for people making charts).
### What's new in v3.0.0
### What's new in v3.1.0
v3.0.0
- Update to Angular 18
- Update to Electron 31 (and CommonJS to ESM)
- 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
- Add zoom function
- Add support for custom themes (https://daisyui.com/theme-generator/)
- Add ability to configure the columns in the search result table
- Add customization for the structure of the downloaded chart folders
- Add Flatpak builds for Linux
- Fixed a variety of issues causing some charts to not download
- Improved support for web-based keyboard shortcuts
- Updated and improved detected chart issues
- Various UI improvements
- Add "Tools" tab with chart issue scanner
### Development

View File

@@ -1,6 +1,6 @@
{
"name": "bridge",
"version": "3.0.5",
"version": "3.1.0",
"description": "A rhythm game chart searching and downloading tool.",
"homepage": "https://github.com/Geomitron/Bridge",
"license": "GPL-3.0",