Releases: IrosTheBeggar/mStream
Releases · IrosTheBeggar/mStream
v5.1.5
v5.1.5
v5.1.4
Remove linux from build pipeline for now
v5.1.3
fix bug in github actions
v5.1.2
cleanup package json for electron builder
v5.1.1
Update npm packages
Added a Github Actions for auto building the electron app
mStream v5
mStream v5
Major Updates
- New Shared Playlists page
- New Admin Panel. Most configuration can now be done through this UI
- Improved file scan to be much more memory efficient
- Fixed volume bugs in webapp
- Cleaned up server code to be more modular and use modern JS features
- Cleaned up API and versioned it
- Automatic log rotation
- Syncthing has been added into the project. You can enable it in the admin panel
Upcoming Improvements
- There's a new webapp being built. The goal is to remove some old dependencies (jQuery), and add a dark mode. See a preview of the design at
/alpha
- The above webapp can be compiled to a Desktop App with Electron
- With Syncthing now built in, mStream can easily sync files between devices. There will be some new tools added to help sync you music to different devices
Breaking Changes
- The Android App is no longer working
- Various API endpoints were modified. The API route was changed to include a version number as well. All old unofficial clients will no longer work
- The DB structure was updated. Your folders will need to be rescanned
- Config files from v4 will not work
- You can no longer configure mstream with CLI flags (except
-j
to choose your json file). All configuration is now done through config files and API endpoints
v5.0.0-beta
A beta release of v5:
- Code Cleanup: Updated all code to use async/await
- API Cleanup: the API is now versioned
- Admin Panel: mStream server can now be configured with a UI
- New shared playlists page
- Removed several legacy dependencies from the web player. This fixed some bugs on the web app
- Added automatic log rotation
v4.7.0
- DB re-structure
- DB Search Feature
- better sorting for albums
v4.6.0
- Added a UI to configure the Auto DJ feature
- Fixes bug where uploading an individual file would fail
v4.5.3
- Fixes a GUI bug causing auto boot to fail