Skip to content

Releases: HanSoBored/Auto-Linux

Release v1.1.1

04 Mar 02:01
0e9b1d4

Choose a tag to compare

[1.1.1] - 2026-03-04

🐛 Bug Fixes

  • Fix 'q' and 'esc' key navigation on multiple screens (9a53a1e)

⚙️ Miscellaneous Tasks

  • Update thumbnail & demo (46ed522)

  • Bump version 1.1.1 fix patch (0e9b1d4)

Release v1.1.0

02 Mar 18:12
88c3da2

Choose a tag to compare

[1.1.0] - 2026-03-02

🚀 Features

  • Add full Android support with NDK cross-compilation (9afae55)

  • Upgrade to Bubble Tea v2.0.0 + Android NDK r27c (ea563e8)

⚙️ Miscellaneous Tasks

  • Bump ndk r27c (9a7b9ac)

  • Bump version 1.1.0 bump bubble tea (88c3da2)

Ci

  • Add unit-test workflow for Android NDK builds (5fbe744)

Release v1.0.1

02 Mar 16:03
37f1762

Choose a tag to compare

[1.0.1] - 2026-03-02

🚀 Features

🐛 Bug Fixes

  • Add termux/adb detection (1ef04c2)

  • Add termux/adb temp path (641f28b)

  • Change hardcode value temp donwload (d7a631e)

  • Android/Termux compatibility - avoid faccessat2 syscall (b7b0317)

  • Android/Termux compatibility - avoid faccessat2 syscall (37f1762)

⚙️ Miscellaneous Tasks

  • Add demo preview (3ae2eaf)

  • Bump version 1.0.1 fix patch (46b9aae)

  • Update gitignore build & remove test (4f3718e)

  • Bump version 1.0.2 fix patch (7fe22e7)

Release v1.0.0

02 Mar 11:28
155ae56

Choose a tag to compare

[1.0.0] - 2026-03-02

🚀 Features

  • Add project dependencies and metadata (164c43e)

  • Add main application entry point (748054c)

  • Add data types and structures (e3738f2)

  • Add UI components and rendering (2949794)

  • Add core module (fc8cef3)

  • Add device detection and handling (bf2b0ef)

  • Add distribution detection (874baca)

  • Add installation logic (3555140)

  • Add logging functionality (3ad15da)

  • Add github workflows (a3b7ff2)

  • Add installation project (b4688f4)

  • Add pictures preview (04024c0)

  • Simplify dashboard to reflect root-only architecture (83bd355)

  • Add debootstrap tar.gz for debian (032e662)

  • Add UI screens for distro family and version selection (52d3288)

  • Implement distro family and version selection flow (480a05e)

  • Add debian distro link (f981e2a)

  • Add ubuntu distro link (7457fb2)

  • Add Alpine Linux support to installation process (1346700)

  • Add alpine distro link (18dc0fa)

  • Add arch distro link (bf6643e)

  • Add XZ compression support and improve rootfs extraction (6554136)

  • Add xz2 dependency for XZ compression support (6eb23ba)

  • Add kali distro link (a3e925b)

  • Add Void/Fedora support and improve install robustness (a8a37f0)

  • Add void distro link (c57ebd0)

  • Add support for generic archive extraction, OCI image handling, and security attribute cleanup (e88a3e3)

  • Add fedora distro link (ebfc28d)

  • Add internal command for extended attribute cleanup and enhance startup handling (66adc02)

  • New distribution module to manage supported Linux distributions (f31c00c)

  • Add core installation functionality for Linux distributions in Android environment (aa54922)

  • Refactor UI to use pop-ups and improve consistency (950114f)

  • Improve distro name and user display (4eb03e3)

  • Rewrite to go (3c7aa8f)

🐛 Bug Fixes

  • No need root for install, check root later (733b584)

  • Copy binary, remove link binary (106d888)

  • Version Kali Distro (ca4cb07)

🚜 Refactor

  • Enforce root-only execution with fail-fast logic (f54cf7a)

  • Deleted distro logic (e4a4939)

  • Update app state to support distro family selection (cbc272a)

  • Replace UBUNTUPATH with DISTROPATH & add Arch support (1c735f8)

⚙️ Miscellaneous Tasks

  • Ignore transient files (75b9d17)

  • Add cargo lockfile (6cc7cd2)

  • Add readme.md (4e4e3e9)

  • Add preview images in readme (a5a8f68)

  • Update README.md (bbc6ea0)

  • Add License (2b03a67)

  • Change from master branch to main branch (a6d4700)

  • Update readme (78a9dea)

  • Deleted debootstrap debian (fa192bc)

  • Clean up minor formatting in install module (7aceb84)

  • Change directory to (fe94e4c)

  • Change directory to /data/local/rootfs (b979a3c)

  • Add new previw for distro & dashboard, remove old preview (d7eebe1)

  • Update Readme (d53a928)

  • Change preview image (e8a3f72)

  • Change preview image (155ae56)

Latest Build (Auto-generated)

17 Dec 06:22
155ae56

Choose a tag to compare

Features

  • ui: Improve distro name and user display (HanSoBored)

Chores