Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.

Releases: Torxed/archinstall_gui

v0.1rc20

v0.1rc20 Pre-release
Pre-release

Choose a tag to compare

@Torxed Torxed released this 20 Aug 11:33

Minor fix

  • Dependency in language step was pointing to an old step.

v0.1rc19

v0.1rc19 Pre-release
Pre-release

Choose a tag to compare

@Torxed Torxed released this 20 Aug 09:29

Minor fix

  • Reboot step didn't get called properly.

v0.1rc18

v0.1rc18 Pre-release
Pre-release

Choose a tag to compare

@Torxed Torxed released this 20 Aug 09:01

Minor fixes

  • Fixed the reboot() step. Which was using the old slimHTTP syntax.

v0.1rc17

v0.1rc17 Pre-release
Pre-release

Choose a tag to compare

@Torxed Torxed released this 20 Aug 08:46

New features

Minor fixes

  • Re-arranged the installation steps to match the above changes

v0.1rc16

v0.1rc16 Pre-release
Pre-release

Choose a tag to compare

@Torxed Torxed released this 19 Aug 18:28

Fixing build issue.

v0.1rc15

v0.1rc15 Pre-release
Pre-release

Choose a tag to compare

@Torxed Torxed released this 19 Aug 18:17

Fixing build issues.

v0.1rc14

v0.1rc14 Pre-release
Pre-release

Choose a tag to compare

@Torxed Torxed released this 19 Aug 17:34

Minor fixes for the build process.

v0.1rc13

v0.1rc13 Pre-release
Pre-release

Choose a tag to compare

@Torxed Torxed released this 05 Aug 08:41

New features

  • Removed sticky notifications, and added a reboot_step variable at the top of index.html. This variable gets updated for each save button pressed moving the final reboot popup at the end.
    2020-08-05-103503_2649x1898_scrot

Fixes

  • Fixed profile installations, since we updated the profile GUI definition to include description we had to send not the dict object of the profile information to archinstall.install_profile but instead just the path to the profile.

v0.1rc12

v0.1rc12 Pre-release
Pre-release

Choose a tag to compare

@Torxed Torxed released this 04 Aug 09:40

New features

  • Added automatic listing of available timezones and locales in the language section
  • Added support for enabling ntp by using archinstall.enable_ntp.

Fixes

  • Fixed the language section, the layout is a bit different.

v0.1rc11

v0.1rc11 Pre-release
Pre-release

Choose a tag to compare

@Torxed Torxed released this 30 Jul 21:32

New features:

  • A notification popup() function in the GUI to really pop out certain informational messages, such as error messages.

Fixes:

  • Fixed the mirrors section. Now properly adds custom mirrors thanks to archinstall v2.0.4rc3 which added archinstall.add_custom_mirrors(). Also fixed autodetect button, now actually autodetects (using https://slimhttp.hvornum.se/geoip as the geoip-lookup for now).
  • Default page is now arch_linux