Releases: MichaIng/DietPi-AlloGUI
Releases · MichaIng/DietPi-AlloGUI
v14.4
v14.3
- 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
v14.1
v14.0
- 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 viaallo
account to directexec()
. - Removed unused
apc.php
andtest.php
. - Applied several other cleanups and fixes.
- Updated PHP and Node dependencies to latest versions.