From 10489feb3101ae6175487bf61041640b6d3f87ba Mon Sep 17 00:00:00 2001 From: adi1090x Date: Tue, 22 Oct 2024 13:19:58 +0530 Subject: [PATCH] News: Released Archcraft Main, PRIME and WSE --- news/2024/10-22-release-prime.mdx | 63 +++++++++++++++++++++++++++++++ news/2024/10-22-release-wse.mdx | 59 +++++++++++++++++++++++++++++ news/2024/10-22-release.mdx | 43 +++++++++++++++++++++ 3 files changed, 165 insertions(+) create mode 100644 news/2024/10-22-release-prime.mdx create mode 100644 news/2024/10-22-release-wse.mdx create mode 100644 news/2024/10-22-release.mdx diff --git a/news/2024/10-22-release-prime.mdx b/news/2024/10-22-release-prime.mdx new file mode 100644 index 00000000..40b1db44 --- /dev/null +++ b/news/2024/10-22-release-prime.mdx @@ -0,0 +1,63 @@ +--- +slug: 43-news-release +title: Archcraft Prime Release +authors: adi1090x +tags: [prime, openbox, bspwm, i3wm, sway, wayfire, river, hyprland, newm, release, iso] +hide_table_of_contents: true +--- + + +export const Highlight = ({children, color}) => ( + + {children} + +); + +Exclusive New **Archcraft Prime ISO** is now available to download. Read the changelogs below to know what's new. + + + +**Archcraft Prime** offers every (`Not the one released after Prime`) exclusive stuff of Archcraft in ***One Single ISO***. It has [`Openbox Premium`](/docs/window-managers/stacking-wm/openbox), [`Bspwm Premium`](/docs/window-managers/tiling-wm/bspwm) and [`i3wm Premium`](/docs/window-managers/tiling-wm/i3wm) as well as all the exclusive wayland compositors ([`Sway`](/docs/wayland-compositors/sway), [`Wayfire`](/docs/wayland-compositors/wayfire), [`River`](/docs/wayland-compositors/river), [`Hyprland`](/docs/wayland-compositors/hyprland) and [`Newm`](/docs/wayland-compositors/newm)) pre-installed. + +### Changelogs : +- Updated ISO profile +- Latest base with new packages +- Update all Archcraft and AUR packages +- Added **new cursor, icon, and GTK themes** (along with updates to existing ones) +- Added **new openbox wm themes** (existing ones updated as well) +- Added **new icon and nerd fonts** (existing ones updated as well) +- Theme updates across all WMs and WCs (Polybar, Waybar, Rofi, Wofi etc.) +- Added **5 new styles/themes** for openbox wm +- Added **4 new icon sets** for the openbox menu +- Added `kitty` terminal support in all WMs and WCs +- Updated `alacritty` configurations in all WMs and WCs +- Updated `foot` config in all WCs +- Added new `neofetch` configuration +- Updated `zsh` theme +- Added new `picom` configuration +- **wayfire** : Updated to `0.9.0`, updated configs, added new plugins +- **river** : Updated configs, Fixed issue with floating WMs +- **hyprland** : Updated to `0.44.1`, updated configs, updated hyprlock, etc +- Various bug fixes, and more! + +> The ***October update package*** for your **Existing PRIME Installation** is now available for download. +> +>Follow [these instruction](https://wiki.archcraft.io/docs/premium/prime#update) to perform the Update. +> +>You Need to follow [these instructions](https://wiki.archcraft.io/blog/03-archcraft-update) as well (**Skip The Step 3 and 4**). + + +**Download :** You can download the latest ISO from [**`ko-fi`** ☕](https://ko-fi.com/s/c925a2a8c1) + +**Get the Updated ISO :** Follow the steps below to get updated files (or re-download files) for free: +- Login to you Ko-fi account +- Go to your `Ko-fi Payments History` +- Select the purchases you've made +- Click on `View Details` +- Then, Click on `View Content` to download the updated files. diff --git a/news/2024/10-22-release-wse.mdx b/news/2024/10-22-release-wse.mdx new file mode 100644 index 00000000..f3ea6153 --- /dev/null +++ b/news/2024/10-22-release-wse.mdx @@ -0,0 +1,59 @@ +--- +slug: 44-news-release +title: Archcraft WSE Release +authors: adi1090x +tags: [wse, wayland, sway, wayfire, river, hyprland, newm, release, iso] +hide_table_of_contents: true +--- + + +export const Highlight = ({children, color}) => ( + + {children} + +); + +Exclusive New **Archcraft Wayland Special Edition ISO** is now available to download. Read the changelogs below to know what's new. + + + +This special edition of Archcraft comes with [`Sway`](/docs/wayland-compositors/sway), [`Wayfire`](/docs/wayland-compositors/wayfire), [`River`](/docs/wayland-compositors/river), [`Hyprland`](/docs/wayland-compositors/hyprland) and [`Newm`](/docs/wayland-compositors/newm) pre-installed, pre-configured and provides you a wayland only Linux experience. + +### Changelogs : +- Updated ISO profile +- Latest base with new packages +- Update all Archcraft and AUR packages +- Added **new cursor, icon, and GTK themes** (along with updates to existing ones) +- Added **new icon and nerd fonts** (existing ones updated as well) +- Theme updates across all WCs (Waybar, Rofi, Wofi etc.) +- Added `kitty` terminal support in all WCs +- Updated `alacritty` configurations in all WCs +- Updated `foot` config in all WCs +- Added new `neofetch` configuration +- Updated `zsh` theme +- **wayfire** : Updated to `0.9.0`, updated configs, added new plugins +- **river** : Updated configs, Fixed issue with floating WMs +- **hyprland** : Updated to `0.44.1`, updated configs, updated hyprlock, etc +- Various bug fixes, and more! + +> The ***October update package*** for your **Existing WSE Installation** is now available for download. +> +> Follow [these instruction](https://wiki.archcraft.io/docs/premium/wse#update) to perform the Update. +> +> You Need to follow [these instructions](https://wiki.archcraft.io/blog/03-archcraft-update) as well (**Only Perform Step 2 and Step 6c,6d**). + + +**Download :** You can download the latest ISO from [**`ko-fi`** ☕](https://ko-fi.com/s/213becbf00) + +**Get the Updated ISO :** Follow the steps below to get updated files (or re-download files) for free: +- Login to you Ko-fi account +- Go to your `Ko-fi Payments History` +- Select the purchases you've made +- Click on `View Details` +- Then, Click on `View Content` to download the updated files. diff --git a/news/2024/10-22-release.mdx b/news/2024/10-22-release.mdx new file mode 100644 index 00000000..636ea430 --- /dev/null +++ b/news/2024/10-22-release.mdx @@ -0,0 +1,43 @@ +--- +slug: 42-news-release +title: October 2024 Release +authors: adi1090x +tags: [v24.10, release, iso] +hide_table_of_contents: true +--- + + +export const Highlight = ({children, color}) => ( + + {children} + +); + +October 2024 ISO of Archcraft is now available to download. Read the changelogs below to know what's new. + + + +### Changelogs : +- Updated ISO profile +- Latest base with new packages +- Update all Archcraft and AUR packages +- Added **new cursor, icon, and GTK themes** (along with updates to existing ones) +- Added **new openbox wm themes** (existing ones updated as well) +- Added **new icon and nerd fonts** (existing ones updated as well) +- Theme updates across both WMs (Polybar, Rofi, etc.) +- Added **5 new styles/themes** for openbox +- Added **4 new icon sets** for the openbox menu +- Added `kitty` terminal support to both WMs +- Updated `alacritty` configurations +- Added new `neofetch` configuration +- Updated `zsh` theme +- Added new `picom` configuration +- Various bug fixes, and more! + +> Follow [**THIS GUIDE**](https://wiki.archcraft.io/blog/03-archcraft-update) to update your existing installation.