]> ###2026.06.22.2333 - Features (logs): add log wrappers - Features (transfer): update button labels for clarity in transfer controls - Features (actions): duplicate buttons at top and bottom of network list - Features (manage): merge edit and manage modals into one - Features (settings): add options to show/hide system and default networks - Features (dashboard): add dashboard tile toggle - Bug Fixes (css): adjust style shift breakpoints and widen manage modal - Bug Fixes (dashboard): add persistence to active toggle via cookie - Bug Fixes (dashboard): add logging, extract and fix js for toggle, fix config loading, fix array assumption - Bug Fixes (dev): explicitly compute staged vs unstaged - Bug Fixes: remove throw when docker networks is in the background for a long time - Bug Fixes (settings): update css href - Bug Fixes (menu): update menu order and add missing tag and code attributes - Bug Fixes (styles): various portrait and landscape mobile css fixes - Bug Fixes (manage): make modal header sticky and adjust title font size on mobile - [View all changes](https://github.com/mstrhakr/docker.networks/compare/v2026.06.19.1610...v2026.06.22.2333) # Remove all but current package file from plugin root. rm -f $(ls &pluginLOC;/&name;*.txz 2>/dev/null|grep -v '&packageVER;') # Clean up legacy package entries. for pkg in &pluginsInstalledPATH;/&name;-*; do [ -e "$pkg" ] && removepkg "$(basename "$pkg")" 2>/dev/null || true done &packageURL; &packageMD5; mkdir -p /boot/config/plugins/&name; echo "" echo "----------------------------------------------------" echo "" echo " Docker Networks has been installed." echo " Version: &version;" echo "" echo "----------------------------------------------------" echo "" for pkg in &pluginsInstalledPATH;/&name;-*; do [ -e "$pkg" ] && removepkg "$(basename "$pkg")" 2>/dev/null || true done rm -f $(ls &pluginLOC;/&name;*.txz 2>/dev/null|grep -v '&packageVER;') rm -rf &emhttpLOC;