New Features
- Album cover, album name, artist, and title are are visible after selecing a file
- A toggle-based play/pause button
- Modified file open dialog to show file types that were originally not visible
- File menu at the top of the window instead of a button
- Lots of crash handling
Screenshots
While Playing
Selecting a New Song
Archive Information
All builds are available in standard zip archives and XZ zipped tarballs.
Running Instructions
Just last time there are some issues.
- Windows
- Uses AOT compilation.
- Simply extract the archive and run the
*.exe
file.
- Linux and macOS
- Unfortunately Visual Studio returned errors when attempting to create self-contained builds. This means that you must download .NET Core v3.1. Installation instructions for your OS can be found here.
- Afterwards, you can run the application by opening up a terminal window in the directory you installed Majora in and running:
$ dotnet Majora
I'll try to create self-contained builds for all platforms in the future.