Skip to content

Releases: armbian/configng

20240915-2312

15 Sep 23:12
c5d45ae
Compare
Choose a tag to compare
Removed unused files (#81)

Co-authored-by: Tearran <[email protected]>

20240915-1633

15 Sep 16:33
11c3c88
Compare
Choose a tag to compare
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

14 Sep 23:52
3057150
Compare
Choose a tag to compare
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

14 Sep 02:03
80ceb1e
Compare
Choose a tag to compare
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

14 Sep 01:52
e06a751
Compare
Choose a tag to compare
UX: when fixing IP address propose existing (#71)

Co-authored-by: Joey Turner <[email protected]>

20240914-0143

14 Sep 01:44
f2af3a5
Compare
Choose a tag to compare
Update armbian-configng (#72)

replaced cat with input redirection ... no need for creating subshell and adding overhead

20240912-2337

12 Sep 23:37
4a1dd96
Compare
Choose a tag to compare
System: add virtual read-only overlayfs module (#69)

20240912-2334

12 Sep 23:35
e820b96
Compare
Choose a tag to compare
Refactor applications, add desktop execution (#66)

* Refactor applications, add desktop execution

* Bugfixing

20240912-1406

12 Sep 14:09
e41c594
Compare
Choose a tag to compare
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

10 Sep 18:29
d6a8d0d
Compare
Choose a tag to compare
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]>