File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ slug : 57-news-release
3+ title : February 2026 Release
4+ authors : adi1090x
5+ tags : [v26.02, release, iso]
6+ hide_table_of_contents : true
7+ ---
8+
9+ <!-- Badges -->
10+ export const Highlight = ({children, color}) => (
11+ <span
12+ style = { {
13+ backgroundColor: color ,
14+ borderRadius: ' 4px' ,
15+ color: ' #fff' ,
16+ padding: ' 0.2rem' ,
17+ }} >
18+ { children }
19+ </span >
20+ );
21+
22+ February 2026 ISO of Archcraft is now available to download. Read the changelogs below to know what's new.
23+
24+ <!--truncate-->
25+
26+ ### Changelogs :
27+ - Support for `xfs` has been dropped due to bugs (`grub` fails to install)
28+ - Encryption does not work with `ABIF` (CLI installer) due to `plymouth` update (no `plymouth-encrypt` hook in new versions)
29+ - Updated ISO profile to `archiso 87-1`
30+ - Latest base with new packages
31+ - Update all Archcraft and AUR packages
32+ - Small improvements and bugs fixed.
You can’t perform that action at this time.
0 commit comments