github Sandakan/Nora v4.0.0-alpha.5
Nora v4.0.0-alpha.5 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.

What's Changed

  • Update dependencies and refactor validation logic by @Sandakan in #426
  • fix(#456): fix macOS titlebar traffic light overlap by @Owie6789 in #469
  • fix(#418): add tray single-click toggle window setting by @Owie6789 in #473
  • feat(#364): add Brazilian and Portuguese (pt-BR) translation by @Owie6789 in #478
  • complete(#410): add complete French translation by @Owie6789 in #491
  • fix: discord rpc issues(#376, #436) by @Owie6789 in #476
  • fix(#480): fullscreen timer bar clips to end when minimized by @Owie6789 in #484
  • fix(#457): persist sort-by preference across navigation for detail pages by @Owie6789 in #502
  • fix(#373): improve error handling when songs fail to play by @Owie6789 in #477
  • fix(#356): clear queueBeforeShuffle on all queue mutation methods by @Owie6789 in #468
  • fix(#474): remove dark square background behind play icon in most relevant result by @Owie6789 in #486
  • feat/fix(#461): add date modified sort, fix date added to use createdAt by @Owie6789 in #492
  • fix(#461): add missing imports in ipc.ts for toggleMiniPlayerAlwaysOnTop and toggleAutoLaunch by @Owie6789 in #493
  • fix(#372): clamp window position to visible display bounds by @Owie6789 in #475
  • feat: reorganize settings page into two-panel layout by @Owie6789 in #500
  • feat(#438): add sort by most skipped songs by @Owie6789 in #489
  • fix(#507): show up next popup on hover of skip-forward button by @Owie6789 in #509
  • feat(#462): offline last fm scrobble queue with auto-flush on reconnect by @Owie6789 in #471
  • fix(#419): apply playback rate change instantly from settings by @Owie6789 in #512
  • fix(#502): restore artworkLink fallback and remove duplicate sortingStates by @Owie6789 in #506
  • fix: restore duration-250 Tailwind class and clean up boolean className patterns by @Owie6789 in #514
  • fix(#520): set AppUserModelId for Windows SMTC integration by @Owie6789 in #522
  • fix(#465): fixed synchronization offavourite state and improved cache consistency by @Owie6789 in #470

New Contributors

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

Don't miss a new Nora release

NewReleases is sending notifications on new releases.