File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ slug : 54-news-release
3+ title : October 2025 Release
4+ authors : adi1090x
5+ tags : [v25.10, 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+ October 2025 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 `btrfs` and `jfs` still not added due to previous bugs (unbootable system)
28+ - Updated ISO profile to `archiso 86-1`
29+ - Latest base with new packages
30+ - Update all Archcraft and AUR packages
31+ - Window Managers :
32+ - Fixed `polybar` backlight module issue
33+ - Fixed `bluetooth` module flicker issue
34+ - Added `spotify` module on polybar (only in default)
35+ - Added `spotify` rofi applet (only in default)
36+ - Small improvements and bugs fixed.
You can’t perform that action at this time.
0 commit comments