github AnInsomniacy/motrix-next v1.2.6
v1.2.6 — Polished App Branding & Responsive UI

latest releases: v3.8.3, v3.8.3-beta.3, v3.8.3-beta.2...
one month ago

What's Changed

✨ Improvements

  • Platform-specific display names — The application now shows as "Motrix Next" (properly capitalized with space) across all platforms:
    • macOS: Finder, Launchpad, and Dock via CFBundleName
    • Windows: Desktop icon and Start menu shortcut via NSIS post-install hook
    • Linux: Application menu via custom .desktop entry
    • Install paths, artifact filenames, and auto-update remain unchanged

🐛 Bug Fixes

  • Fix frozen UI when deleting tasks — The loading spinner on the delete confirmation dialog now appears immediately after clicking "Yes". Previously, the UI appeared unresponsive during file deletion because the browser had no repaint opportunity between dense IPC calls. Applies to both single and batch task deletion.

📦 Files Changed

  • src-tauri/Cargo.toml — version bump to 1.2.6
  • src-tauri/tauri.conf.json — added macOS, Windows, Linux bundle configs
  • src-tauri/nsis/hooks.nsh — [NEW] NSIS shortcut rename hook
  • src-tauri/desktop/app.desktop — [NEW] Linux desktop entry template
  • src/views/TaskView.vue — loading spinner fix
  • src/components/task/TaskActions.vue — loading spinner fix

Don't miss a new motrix-next release

NewReleases is sending notifications on new releases.