Releases: armbian/configng
Releases · armbian/configng
20240905-1322
Change set_safe_boot with improved function armbian_fw_manipulate (#57) * Change set_safe_boot with improved function armbian_fw_manipulate It extends functionality to reload packages too * fix: shift to accomidate option arguments 2nd option to --api * fixed extra if stament. * Improve reloading armbian packages --------- Co-authored-by: Tearran <tearran@gmail.com>
20240904-1907
Switch between stable and nighly repository (#54) Thank you!
20240904-0548
20240904-0130
Enable support for adjusting SSH server (#49) * Enable support for adjusting SSH server * Add bits to README and move to system section * Update config.ng.jobs.json fixed merge conflict * Update README.md * fixed doc --------- Co-authored-by: Joey Turner <Tearran@users.noreply.github.com> Co-authored-by: Tearran <tearran@gmail.com>
20240901-1931
Add support for changing login shells between ZSH and BASH (#50) * Add support for changing login shells between ZSH and BASH * Added system helper file move update_skel and qr_code from PR #49 --------- Co-authored-by: Tearran <tearran@gmail.com>
20240901-0225
Install to internal storage - calling armbian-install script (#48) * Install to internal storage - calling armbian-install script * Update config.ng.jobs.json Check if armbian-install is present to show menu item --------- Co-authored-by: Joey Turner <Tearran@users.noreply.github.com>
20240831-0136
Update debian.yml (#47) joey asked me to add the commas here.
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 <gunjan@wesion.com> * migrate conditions to json file Signed-off-by: Gunjan Gupta <gunjan@wesion.com> * Remove dead code Signed-off-by: Gunjan Gupta <gunjan@wesion.com> * Update readme Signed-off-by: Gunjan Gupta <gunjan@wesion.com> --------- Signed-off-by: Gunjan Gupta <gunjan@wesion.com>
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 <Tearran@users.noreply.github.com> Co-authored-by: Tearran <tearran@gmail.com>
20240801-1231
Merge pull request #40 from schwar3kat/main Fix multiple typo's