Releases: Darknetzz/mp3-web
Releases · Darknetzz/mp3-web
v1.5.0
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
Changes
- update to tabler 1.0.0-beta21 by @Darknetzz in #14
- bump dropzone.js to 6.0.0-beta.2 by @Darknetzz in #15
- bump version number and update readme by @Darknetzz in #16
- added env by @Darknetzz in #17
- create input warning and success classes by @Darknetzz in #18
- fix
.autoheightclass for config textareas by @Darknetzz in #19
Full Changelog: v1.4.3...v1.4.4
v1.4.3
Changes
- add
VERSIONconstant/file and updateDockerfileby @Darknetzz in #11 - failsafe constants in
_includes.phpby @Darknetzz in #12 - fixed file uploads again by @Darknetzz in #13
Full Changelog: v1.4.2...v1.4.3
v1.4.2
v1.4.1
What's Changed
- added env config option by @Darknetzz in #8
- v1.4.0 hotfix (getConfig / $key empty) by @Darknetzz in #9
Full Changelog: v1.4.0...v1.4.1
v1.4.0
Changes
⚠️ Disclaimer: This version has a lot of untested functionality and might have bugs.
- Config (Allow change config from GUI by @Darknetzz in #5)
- 2f4d7bf - add queue system by @Darknetzz in #6
- a8a4278 - bugfixes / prep for v1.4.0 by @Darknetzz in #7
- 229081e - hide delete button by default
Full Changelog: v1.3.0...v1.4.0
v1.3.0
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
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
Changes
- 1d671d9 - Added config options for
default_volumeandinclude_file_extension - 3a2babe - Improved indexing system
- ce1efeb - Fixed some bugs related to the new indexing system
- 07692c8 - Re-added
musicfolder 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
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