# Aura-IDE v1.8.23 #3
CarpseDeam
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This release focuses on first run project loading, responsiveness, and making Aura friendlier with real-world folders.
What changed
Missing Git no longer blocks Aura
Aura now treats Git as a capability, not a gate.
If a folder is not a Git repository, Aura will still open it and let the user browse/work with it. Git-dependent features like undo and auto-commit are explained through a non-blocking prompt instead of a modal dialog.
Better support for large and messy project folders
Aura is now more defensive when opening folders that contain heavy generated directories or unusual file layouts.
Filters common large folders from the file tree:
.git.venvvenvenvnode_modulesdistbuild.next.cachetarget__pycache__Avoids symlink traversal in the workspace tree
Adds timing logs around project-load phases for easier diagnostics
Project/sidebar refresh hardening
The left project panel now avoids a refresh loop during thread backfill and defers heavier refresh work until after the workspace becomes visible.
Why this matters
A first-time user should be able to download Aura, pick a folder, and immediately see that Aura is alive and working.
This release makes that path more forgiving for GitHub ZIP downloads, non-Git folders, large repos, and stranger-shaped project directories.
This discussion was created from the release # Aura-IDE v1.8.23.
All reactions