Caution
This is a pre-release software. Expect bugs.
Caution
The database of the app was upgraded to a newer version that may break the app if you've installed an alpha build previously. Follow the following steps to delete the app data folder of the app to resolve this.
KEEP IN MIND THAT THIS WILL DELETE THE USER DATA OF THE APP.
-
Windows
On Windows, Electron apps store their data in the%AppData%folder (usually under your user profile).- Press
Win + Rto open the Run dialog. - Type
%AppData%and hit Enter. - Locate the folder named
nora. - Right-click and Delete it.
- Press
-
Linux
On Linux, Electron apps store their data in the~/.config/norafolder.- Open the terminal.
- Navigate to the folder using the command
cd ~/.config/nora. - Delete the folder using the command
rm -rf ~/.config/nora.
-
macOS
On macOS, Electron apps store their data in the~/Library/Application Support/norafolder.- Open the terminal.
- Navigate to the folder using the command
cd ~/Library/Application Support/nora. - Delete the folder using the command
rm -rf ~/Library/Application Support/nora.
Important
This version doesn't support most of the functionalities in the previous major version. I created this release to show what I've been upto this whole time.
Warning
This app has currently only been tested on Windows. App could be unstable on Linux and MacOS.
Warning
The v4.0.0-alpha.3 version was skipped due to a build error in the created tag. Apologies 😊.
What's Changed
- Add Nora to the app store for Windows by @JudahGabriel in #408
- Added Assamese translation to Nora by @onthejobtraining in #394
- Feature: Flatpak support by @DodoLeDev in #355
- Update dependencies and refactor validation logic by @Sandakan in #425
- Refactor song metadata handling and improve logging by @Sandakan in #440
- Refactor metadata read/write by @Sandakan in #441
- Add Polish language by @PRO100KatYT in #439
- Revised README for better clarity and structure by @adnan-bhaldar in #437
- Migrate local storage to PGLite and enhance code structure by @Sandakan in #459
New Contributors
- @JudahGabriel made their first contribution in #408
- @onthejobtraining made their first contribution in #394
- @DodoLeDev made their first contribution in #355
- @PRO100KatYT made their first contribution in #439
- @adnan-bhaldar made their first contribution in #437
Full Changelog: v4.0.0-alpha.2...v4.0.0-alpha.4