Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

0.4.0

Latest
Compare
Choose a tag to compare
@edward-ly edward-ly released this 01 Jan 05:03

Information:

After a long "hiatus" due to me focusing on making my own simfiles for a while on top of other priorities I've had IRL, I am finally back with a long-awaited update to the app! This version fixes a few crucial issues that have accumulated over the past few months, ranging from quality-of-life to literally app-breaking, with more to be fixed coming soon (TM).

As a reminder, this app is currently a solo operation with file hosting expenses being paid out of my own pocket. Please consider donating if this app has been helpful to you in any way!

New features:

  • Added a portable version of the app for Windows (#11)
    • As per user request, I am now offering additional installation options on Windows, including one where installation is not required at all.
  • Added a region field for all S3 buckets
    • This change is entirely internal for now. See "Known issues".

Major bug fixes:

  • Fixed a critical issue where files were unable to be downloaded/updated (#13) due to DST Root CA X3 Expiration
  • Updated the progress bar display when downloading/updating packs
    • The code that I used to sync with the files in the cloud has now been redone from scratch so that it is better optimized for the app. Not only did the progress bars become faster and more consistent, but perhaps the downloads themselves have gotten a bit faster as well. This should also fix a previous issue where errors were being thrown due to erroneous files or file checking as well (#1).
  • Removed dead Twitter links, reorganized text in About page

Known issues:

  • Custom buckets added via the + New Bucket button will still be given a default AWS region of us-west-2, which may not be the case for all new buckets. As a workaround, please keep all custom buckets in this region for the time being.

Developer notes:

  • Upgraded Quasar to version 2.4.2
  • Upgraded Electron to v16 (as a fix for #13 instead of waiting for a fix in v11)
  • Upgraded additional package dependencies
  • Correctly resolved package versions using package.json resolutions