Skip to content

Releases: MichaIng/DietPi-AlloGUI

v14.4

24 May 22:44
Compare
Choose a tag to compare
  • The overview page will now show correctly the GMediaRender service status

v14.3

24 May 16:44
Compare
Choose a tag to compare
  • Services are now regularly "enabled"/"disabled" when toggling the state, possible with the service handling rework in DietPi v8.16.
  • Toggling GMediaRender will now correctly toggle the "gmediarender.service", used since DietPi v8.10.
    Many thanks to @c3kkos for reporting this issue: #48
  • Various PHP and Node.js dependency updates

v14.2

29 Apr 20:21
Compare
Choose a tag to compare
  • Minor frontend/GUI layout enhancements
  • Updated all Node.js and PHP dependencies
  • Removed unused Lodash from frontend JavaScript

v14.1

07 Mar 14:46
14cdbec
Compare
Choose a tag to compare

[Fix] Restored PHP7.3 compatibility
[Enh] Updated Laravel project files to align with Laravel framework

v14.0

05 Mar 21:05
ccd5d4c
Compare
Choose a tag to compare
  • Cleaned up .env from unused variables.
  • Updated .env to use APCu memory cache for cache and sessions.
  • Removed the database which is now created from scratch on install.
  • Use sudo only where required,
  • Use sudo for reading /etc/mpd.conf as required,
  • Fixed obtaining and setting MPD settings
  • Fixed reboot and DietPi update status.
  • Switched from phpseclib SSH access via allo account to direct exec().
  • Removed unused apc.php and test.php.
  • Applied several other cleanups and fixes.
  • Updated PHP and Node dependencies to latest versions.