You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Package Source Visibility: Added clear badges (Official, AUR, Flatpak) next to the package version in the details sheet, and added a detailed "Source / Repository" metadata row showing the exact repository origin (e.g. Flathub, AUR, core, extra, etc.).
Secure AUR PKGBUILD Audits: Removed the automated --skipreview and --noedit command-line bypasses. When installing AUR packages, the terminal window will now correctly prompt you to inspect and review PKGBUILD changes before compilation starts.
Terminal Auto-Close Customization:
Added new configuration keys to toggle auto-close behavior and set custom durations (5s, 10s, 15s, or 30s) in the Settings page.
Implemented a silent "Auto-close" checkbox inside the integrated console drawer that updates settings instantly without intrusive notifications.
System terminal operations (like standard package updates or command installations) now respect these settings: displaying a clear countdown when auto-close is enabled, or prompting "Press Enter to close..." to let you inspect outputs when disabled.
Localization & Boot Fixes:
Resolved a Laravel 11 pathing issue where settings.json was saved inside storage/app/private/ but searched in storage/app/. The correct path is now dynamically resolved on boot, ensuring the notification tray menu loads in the user's preferred language on startup.
Added Artisan CLI search paths so background operations and finish notifications also respect the user's active locale.
Translated all setup logs and terminal suffixes, and completed translation files (en.json, pt.json, es.json, ru.json) for the new settings interface.