This repository has been archived by the owner on Jun 2, 2024. It is now read-only.
0.2.0
Information:
Instructions on how to upload your own simfiles to Amazon S3 are now available in the app's README.md file! Instructions with other providers such as Backblaze or MinIO will be added later as I continue to add support for more providers from within the app.
New features:
- Added a custom endpoint URL input field for adding buckets hosted outside of Amazon S3
- Some buckets might still not be accessible, however, due to credential or bucket permissions. In a future version, I may consider adding additional input fields for the user to provide their own credentials should the current (back-end) solution prove to be insufficient.
- Added the ability to retrieve credentials from a new HTTP endpoint for limited read access to Backblaze B2 buckets
App changes:
- Moved cloud storage hosting for the included buckets from Amazon S3 to Backblaze B2
As usage of the app is growing more quickly than I anticipated, so too did my monthly bill from AWS due to the large amount of data that is being downloaded from S3. Thus, I decided to switch to Backblaze B2 in order to reduce costs, and will delete the S3 buckets shortly after this release is live. Even if you have already downloaded the packs, though, you should be able to remove and re-add the packs from the app without having to re-download all of the files.
- Error messages received from API calls in sync operations are now displayed instead of a custom (fixed) error message
- Updated information in about page, including adding a link to view this changelog
Bug fixes:
- Fixed a bug where the song list window is not displaying on the production build of the app (#2)
- Fixed a bug where the user's installed buckets could remain disabled/non-interact-able even when no download or update is occurring
- Added an additional validation check when adding new buckets to enforce unique bucket names (even across different endpoints)
- This is to prevent two different buckets from sharing the same download path and overwriting each other.
- Fixed a bug where the "No songs found" message is not shown if no songs match the search query