This repository has been archived by the owner on Jun 2, 2024. It is now read-only.
0.3.0
New features:
- Added support for additional CPU architectures for increased compatibility
- Previously, only 64-bit Intel processors were supported for the app. Now, additional CPU architectures are supported depending on your operating system. Here's a quick guide on which installer you should download:
- Windows:
StepMania-Song-Manager-Setup-0.3.0.exe
(for 32-bit/64-bit Intel processors and 64-bit ARM-based processors; the installer will choose the appropriate version for your system automatically)
- macOS:
StepMania-Song-Manager-0.3.0.dmg
(for 64-bit Intel processors)StepMania-Song-Manager-0.3.0-arm64.dmg
(for 64-bit ARM-based processors, which include the new Apple silicon chips)
- Linux:
StepMania-Song-Manager-0.3.0.AppImage
(for 64-bit Intel processors)StepMania-Song-Manager-0.3.0-i386.AppImage
(for 32-bit Intel processors)StepMania-Song-Manager-0.3.0-arm64.AppImage
(for 64-bit ARM-based processors)StepMania-Song-Manager-0.3.0-armv7l.AppImage
(for 32-bit ARM-based processors)
- Windows:
- Previously, only 64-bit Intel processors were supported for the app. Now, additional CPU architectures are supported depending on your operating system. Here's a quick guide on which installer you should download:
- Added additional columns in the song list table for displaying the levels of "Edit" difficulty charts
- A toggle button with which you can show or hide these charts in the table has been added as well (the edit charts will be hidden by default). Please note that if there are multiple edit charts in the same style (e.g. single, double), only the first edit chart found for each song and style will be shown.
App changes:
- Added URLs to the descriptions of the included buckets for easier access to more information about the files/songs in said buckets
Bug/security fixes:
- Upgraded Quasar to version 2.0.0-beta.18
- Upgraded
postcss
package to latest version - CI/CD builds now run on the latest versions of macOS and Ubuntu (currently 10.15 and 20.04, respectively)