Skip to content

Releases: archlinux/archinstall

3.0.9

30 Jul 08:36
3.0.9
0cd3f2e
Compare
Choose a tag to compare

New features

Bug fixes

  • Fix #2924: Align LV offset to PE boundary by @Screamnox in #3603
  • Fix #3598 - Utilize script field from config when present by @svartkanin in #3611
  • Fix boot detection to use PartitionFlag.BOOT instead of mountpoint by @VENOIRE in #3659

Other various changes

New Contributors

Full Changelog: 3.0.8...3.0.9

3.0.8

12 Jun 19:45
3.0.8
867fc7c
Compare
Choose a tag to compare

Breaking changes

  • In #3548 storage['session'] is replaced with storage['installation_session']. This should only matter to internal calls, but if someone is using this old session variable in a script this will require a quick sed on storage['session'].
  • storage['LOG_PATH'] and storage['LOG_FILE'] was removed in a re-work of the log handler in #3550. This should only matter to internal calls, but if someone relied on this variable/path to insert their own logs, this needs to be changed according to this PR.
  • Remove unused arguments from internal functions by @correctmost in #3571, this should not cause any issues as they haven't been used in a while and was mostly used for internal calls. But if someone used these functions in their scripts, this will need some slight adjustments in arguments to these functions.

New features

  • Add new version indicator in the title of the main menu by @svartkanin in #3587

Bug fixes

  • Fix root partition device mapper name by @codefiles in #3524
  • Fix empty password by @codefiles in #3531
  • Fix empty username by @codefiles in #3533
  • Fix #3513 Crash when scrolling one-line text by @svartkanin in #3520
  • Fix #3534 Btrfs subvolume creation fails when specifying empty subvolume name by @svartkanin in #3537
  • Fix #3530 load_plugin looks for missing version field in storage by @svartkanin in #3535
  • Change from grub-btrfs.service to grub-btrfsd.service by @lubuoren in #3540
  • Fix restore edit content on help menu close by @svartkanin in #3568
  • Add sync after installation completed, this should help with situations where users forcefully shut down the machine instead of gracefully shutting it down (yanking power to the machine vs running shutdown or reboot) by @svartkanin in #3569
  • Spelling error on extras package in xmonad by @Torxed in #3582
  • Fix recursive call in scripts by @svartkanin in #3586
  • Mount partitions in minimal script before starting installation by @svartkanin in #3585
  • Removed xf86-video-vmware as it's been dropped: by @Torxed in #3590

Other various changes

New Contributors

Full Changelog: 3.0.7...3.0.8

3.0.7

28 May 09:28
3.0.7
2cf7c85
Compare
Choose a tag to compare

New features

Bug fixes

Other various changes

New Contributors

Full Changelog: 3.0.6...3.0.7

3.0.6

21 May 17:39
3.0.6
79a4c7c
Compare
Choose a tag to compare

New features

  • Added --skip-wkd to skip waiting for the arch linux keyring wkd sync by @Torxed in #3483

Bug fixes

Other changes

Full Changelog: 3.0.5...3.0.6

3.0.5

15 May 07:11
3.0.5
f71e91c
Compare
Choose a tag to compare

New features

Bug fixes

Other various changes

Translation updates

New Contributors

Full Changelog: 3.0.4...3.0.5

3.0.4

31 Mar 07:56
3.0.4
dc104e6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.3...3.0.4

3.0.3

30 Mar 20:02
3.0.3
bab3653
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.2...3.0.3

3.0.2

22 Jan 18:49
3.0.2
6653a4e
Compare
Choose a tag to compare

New features

  • Wayfire support by @Mohamed-elg in #3020 (prematurely included in the release, but will be removed in 3.0.3 because it's an AUR package. The arch package archinstall-3.0.2-2 has this profile removed during packaging via a patch in the repositories and thus won't be selectable)

Changes & Fixes

Removals

New Contributors

Full Changelog: 3.0.1...3.0.2

3.0.1

23 Nov 10:56
3.0.1
aa80f8c
Compare
Choose a tag to compare

Basically just a small patch release for issues found by the community after the v3.0.0 release.

Fixes and changes

New Contributors

Full Changelog: v3.0.0...3.0.1

v3.0.0

17 Nov 10:23
v3.0.0
c16df5d
Compare
Choose a tag to compare

New features

  • TUI has been reworked and now uses curses, which allows us to do more complex layouts as well as give a new but familiar look and feel. Huge effort by @svartkanin in #2663
    screenshot

Improvements

Deprecation warnings

  • swiss.py script is deprecated as the core API has changed quite a lot but keeping up with the script has not been feasible time wise. The reported usage should mean very few is affected by this and will be removed following the next release after this one.
  • Pacman() class will be re-worked in #2787, and will no longer take target= as an argument. Instead .strap now takes Pacman().strap(target=). It will also use libalpm for its operations in the future to do local package lookups rather than rely on archlinux.org JSON API for package search.
  • Versions henceforth will drop the prepended v notation, meaning the next version will be 3.0.1 instead of v3.0.1.

New Contributors

Full Changelog: v2.8.6...v3.0.0