Releases: armbian/configng
Releases · armbian/configng
20240915-2312
Removed unused files (#81) Co-authored-by: Tearran <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
20240914-0143
Update armbian-configng (#72) replaced cat with input redirection ... no need for creating subshell and adding overhead
20240912-2337
System: add virtual read-only overlayfs module (#69)
20240912-2334
Refactor applications, add desktop execution (#66) * Refactor applications, add desktop execution * Bugfixing
20240912-1406
Help docs (#68) * chore: Update help message in armbian-configng script * chore: Update help message * fix: typo * Added: Option to list all cmd options help `--help cmd` * feat: Add help support for API, armbian-configng --help api --------- Co-authored-by: Tearran <[email protected]>
20240910-1829
Add: Promt section for menu and bypass for --cmd option (#65) * Add: Promt changed --cli to --cmd * fix: --help --------- Co-authored-by: Tearran <[email protected]>