Skip to content

Commit

Permalink
Released July ISO
Browse files Browse the repository at this point in the history
  • Loading branch information
adi1090x committed Jul 1, 2024
1 parent 4f42448 commit a476650
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions news/2024/07-01-release.mdx
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.

0 comments on commit a476650

Please sign in to comment.