github Sandakan/Nora v4.0.0-alpha.4
Nora v4.0.0-alpha.4 Alpha Release

pre-release4 hours ago

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).

    1. Press Win + R to open the Run dialog.
    2. Type %AppData% and hit Enter.
    3. Locate the folder named nora.
    4. Right-click and Delete it.
  • Linux
    On Linux, Electron apps store their data in the ~/.config/nora folder.

    1. Open the terminal.
    2. Navigate to the folder using the command cd ~/.config/nora.
    3. Delete the folder using the command rm -rf ~/.config/nora.
  • macOS
    On macOS, Electron apps store their data in the ~/Library/Application Support/nora folder.

    1. Open the terminal.
    2. Navigate to the folder using the command cd ~/Library/Application Support/nora.
    3. 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

New Contributors

Full Changelog: v4.0.0-alpha.2...v4.0.0-alpha.4

Don't miss a new Nora release

NewReleases is sending notifications on new releases.