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

6
6
@@ -16,11 +16,11 @@ Even in its current proof‑of‑concept state, Aurora OS already solves the har
16
16
- 🗂 **Virtual User Space**: Persistent `localStorage` filesystem with real user permissions (`rwx`), user homes, and multi-user isolation (`root`, `guest`, custom users).
17
17
- 🧠 **App Engine**: Window management, z-indexing, process lifecycle, and a global context-aware Menu Bar.
18
18
- 💻 **Terminal**: Bash-like environment with pipes, IO redirection, history, and internal commands (`ls`, `cat`, `grep`, `sudo`, `su`).
19
-
-� **System Apps**:
20
-
-**Finder**: Drag & drop file management, list/grid views, and trash can.
21
-
-**App Store**: Install/uninstall apps with permission checks (`sudo` support).
22
-
-**Settings**: System configuration, user management, and personalization.
23
-
-**DevCenter**: System diagnostics and logs.
19
+
-**System Apps**:
20
+
-**Finder**: Drag & drop file management, list/grid views, and trash can.
21
+
-**App Store**: Install/uninstall apps with permission checks (`sudo` support).
22
+
-**Settings**: System configuration, user management, and personalization.
23
+
-**DevCenter**: System diagnostics and logs.
24
24
- 🎨 **Creative & Media**:
25
25
-**Photos**: Full gallery with albums, favorites, lightbox, and reactive library scanning.
26
26
-**Music**: Playlist management, background playback, and binary ID3 metadata parsing.
@@ -30,7 +30,7 @@ Even in its current proof‑of‑concept state, Aurora OS already solves the har
30
30
-**Mail**: Email client simulation with attachments and multiple mailboxes.
31
31
-**Calendar**: Event management with drag & drop support.
32
32
-**Messages**: Chat interface simulation.
33
-
-� **Localization**: Fully translated in English, German, Spanish, French, Portuguese, Romanian, Chinese, Russian, Japanese, Polish, Korean, and Turkish.
33
+
-**Localization**: Fully translated in English, German, Spanish, French, Portuguese, Romanian, Chinese, Russian, Japanese, Polish, Korean, and Turkish.
34
34
35
35
## 🧭 Where This Is Going
36
36
@@ -93,7 +93,7 @@ If anything feels unclear, open a [discussion](https://github.com/mental-os/Auro
-**DevCenter**: Removed legacy System Logs tab in favor of more focused debugging tools.
128
+
-**GPU Capabilities**: Added hardware acceleration toggle in BIOS and Settings (High Fidelity vs Performance presets).
129
+
-**Network Simulation**: with functional connection applet and password input. OS is responsive to the network state and react to the connection specifications (speed, signal, etc.): open/WEP/WPA/WPA2/WPA3 security that reflects the max. download speed of the network, signal strength that sets the percentage of the max. download speed, and more to come.
130
+
-**Localization**: Full native translations for 12 languages (EN, DE, ES, FR, PT, RO, RU, JA, PL, KO, TR, ZH) and added Hindi language WIP.
131
+
-**Persistence**: Graphics settings (BioS) now strictly survive "New Game" resets.
137
132
138
133
### Improved
139
134
140
-
-**Architecture**: Standardized internal imports to use absolute `@/` alias.
141
-
-**Configuration**: Centralized all brand identity (colors, wallpapers, name) into `systemConfig.ts` for easier white-labeling and theming.
142
-
-**Multi-User**: Enhanced app isolation (local providers) for `sudo`/`su` sessions.
143
-
-**Localization**: Achieved 100% translation parity across all 12 supported languages (EN, DE, ES, FR, PT, RO, ZH, RU, JA, PL, KO, TR).
144
-
-**Audio**: Added dedicated Ambiance channel with independent volume control and hierarchical settings persistence.
145
-
-**Boot Sequence**: Improved startup sounds with high-quality assets for Intro (`computerStart`) and BIOS (`biosStart`).
146
-
-**DevCenter**: Complete UI overhaul with new Apps debugging section, enhanced File System explorer with detailed file properties, and unified glassmorphism aesthetic with system accent colors.
147
-
-**Internationalization**: All DevCenter UI strings are now fully localized with synchronized translations across all supported languages.
148
-
-**Calendar**: Added drag & drop support.
149
-
-**Calendar**: Added dynamic categories support `(.config/calendar.json)`.
150
-
-**Calendar first event**: aka. "Loop Started" event is now set to follow the onboarding completion time.
151
-
-**Time source**: now influences Calendar app (local time vs. server time).
152
-
-**Modals**: such as "Open File" or "Create/Edit Event" blurs the background.
153
-
-**Main Services & Mail**: Trash functionality and permanent deletion.
154
-
-**Mail App**: Improved UI and responsive design to match Messages App.
155
-
-**Terminal performance**: by switching to memos, the terminal is now much faster and more responsive.
156
-
-**Notifications**: Clear distinction between system notifications (debug notifications in bottom right) and app notifications (app events notifications in top right and the Notifications applet).
157
-
-**App Store**: Improved UI and responsive design to match other Apps.
158
-
-**Main Menu**: Added "Contribute" tab and "Developer disclaimer" floating window.
159
-
-**Modals**: Added `Escape` key close support and Arrow key navigation for tabs in `Settings` and `Credits` modals.
160
-
-**Onboarding**: Improved user flow with `Escape` to cancel/go back and `Enter` to advance steps.
161
-
-**BIOS Settings**: Complete overhaul with tabbed interface, graphics presets (Ultra/Performance), and granular audio controls.
162
-
-**Pre-boot flow**: Improved support for keyboard navigation and user experience.
135
+
-**Window Performance**: Implemented "Safe" closing animations and optimized z-index handling to reduce layout thrashing.
136
+
-**Browser UI**: to match the OS theme and dynamic colors.
137
+
-**Browser's websites**: Improved layout and responsiveness for all the available websites.
138
+
-**Context Awareness**: Updated AI agent documentation (`context.md`) to reflect the latest architecture mechanics.
139
+
-**App Center**: Improved with network connection check and progress the install of apps based on the effective speed of the network (first 50% of the progress bar is network, second 50% is based on system performance - random for now, not yet implemented).
140
+
-**Native full-screen**: Implemented native full-screen mode for host-OS (Windows, Linux, macOS) and added a the necesarry code to enable it in BIOS (Settings menu).
141
+
-**Debouncing & Sanitization**: for localStorage to prevent prototype pollution and other security issues across various APPs and systems.
-**Audio**: Fixed unwarranted "warning" sound during New Game initialization by silencing user-less system reset notifications.
168
-
-**Login Screen**: Fixed password hint display bug where it would incorrectly default to "guest" for users with empty hints.
169
-
-**Drag & Drop**: Fixed drag-and-drop support system-wide (Finder, Calendar, etc.) avoiding double-click triggers (browsers limitation).
170
-
-**Finder**: Fixed double-click launch reliability and "Open Folder" case-sensitivity issues.
171
-
-**Mail App**: Fixed remembering opened tabs after app close, or relogin.
172
-
-**Terminal text selection**: Fixed text selection in Terminal app created by the "no text selection" settings across the app (input boxes should be fine).
173
-
-**DevCenter**: Updated to include all current features in a unified testing environment with proper storage key usage and Messages DB integration.
174
-
-**Session**: Prevented apps from auto-playing/opening content when restoring old sessions.
145
+
-**Translation Gaps**: Resolved missing keys and placeholders in non-English locales.
146
+
-**Settings Sync**: Fixed issues where BIOS settings weren't correctly applying to the `SystemConfig`.
147
+
-**Security**: Resolved high-severity vulnerabilities (GHSA-8qq5-rm4j-mr97) in the `node-tar` package by implementing a global dependency override to `tar@^7.5.6`.
0 commit comments