Skip to content

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 23 May 17:16
· 87 commits to master since this release

Nexube v0.1.8

Bug Fixes

  • Fixed Missing Assets in Linux Builds Resolved an issue where root-relative asset paths (e.g., /Logo.png, /Name.png) resolved incorrectly to the filesystem root (file:///) when loaded via Electron's loadFile(). Paths have been updated to be relative to dist/index.html.

  • Fixes: Missing sidebar logo, titlebar name, splash/loading screen logo, and broken avatar images in the packaged application.

  • Fixed Production Avatar Loading Updated getAvatarSrc() across AvatarPicker.jsx, ProfileSelectScreen.jsx, and ProfilesSettings.jsx to prevent prepending a forward slash (/) to avatar filenames. Built-in avatars (avatar1.png through avatar6.png) now render correctly in production environments.

  • Resolved Windows Packaging Error (Cannot find module 'conf') Fixed a build failure caused by stale dist-electron/ artifacts referencing the deprecated electron-store dependency. Cleaned up the legacy compiled output to ensure the build properly utilizes the new custom Store implementation.


NEW USERS: TMDB API Setup Required

Don't have a TMDB account or need help setting up your media keys? Check out our quick guide:


For Non-Tech User

Windows Installer

  • Nexube-0.1.8-x64.exe

Linux Installer

  • Nexube-0.1.8-amd64.deb
  • Nexube-0.1.8-x86_64.AppImage

Full Changelog: v0.1.7...v0.1.8