-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
slug: 39-news-release | ||
title: July 2024 Release | ||
authors: adi1090x | ||
tags: [v24.07, release, iso] | ||
hide_table_of_contents: true | ||
--- | ||
|
||
<!-- Badges --> | ||
export const Highlight = ({children, color}) => ( | ||
<span | ||
style={{ | ||
backgroundColor: color, | ||
borderRadius: '4px', | ||
color: '#fff', | ||
padding: '0.2rem', | ||
}}> | ||
{children} | ||
</span> | ||
); | ||
|
||
July 2024 ISO of Archcraft is now available to download. Read the changelogs below to know what's new. | ||
|
||
<!--truncate--> | ||
|
||
### Changelogs : | ||
- Updated ISO profile | ||
- Latest base with new packages | ||
- Update all Archcraft and AUR packages | ||
- Update Openbox Configs | ||
- Added Firewall (`ufw`) with GUI (`gufw`) | ||
- Added `apparmor` for MAC (_mandatory access control_) | ||
- Replaced rofi with ibonn's rofi fork, fixed focusing issue in wayland compositors | ||
- Small improvements and bugs fixed. | ||
|
||
> Run: `sudo pacman -Syyu` to update your existing installation. |