Skip to content

Releases: armbian/configng

20240829-1541

29 Aug 15:41
ffafd60

Choose a tag to compare

Bug fixes for menu navigation (#44)

* Fix menu navigation

Menu navigation was broken and had following issues:
- selecting any option in submenu drops to main menu after operation finishes
- there was a broken implementation of having a submenu within a submenu that doesn't work due to buggy implementation
- there was a broken implementation of having conditions in json file to dynamically show and hide options but that doesn't work due to buggy implementation
- also main menu supported conditions while sub menu didn't which shows lack of consistency in design

Signed-off-by: Gunjan Gupta <[email protected]>

* migrate conditions to json file

Signed-off-by: Gunjan Gupta <[email protected]>

* Remove dead code

Signed-off-by: Gunjan Gupta <[email protected]>

* Update readme

Signed-off-by: Gunjan Gupta <[email protected]>

---------

Signed-off-by: Gunjan Gupta <[email protected]>

20240802-2011

02 Aug 20:12
d957dbe

Choose a tag to compare

Function to freeze and unfreeze board firmware (#25)

* Function to freeze and unfreeze board firmware

* chore: Update network service discovery

* chore: Toggle menu items based on held packages Freeze/unfreeze

* chore: Update network service discovery
fix: moved PR template to proper folder
add: CODE_OF_CONDUCT.md

* chore: Remove unused script for freezing system packages

* chore: Update kernal header install remove

---------

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

20240801-1231

01 Aug 12:32
80e5936

Choose a tag to compare

Merge pull request #40 from schwar3kat/main

Fix multiple typo's

20240708-0257

08 Jul 02:58
4c4a9a9

Choose a tag to compare

Merge pull request #39 from mordiaky/main

Fix workflow

20240708-0254

08 Jul 02:55
4c4a9a9

Choose a tag to compare

Merge pull request #39 from mordiaky/main

Fix workflow

20240523-0508

23 May 05:08
722fe9f

Choose a tag to compare

Merge pull request #36 from schwar3kat/patch-1

Fix some typo's

20240207-1821

07 Feb 18:22
b4880cd

Choose a tag to compare

Merge pull request #33 from schwar3kat/main

Fix some spelling mistakes

20231212-1823

12 Dec 18:23
ca14dbb

Choose a tag to compare

Merge pull request #28 from armbian/27-fix-shell-check-errors

fix for shellcheck error

20231209-1448

09 Dec 14:49
cfd94f2

Choose a tag to compare

Commits

20231209-1447

09 Dec 14:47
6f9b805

Choose a tag to compare

Adjust quick install guide since we are making a repository on the fl…