Releases: armbian/configng
Releases · armbian/configng
20240922-2206
Introduce apt_install_wrapper function to run apt commands depending …
20240918-1853
Refactor networking configuration logic (#84) * Expand filter to show more adaptors * Refactoring --------- Co-authored-by: Joey Turner <Tearran@users.noreply.github.com>
20240917-0212
Netplan status only works with networkd type of networking (#83)
20240916-0635
added last login toggle (#82) Co-authored-by: Tearran <tearran@armbian.com>
20240915-2312
Removed unused files (#81) Co-authored-by: Tearran <tearran@armbian.com>
20240915-1633
67 feature request tree structure when listing commands (#77) * Refactor see_cmd_list to show "sub menus" properly * Renumber json for readbility nested menu represented with "." for each nesting. * Restored mistakenly deleted menu item --------- Co-authored-by: Tearran <tearran@armbian.com>
20240914-2352
Add support for editing default route and DNS (#75) * Add support for editing default route and DNS * Update config.ng.docs.sh fixed missed typo --------- Co-authored-by: Joey Turner <Tearran@users.noreply.github.com>
20240914-0202
Update config.ng.docs.sh (#73) 1.replaced basename with parameter expansion not to call extra command 2.strange inline if statement checking for empty string replaced with more bash like concise statement.
20240914-0151
UX: when fixing IP address propose existing (#71) Co-authored-by: Joey Turner <Tearran@users.noreply.github.com>
20240914-0143
Update armbian-configng (#72) replaced cat with input redirection ... no need for creating subshell and adding overhead