@@ -44,7 +44,7 @@ export const Highlight = ({children, color}) => (
4444
4545**Voidcraft** is an installable package that will turn your [Void Linux](https://voidlinux.org/) installation into Archcraft. Once installed on the top of Void Linux, It'll offer everything Archcraft offers on your Void Linux.
4646
47- **Important** : Voidcraft is created on the top of `Void Linux Live Base (glibc)`(_void-live-x86_64-20240314 -base.iso_) and It's ***recommended*** that you install this on a fresh installation of Void Linux.
47+ **Important** : Voidcraft is created on the top of `Void Linux Live Base (glibc)`(_void-live-x86_64-20250202 -base.iso_) and It's ***recommended*** that you install this on a fresh installation of Void Linux.
4848
4949<!-- Download ------------------------------------- -->
5050
@@ -62,6 +62,7 @@ Follow the step below to install Voidcraft :
6262- Extract the file : ` tar -xzvf voidcraft.tar.gz `
6363- Change to extracted directory : ` cd voidcraft `
6464- Run install script and let it do it's job : ` ./install.sh `
65+ - You can run ` ./install.sh |& tee log.txt ` to create a installation log file.
6566- Once finished, _ reboot your computer_ and you'll have ** Voidcraft installed** .
6667
6768:::info[ Video]
@@ -77,7 +78,29 @@ An **asciinema** file `voidcraft.cast` is provided as well, you can play that to
7778## Changelogs
7879
7980<details>
80- <summary><b>Changelog (July 2024) : Last Update</b></summary>
81+ <summary><b>Changelog (July 2025) : Last Update</b></summary>
82+
83+ **Date** : `July 06th, 2025`
84+
85+ - Added **new cursor, icon, and GTK themes** (along with updates to existing ones)
86+ - Added **new icon and nerd fonts** (existing ones updated as well)
87+ - Theme updates across both WMs (Polybar, Rofi, etc.)
88+ - Added **4 new icon sets** for the openbox menu
89+ - Added `kitty` terminal support to all WMs
90+ - Update all Window Manager's Configs
91+ - Added `archcraft-arandr` (GUI) package to manage screen layouts
92+ - Improved thunar actions functionalities
93+ - open terminal according to session
94+ - open as root according to session
95+ - permanently sets the wallpaper in supported sessions
96+ - Added new `neofetch` configuration
97+ - Updated `zsh` theme
98+ - Small improvements and bugs fixed.
99+
100+ </details>
101+
102+ <details>
103+ <summary><b>Changelog (July 2024) : Third Release</b></summary>
81104
82105**Date** : `July 06th, 2024`
83106
0 commit comments