| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| SwiftBar.v2.1.0.b594.zip | 2026-08-10 | 3.0 MB | |
| 2.1.0 source code.tar.gz | 2026-08-10 | 2.0 MB | |
| 2.1.0 source code.zip | 2026-08-10 | 2.1 MB | |
| README.md | 2026-08-10 | 3.5 kB | |
| Totals: 4 Items | 7.1 MB | 0 | |
Stable Release
Version: 1.0.205
Commit: [cddd48]
Build: [#205]
Downloads
- Zenamp.msi - Windows installer with uninstall support and file associations #484 #499
- Added diagnostics and recovery for menu bar items disabled or hidden by macOS. #501
- Improved the plugin-variable editor and plugin repository image presentation. #448 #468
- Added German localization and completed missing Spanish translations. #504
Fixes
- Fixed refresh timers that stopped after cancellation, incorrect wake refresh reasons, and plugins without schedules failing to refresh after sleep. #489
- Fixed split UTF-8 characters in streaming output and startup crashes when the plugin directory cannot be observed. #502 #500
- Zenamp.msix - Unsigned package ready for Microsoft Store submission
- Zenamp-Portable.zip - Portable version (no installation required)
What's Inside
- Multi-format playback: WAV, MP3, OGG, FLAC, MIDI, AIFF, OPUS, M4A, WMA
- OPL3 MIDI synthesis for authentic retro sound
- Complete playback controls with queue management
- Volume control (10% to 300%) and speed control (0.5x to 4.0x)
- Progress tracking with timestamps
- GTK3 interface for modern desktop integration
Microsoft Store Submission
The MSIX package in this release is unsigned and ready for Microsoft Store submission through Partner Center. Before uploading:
- Update the Identity Name and Publisher in the manifest with values from Partner Center
- Upload the unsigned MSIX file - Microsoft handles signing during certification
Silent Installation Support
For enterprise and automated deployments:
:::cmd
# Silent install with all features (MSI)
msiexec /i Zenamp.msi /quiet /norestart ASSOCIATE_FILES=1 DESKTOP_SHORTCUT=1
# Silent install without file associations (MSI)
msiexec /i Zenamp.msi /quiet /norestart ASSOCIATE_FILES=0 DESKTOP_SHORTCUT=0
# Silent uninstall (MSI)
msiexec /x Zenamp.msi /quiet /norestart
Command-line Properties (MSI only):
- Fixed memory leaks during status-item creation and menu rebuilds. #476
- Fixed paired menu bar images and SF Symbols failing to update when the system appearance changes. #505
- Fixed menu bar item ordering and visibility regressions, plugin-browser hit testing, actionless item colors, and actions that both open a link and refresh a plugin. #458 #462 #465 #471
- Fixed environment-value escaping, tab handling,
.swiftbarignore, duplicate plugin listings, shortcut metadata, multi-line clipping, and several launch-at-login and crash cases. #447 - Fixed About-window activation and version-label alignment. #492 #495
Contributors
Thank you to @andyearnshaw, @Gabe-Mitnick, @seren, @wojo, @dnicolson, and @hadzicni for their contributions to this release.
Full changelog: https://github.com/swiftbar/SwiftBar/compare/v2.0.1...v2.1.0