Skip to content

Version

Version 0.0.3

Release Date: February 28, 2025

This release adds several core system features:

  • The new find command makes locating files easier.

    • Search for files by name pattern. Example: find *.txt
  • Timer System (Beta):

    • Creating named timer events.
  • The console now features syntax highlighting for improved readability:

    • Commands appear in distinctive primary color.
  • Intelligent Command Suggestions:

    • When you mistype a command, TheSailOS now suggests the closest matching commands using Levenshtein distance algorithm.
  • Bug Fixes and Performance Improvements

Version 0.0.2

Release Date: February 25, 2025

This release adds several core system features:

  • Permissions System:

    • File ownership tracking
    • Read/Write access control
    • Administrator override capabilities
    • Permission management commands (permissions, setpermissions)
    • User-based access restrictions
  • User Sessions:

    • Session management for user authentication and authorization
    • Login and logout commands
  • Process Management:

    • Ability to run applications (Calculator and Text Editor) and games as separate processes

Version 0.0.1

Release Date: February 21, 2025

This is the initial alpha release (version 0.0.1) of TheSailOS. It represents the earliest stage of development and is intended for testing and demonstration purposes only.

Important Notes

  • This build is not feature-complete and contains a limited set of functionalities.
  • You may encounter bugs, errors, and unexpected behavior.
  • Some features may be partially implemented or not functional at all.
  • Use this version with caution and be aware that data loss or system instability may occur.

We appreciate your interest in TheSailOS and welcome any feedback you may have. Please report any issues you encounter on our GitHub repository.