Skip to content

Releases: archlinux/archinstall

v2.8.0

15 Apr 05:04
v2.8.0
7d9e9d8
Compare
Choose a tag to compare

Bug fixes

Minor changes

Language updates

New Contributors

Full Changelog: v2.7.2...v2.8.0

v2.7.2

07 Mar 11:32
v2.7.2
74476de
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.7.1...v2.7.2

v2.7.1

28 Nov 16:06
v2.7.1
c13d5fa
Compare
Choose a tag to compare

Bug fixes

New features

Minor changes

New Contributors

Full Changelog: v2.7.0...v2.7.1

v2.7.0

23 Nov 09:11
v2.7.0
62296cf
Compare
Choose a tag to compare

Bug fixes

New features

Minor Changes

  • Language updates

New Contributors

Full Changelog: v2.6.3...v2.7.0

v2.6.3

30 Sep 13:58
v2.6.3
a78ab49
Compare
Choose a tag to compare

Bug fixes

Tweaks

Full Changelog: v2.6.2...v2.6.3

v2.6.2

27 Sep 21:26
v2.6.2
72856ed
Compare
Choose a tag to compare

New features

Bug fixes

Minor changes

New Contributors

Full Changelog: v2.6.1...v2.6.2

v2.6.1

23 Sep 13:20
v2.6.1
7f5b100
Compare
Choose a tag to compare

New features

Bug fixes

Tweaks and minor changes

New Contributors

Full Changelog: v2.6.0...v2.6.1

v2.6.0

30 Jul 22:20
v2.6.0
ada1ffe
Compare
Choose a tag to compare

As previously warned, this release have breaking changes in terms of configuration files and the API layer in several places.
This is in order to clean up poor terminology in the configuration as well as separate code logic and uniform parameters for similar functions.

This release will also be signed by @Torxed's usual PGP Key 256F73CEEFC6705C6BBAB20E5FBBB32941E3740A as well as his new Arch Linux TU key 8AA2213C8464C82D879C8127D4B58E897A929F2E. This is to create a trust path between the old personal key used historically and the newly added TU key torxed@archlinux.org. The TU key will be used henceforth for the archinstall project and the personal key will be discontinued for this project.

Breaking changes (to direct API usage and configuration format)

  • JSON configuration format has changed, see config-sample.json for latest example or run archinstall and save a config.

  • Profiles have changed quite a bit, awesome is a good example or i3

  • #1801 may cause issues, but hard to foresee where. Some functions that aren't intended to be used directly have been renamed to _XYZ() from XYZ().

  • Rename encryption method by @svartkanin in #1888

  • Simplify object serialization before JSON encoding by @lavafroth in #1871 (JSON still exists, but if the JSON_ENCODER was used directly, this is now changed/removed)

  • Refactor installer and general design patterns by @lavafroth in #1895

  • python-parted and python-simple-term-menu are now two dependencies #1901

  • Installer.pacstrap/Installer._pacstrap is now Installer.pacman.strap() *(However, a compatability layer will be added before final release, mentioning it since the RC1 will have a breaking change)

New features

Bug fixes

Minor changes

New Contributors

Read more

v2.6.0rc1

17 Jul 09:04
v2.6.0rc1
e41900a
Compare
Choose a tag to compare
v2.6.0rc1 Pre-release
Pre-release

As previously warned, this release may have breaking changes in terms of configuration and the API layer.
This is to clean up poor terminology in the configuration as well as separate code logic and uniform parameters for similar functions.

The biggest change

Breaking changes (to direct API usage and configuration format)

  • #1801 may cause issues, but hard to forsee where. Some functions that aren't intended to be used directly have been renamed to _XYZ() from XYZ().

  • Rename encryption method by @svartkanin in #1888

  • Simplify object serialization before JSON encoding by @lavafroth in #1871 (JSON still exists, but if the JSON_ENCODER was used directly, this is now changed/removed)

  • Refactor installer and general design patterns by @lavafroth in #1895

  • python-parted and python-simple-term-menu are now two dependencies #1901

  • Installer.pacstrap/Installer._pacstrap is now Installer.pacman.strap() *(However, a compatability layer will be added before final release, mentioning it since the RC1 will have a breaking change)

New features

Bug fixes

Minor changes

New Contributors

Read more

v2.5.6

10 Apr 08:28
v2.5.6
cbd4664
Compare
Choose a tag to compare

Bug fixes

  • Dual entries in /boot/loader/entries/entry.conf for systemd-boot - #1716
  • i3 desktop profile fails to install - #1720