Skip to content

Releases: IrosTheBeggar/mStream

v5.1.5

07 Jun 02:38
Compare
Choose a tag to compare
v5.1.5

v5.1.4

07 Jun 02:21
Compare
Choose a tag to compare

Remove linux from build pipeline for now

v5.1.3

05 Jun 06:42
Compare
Choose a tag to compare

fix bug in github actions

v5.1.2

05 Jun 06:33
Compare
Choose a tag to compare

cleanup package json for electron builder

v5.1.1

05 Jun 06:21
Compare
Choose a tag to compare

Update npm packages
Added a Github Actions for auto building the electron app

mStream v5

03 Jun 17:40
Compare
Choose a tag to compare

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

20 Mar 19:52
Compare
Choose a tag to compare
v5.0.0-beta Pre-release
Pre-release

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

27 Jan 02:05
Compare
Choose a tag to compare
  • DB re-structure
  • DB Search Feature
  • better sorting for albums

v4.6.0

10 Dec 06:57
Compare
Choose a tag to compare
  • Added a UI to configure the Auto DJ feature
  • Fixes bug where uploading an individual file would fail

v4.5.3

08 Nov 01:32
Compare
Choose a tag to compare
  • Fixes a GUI bug causing auto boot to fail