This repository was archived by the owner on Jun 19, 2024. It is now read-only.
Releases: Torxed/archinstall_gui
Releases · Torxed/archinstall_gui
Release list
v0.1rc20
v0.1rc19
v0.1rc18
v0.1rc17
New features
- Added a
rootpassword step if no user with sudo privileges were created (aka, theaccountsstep was skipped). This due to this change: archlinux/svntogit-packages@0320c90#diff-8d0411b338c83cd8cd8ad9d9db127101
Minor fixes
- Re-arranged the installation steps to match the above changes
v0.1rc16
v0.1rc15
v0.1rc14
v0.1rc13
New features
- Removed
stickynotifications, and added areboot_stepvariable at the top ofindex.html. This variable gets updated for eachsavebutton pressed moving the finalrebootpopup at the end.

Fixes
- Fixed profile installations, since we updated the profile GUI definition to include
descriptionwe had to send not the dict object of the profile information toarchinstall.install_profilebut instead just the path to the profile.
v0.1rc12
New features
- Added automatic listing of available
timezonesandlocalesin the language section - Added support for enabling ntp by using archinstall.enable_ntp.
Fixes
- Fixed the
languagesection, the layout is a bit different.
v0.1rc11
New features:
- A notification
popup()function in the GUI to really pop out certain informational messages, such as error messages.
Fixes:
- Fixed the
mirrorssection. Now properly adds custom mirrors thanks to archinstall v2.0.4rc3 which addedarchinstall.add_custom_mirrors(). Also fixedautodetectbutton, now actually autodetects (using https://slimhttp.hvornum.se/geoip as the geoip-lookup for now). - Default page is now
arch_linux