diff --git a/docs/index.md b/docs/index.md index d4143fb..b93f165 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,29 +13,18 @@ A technical successor to Antergos for the post-systemd era — **Artix Linux** b [**Download the latest ISO**](https://github.com/Antergos-NeXT/antergos-iso/releases) _Published to GitHub Releases. (The Internet Archive upload step in CI is currently disabled — see [CI](ci).)_ -### Latest release — v2026.08.11 (Xeitoso) +### Latest release — v2026.08.16 (Arranxo) -What's in the latest release (v2026.08.11 "Xeitoso"): +Hotfix release. What's fixed in v2026.08.16 "Arranxo": -- KDE Plasma 6 on Wayland (with SDDM) — KDE installs correctly (DE/DM choosers no longer fight over the netinstall queue) -- Clock syncs after install (`ntp-dinit` installed, `ntpd` enabled) -- Full audio support on installed systems (patched pipewire launcher for dinit) -- Custom SDDM theme — `pixie-sddm-git` (Material Design 3, not Breeze) -- Correct `/usr/lib/os-release` (shows "Antergos NeXT", not "Artix Linux") -- Choose your desktop (Plasma/Xfce/Cinnamon/MATE/LXQt/i3/Sway/Hyprland/COSMIC) -- Choose your init during install (dinit/runit/s6) -- GRUB with Antergos theme -- Custom Calamares slideshow + DM selector with screenshots -- LightDM with slick-greeter and proper config out of the box -- Filesystem tools in the default group (btrfs-progs, xfsprogs, f2fs-tools, snapper) -- Xlibre X server included -- Offline bare-minimum installer (`antergos-offline-install`) +- **COSMIC display manager now works** — `cosmic-greeter-dinit` ships as its own package and the online `displaymanager.conf` lists `greetd`, so `/etc/greetd/config.toml` gets written and the greeter starts. The Xeitoso-era COSMIC-breaks-DM bug is gone. +- **zsh login lockout fixed** — `users.conf` forces `/bin/zsh` but nothing installed it, so a freshly installed system couldn't log in. `zsh` is now in the netinstall Default group. Thanks to jtadlock91 for reporting it. +- **New KDE Plasma (Minimal) entry** — a stripped-down Wayland-only Plasma for low-end hardware: `plasma-meta`, kitty, pcmanfm-qt, featherpad, grim, slurp. No XWayland, no branding, no bloat. -Only KDE Plasma was tested this release. The other DEs are in the installer but best-effort — see the [release notes](https://github.com/Antergos-NeXT/antergos-iso/releases/tag/v2026.08.11-release). The offline installer is also **experimental and best-effort** — the online Calamares flow is the supported path. +Only KDE Plasma was tested this release. The other DEs are in the installer but best-effort — see the [release notes](https://github.com/Antergos-NeXT/antergos-iso/releases/tag/v2026.08.16-release). The offline installer is also **experimental and best-effort** — the online Calamares flow is the supported path. ### Known issues in this release -- **COSMIC breaks the display manager on an online install** — the online `displaymanager.conf` never listed `greetd`, so Calamares skips `DMgreetd` and never writes `/etc/greetd/config.toml`. Fixed on `master` (`00e1390`, hotfix, Aug 13) and will ship in the next release. - **KDE Plasma is the only tested DE** — Xfce, Cinnamon, MATE, LXQt, i3, Sway, Hyprland and COSMIC are in the installer but unverified. Report results in an issue. - **The offline installer is experimental and best-effort** — the online Calamares flow is the supported path. diff --git a/iso-profiles/antergos/live-overlay/etc/os-release b/iso-profiles/antergos/live-overlay/etc/os-release index 8d90ec5..5005257 100644 --- a/iso-profiles/antergos/live-overlay/etc/os-release +++ b/iso-profiles/antergos/live-overlay/etc/os-release @@ -1,9 +1,9 @@ NAME="Antergos NeXT" -PRETTY_NAME="Antergos NeXT 2026.08.11 Xeitoso" +PRETTY_NAME="Antergos NeXT 2026.08.16 Arranxo" ID=antergos ID_LIKE=artix -VERSION_ID=2026.08.11 -VERSION_CODENAME=xeitoso +VERSION_ID=2026.08.16 +VERSION_CODENAME=arranxo BUILD_ID=rolling ANSI_COLOR="38;2;0;136;204" HOME_URL="https://github.com/Antergos-NeXT" diff --git a/iso-profiles/antergos/live-overlay/usr/lib/os-release b/iso-profiles/antergos/live-overlay/usr/lib/os-release new file mode 100644 index 0000000..5005257 --- /dev/null +++ b/iso-profiles/antergos/live-overlay/usr/lib/os-release @@ -0,0 +1,13 @@ +NAME="Antergos NeXT" +PRETTY_NAME="Antergos NeXT 2026.08.16 Arranxo" +ID=antergos +ID_LIKE=artix +VERSION_ID=2026.08.16 +VERSION_CODENAME=arranxo +BUILD_ID=rolling +ANSI_COLOR="38;2;0;136;204" +HOME_URL="https://github.com/Antergos-NeXT" +DOCUMENTATION_URL="https://wiki.archlinux.org" +SUPPORT_URL="https://github.com/Antergos-NeXT" +BUG_REPORT_URL="https://github.com/Antergos-NeXT" +LOGO=antergos-logo diff --git a/iso-profiles/antergos/root-overlay/etc/os-release b/iso-profiles/antergos/root-overlay/etc/os-release index 8d90ec5..5005257 100644 --- a/iso-profiles/antergos/root-overlay/etc/os-release +++ b/iso-profiles/antergos/root-overlay/etc/os-release @@ -1,9 +1,9 @@ NAME="Antergos NeXT" -PRETTY_NAME="Antergos NeXT 2026.08.11 Xeitoso" +PRETTY_NAME="Antergos NeXT 2026.08.16 Arranxo" ID=antergos ID_LIKE=artix -VERSION_ID=2026.08.11 -VERSION_CODENAME=xeitoso +VERSION_ID=2026.08.16 +VERSION_CODENAME=arranxo BUILD_ID=rolling ANSI_COLOR="38;2;0;136;204" HOME_URL="https://github.com/Antergos-NeXT" diff --git a/iso-profiles/antergos/root-overlay/usr/lib/os-release b/iso-profiles/antergos/root-overlay/usr/lib/os-release index 8d90ec5..5005257 100644 --- a/iso-profiles/antergos/root-overlay/usr/lib/os-release +++ b/iso-profiles/antergos/root-overlay/usr/lib/os-release @@ -1,9 +1,9 @@ NAME="Antergos NeXT" -PRETTY_NAME="Antergos NeXT 2026.08.11 Xeitoso" +PRETTY_NAME="Antergos NeXT 2026.08.16 Arranxo" ID=antergos ID_LIKE=artix -VERSION_ID=2026.08.11 -VERSION_CODENAME=xeitoso +VERSION_ID=2026.08.16 +VERSION_CODENAME=arranxo BUILD_ID=rolling ANSI_COLOR="38;2;0;136;204" HOME_URL="https://github.com/Antergos-NeXT"