Skip to content

Releases: Akunimal/Musify-for-Windows

Musify for Windows v10.3.0

Choose a tag to compare

@Akunimal Akunimal released this 25 Jul 02:30

🎵 Musify for Windows v10.3.0 — Audio Only

Fixes

  • Video eliminado completamente (audio-only)
  • Freezes por serialización eliminados
  • MiniPlayer y controles NowPlayingPage restaurados al original
  • Iconos next/previous con FluentSystemIcons-Filled local
  • Workflow CI corregido (permissions + Node 24)

⚠️ Known Issues

Ver KNOW_ISSUES.md

⬇️ Descargá

Musify-Windows-v10.3.0.zip (portátil, 24MB)

Musify for Windows v10.1.3-port3

Choose a tag to compare

@Akunimal Akunimal released this 23 Jul 02:22

v10.1.3-port3 — Animated bg toggle + accent color picker 🎨

✨ New

  • Animated background toggle in Settings — disable/enable canvas particle effects
  • Quick accent color squares — inline color picker below settings, tap to change theme instantly
  • Background now renders overlay on top of content (always visible)
  • Color auto-brightens on dark themes for contrast

🐛 Fixed

  • Click-through — IgnorePointer so background doesn't block UI
  • Freeze on song skip — removed redundant AnimationController.repeat() calls
  • Android platform guards — equalizer code only initializes on Android

Musify for Windows v10.1.2-port2

Choose a tag to compare

@Akunimal Akunimal released this 23 Jul 02:16

v10.1.2-port2 — Animated backgrounds + stability fixes 🪟

✨ New

  • Animated canvas backgrounds — 7 patterns (synapse, rain, constellations, sparkles, embers, bubbles, squares) that change with the music
  • Adaptive speed — slow (120s cycle) on pause, faster (60s cycle) while playing
  • Segoe Fluent Icons — modern Windows 11 native icons (no custom fonts needed)

🐛 Fixed

  • Playback on Windows — AndroidEqualizer and other Android-specific code now properly guarded behind Platform.isAndroid checks
  • Background visibility — renders on top of content as semi-transparent particle overlay so it's always visible
  • Click-through — background has IgnorePointer so it doesn't block UI interactions
  • Color contrast — particles auto-brighten on dark themes so they're never invisible
  • Stability — removed redundant AnimationController.repeat() calls that caused freezes on rapid song changes

🧹 Housekeeping

  • Removed 'Predictive back (Android 14+)' option from Settings on Windows
  • Updated README with portable focus
  • Added Windows port info to About page
  • GitHub repo description and topics updated

Musify for Windows v10.1.1-port1

Choose a tag to compare

@Akunimal Akunimal released this 23 Jul 00:50

Musify for Windows — Initial Port 🪟

First release of the native Windows port of Musify.

📦 What's included

  • musify.exe — Native Windows x64 executable
  • flutter_windows.dll — Flutter engine runtime
  • Plugin DLLs — app_links, dynamic_color, just_audio, share_plus, url_launcher
  • app.so — Compiled Dart code
  • data/ — Assets, fonts, licenses

🔧 How to use

  1. Download the ZIP
  2. Extract all files to a folder
  3. Run musify.exe

⚠️ Notes

  • This is an initial port — some mobile-specific features may be limited
  • Built with Flutter 3.44.6
  • Full credits to the original Musify by Valeri Gokadze