- Update to Angular 18
- Update to Electron 31 (and CommonJS to ESM)
- 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
- Fixed a variety of issues causing some charts to not download
- Improved support for web-based keyboard shortcuts
- Various UI improvements
- Added Flatpak builds for Linux
This commit is contained in:
Geomitron
2024-07-12 21:24:28 -05:00
parent 22309853b5
commit 627896a8c8
2 changed files with 12 additions and 24 deletions

View File

@@ -23,32 +23,20 @@ Head over to the [Releases](https://github.com/Geomitron/Bridge/releases) page t
- ✅ A variety of themes. - ✅ A variety of themes.
- ✅ Advanced song search. - ✅ Advanced song search.
### What's new in v2.0.0 ### What's new in v2.2.0
v2.0.0 v2.2.0
- Update to Angular 17 - Update to Angular 18
- Update to Electron 27 - Update to Electron 31 (and CommonJS to ESM)
- Refreshed visual style, with 12 themes supported - Add zoom function
- Search results now update as you type - Add support for custom themes (https://daisyui.com/theme-generator/)
- Improved search result accuracy in various cases - Add ability to configure the columns in the search result table
- Added persistent instrument and difficulty filters - Add customization for the structure of the downloaded chart folders
- Reworked advanced search to include more options
- Search result table now has a "compact" view option
- Search result table now shows latest charts by default
- Searches now display the total number of results
- Added the charter or setlist icon on top of the album art
- Reworked chart details display to include more chart information
- Added button to report issues with charts
- Fixed a variety of issues causing some charts to not download - Fixed a variety of issues causing some charts to not download
- Download speed and reliability has been significantly improved - Improved support for web-based keyboard shortcuts
- Chart audio is automatically converted to .opus (older CH versions don't support this) - Various UI improvements
- Added option to download charts as .sng files (a new format currently only supported by CH v1.1 and YARG) - Added Flatpak builds for Linux
- The list of available charts will now update much more frequently and reliably
#### Known Issues:
- There are rare cases where the download audio is heavily distorted (for now, redownload it from the Google Drive source folder manually)
### Development ### Development

View File

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