Skip to content

Releases: Darknetzz/mp3-web

v1.5.0

27 Dec 23:19
1cdae77

Choose a tag to compare

Changes

  • Added theme customization with player_theme and player_opacity configuration options
  • Implemented dynamic array input handling in the configuration UI with add/remove functionality
  • Added comprehensive security improvements including path traversal protection, input sanitization, and HTML escaping
  • Upgraded Docker base image to PHP 8.3 with Apache and improved build process

v1.4.4

12 Oct 12:14
be03711

Choose a tag to compare

Changes

Full Changelog: v1.4.3...v1.4.4

v1.4.3

11 Oct 18:45
1ebf30f

Choose a tag to compare

Changes

Full Changelog: v1.4.2...v1.4.3

v1.4.2

11 Oct 10:32
2053062

Choose a tag to compare

Changes

  • 2d94398 - Reloading after config update now works
  • dd847af - big api rework
  • fc91c54 - fixed config type selection
  • b284ee1 - fixed $key check in getConfig function

Full Changelog: v1.4.1...v1.4.2

v1.4.1

11 Oct 06:40
2bc2535

Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

11 Oct 06:13
cf6ad94

Choose a tag to compare

Changes

⚠️ Disclaimer: This version has a lot of untested functionality and might have bugs.

Full Changelog: v1.3.0...v1.4.0

v1.3.0

05 Oct 00:29

Choose a tag to compare

Changes

  • f7c2125
    • API response is now a toast message
    • Autoscroll to the actively playing song (and added config option to disable)
    • Added a favicon
    • Added a functions.php file, that contains all functions
    • Added an _includes.php file, that handles all includes
    • Updated table to have some additional functions
  • 6d5c614 - Use bootstrap-table instead of jQuery
  • 6dddb43 - Fix download and delete buttons
  • f0ca5ed - Cleanup
  • 05f9a0b - JS integer fix
  • c624993 - Fix scroll again after breaking

Full Changelog: v1.2.0...v1.3.0

v1.2.0

03 Oct 10:47

Choose a tag to compare

Changes

  • 879e55e - Duration of each mp3 file is displayed in table
  • 8a7544e - Dockerfile is now functional (and is the recommended way to use mp3-web)
  • a65bbd5 - File uploads should now work
  • 7d35a0a - Fixed Windows Media keys issues
  • a8d78ce - Changed the GUI a bit to look more intuitive
  • f9d0f12 - Better error handling, API
  • a bunch of other bugfixes, code cleanup etc.

Known issues

  • Downloading and deleting is still not working

Full Changelog: v1.1.1...v1.2.0

v1.1.1

01 Oct 11:01

Choose a tag to compare

Changes

  • 1d671d9 - Added config options for default_volume and include_file_extension
  • 3a2babe - Improved indexing system
  • ce1efeb - Fixed some bugs related to the new indexing system
  • 07692c8 - Re-added music folder with examples after it mysteriously disappeared

Known issues

  • Windows media keys does not loop the playlist yet
  • Download and delete buttons stopped working after v.1.1.0

Full Changelog: v1.1.0...v1.1.1

v1.1.0

01 Oct 08:39

Choose a tag to compare

Changes

  • 88eb84d - Created config.json, which lets you configure your mp3-web instance.
  • be711fc - Custom audio player implemented (and can be opted out of in config.json).
  • 35c2b94 - Shuffling the playlist now works!
  • e1104e8 - Title updates should be more robust when changing/pausing/resuming audio now
  • a94225a - Improvements and bugfixes

Known issues:

  • Windows media keys does not loop the playlist yet

Full Changelog: v1.0.1...v1.1.0