Activity

ucosuc113

[v1.4.6] - Lastest

  • Fixed: Start menu power buttons now show icons (lock, restart, power).
  • Fixed: Taskbar volume icon now properly updates and shows current level.
  • Fixed: Username changes in Settings immediately update the lock screen and persist.
  • Added: A new lock screen that appears before accessing the desktop, improving session security and system flow.
  • Improved: SVG fallbacks now render in more places when icons fail to load.
Attachment
0
ucosuc113

[v1.4.5b]

  • Fixed: VS Code File menu behavior.
    “Import…” now correctly loads files from your PC into the mini-OS.
    “Open File…” now opens files from the OS virtual filesystem (no more “undefined” icons).
  • Fixed: Open dialog shows a clear error when a file can’t be loaded (binary/unsupported files), and keeps the previous file open.
  • Added: real-time sync between editors — saving a file in the Text Editor now updates it in VS Code when open and not dirty.
  • Improved: VS Code terminal now shares the same shell backend as the system terminal (same commands, selectable output, full history, and better multiline tracebacks).
  • Misc: polish for file dialogs, updated changelog system.
Attachment
0
ucosuc113

[v1.4.5] - Latest

  • Added new visual bootloader: black startup screen with terminal-style neon log, followed by dynamic logo splash and prioritized lock screen loading.
  • Improved boot sequence order: lock screen now loads before any desktop UI elements.
  • Added safe boot system: automatic retry once on failure, then stops with a clear error message if the issue persists.
  • Improved UI resilience: step-by-step initialization to prevent a single component error from breaking the entire desktop.
  • Enhanced responsive logo rendering with proportional scaling and drop shadow.

These bootloader changes are added to fix previous bugs that occurred when starting the system.

Attachment
0
ucosuc113

v1.4.4 – Update Summary

Desktop Improvements

Icons now auto-arrange in a responsive grid.

Grid updates automatically when resizing the window.

Icon size can be changed (Small, Medium, Large).

Optional grid snapping when moving icons.

All settings are saved automatically.

New App: Social Network

Peer-to-peer social network using direct connections.

No server required.

Messages sync automatically between users.

Posts can spread through multiple users and survive disconnections.

Limited connections to prevent overload.

Lightweight built-in network status indicator.

New App: Resource Monitor

Simulated RAM system.

Shows memory usage, active processes, and storage usage.

Displays real browser storage details.

Option to clean temporary data.

VS Code Update

First-time tutorial popup in each session.

Option to disable it.

System Update

Version updated to 1.4.4 across all system references.

Attachment
0
ucosuc113

[v1.4.3]
─────────────────────────────────────────────────────────────

Factory Reset added in Settings → Reset.

You can now fully reset the OS to its default state.
After confirming, all saved data is deleted (settings,
wallpaper, password, avatar and user files) and the
system reloads like the first time it was opened.

Profile pictures added in Settings → Privacy.

Users can upload a custom avatar shown in the Start
Menu and Lock Screen. It is stored in localStorage
and can be removed to return to the default icon.

All emojis were replaced with SVG icons for consistent
appearance across browsers and systems. Updated across
the taskbar, explorer, settings, terminal, VS Code UI
and other system areas.

Text Editor now supports multiple tabs.

Tabs show the file name and an unsaved indicator (●).

Shortcuts:
Ctrl+T → New tab
Ctrl+W → Close tab

Saving works on the active tab and at least one tab
always remains open.

System files now update automatically when the OS
version changes, while user files and settings stay
untouched.

Audio Player stability fixes:
several silent failures fixed, clearer errors added,
Open File button added, and volume handling improved.

Note for Ship reviewers:

If an error appears, please check the browser console.
The previous audio player bug did not happen on my
machine, so debugging was difficult.

I also tried fixing it using Claude to help detect
possible errors not appearing locally. Since the
issue might be related to saved data, a reset option
and system file refresh system were added to keep
the OS state consistent.

Console logs would help a lot. Thanks.

Attachment
0
ucosuc113

Shipped this project!

im working on a web os called Hue Bit OS its basically a operating system made in html js and css lol

the name comes from huevitos in spanish which means little eggs so yeah little egg os xd

the hardest part to make was the code editor because the code got REALLY big and messy and i also had to deal with stuff like saving files and making a terminal that connects with things inside the system which was kinda painful :’)

in the end i used claude to help optimize and restructure the code a bit and also add some things so the editor could actually work properly and not explode lol

now it runs better and the editor is actually usable :)

ucosuc113

[v1.4.2]
─────────────────────────────────────────────────────────────

VS Code editor completely rewritten from scratch.

File menu: New File, Open File (system picker), Save,
Save As (folder dialog), Export / Download — all functional.

Edit menu: Copy, Paste, Select All, Find (with prompt).

View menu: Toggle Sidebar, Toggle Terminal.

Run menu and ▶ Run toolbar button:
- .py → runs with the built-in Python interpreter
- .js → executes with new Function(), captures console.log
- .html → opens a live preview in a new window
- .css → informational message

Terminal panel: opens/closes with the ⌨ button or Ctrl+`.
Supports commands: run, clear, ls, pwd, help.

Explorer panel: full navigable tree of the virtual filesystem.
Clicking a file opens it in the editor.

Open Editors panel: shows currently active file.

Keyboard shortcuts:
Ctrl+S Save
Ctrl+R / F5 Run code
Ctrl+` Toggle terminal
Ctrl+N New file
Ctrl+O Open file from disk

Default file is blank with a comment listing supported languages.

[v1.4.1]
─────────────────────────────────────────────────────────────

  • Python added as a supported language in the code editor.
  • Lock screen login system introduced (applied fully in v1.4.2).
  • Minor lock screen visual improvements.
Attachment
0
ucosuc113

V1.4.0

  • Added a functional code editor with HTML, JS, and CSS, all within a single HTML file.
  • Fixed an issue with audio, enabling the opening and detection of audio files.
  • Slightly changed icons.
  • Fixed some minor bugs
Attachment
1

Comments

alarixfr
alarixfr 19 days ago

css file that long inside html is crazy

ucosuc113

bug fix with return exit(), and new sistem of save data

Attachment
0
ucosuc113

i added a script with a login sistem

Attachment
0
ucosuc113

i create a program with python

Attachment
0