Skip to content

Releases: armbian/configng

20240916-0635

16 Sep 06:35
9b27cb8
Compare
Choose a tag to compare
added last login toggle (#82)

Co-authored-by: Tearran <tearran@armbian.com>

20240915-2312

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

Co-authored-by: Tearran <tearran@armbian.com>

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 <tearran@armbian.com>

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 <Tearran@users.noreply.github.com>

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 <Tearran@users.noreply.github.com>

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 <tearran@armbian.com>