Releases: armbian/configng
Releases · armbian/configng
20240829-1541
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
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
Merge pull request #40 from schwar3kat/main Fix multiple typo's
20240708-0257
Merge pull request #39 from mordiaky/main Fix workflow
20240708-0254
Merge pull request #39 from mordiaky/main Fix workflow
20240523-0508
Merge pull request #36 from schwar3kat/patch-1 Fix some typo's
20240207-1821
Merge pull request #33 from schwar3kat/main Fix some spelling mistakes
20231212-1823
Merge pull request #28 from armbian/27-fix-shell-check-errors fix for shellcheck error
20231209-1448
20231209-1447
Adjust quick install guide since we are making a repository on the fl…