Skip to content

Aura 0.7.0

Compare
Choose a tag to compare
@valentinbreiz valentinbreiz released this 24 Jan 16:11
· 210 commits to master since this release
  • Merge rmdir and rmfil to rm command.
  • Fix boot.bat script loading at start up.
  • Implement version checker in version command.
  • Implement Lua 5.2 script execution.
  • Implement run lua command.
  • Implement CosmosExecutable parsing + execution (https://github.com/aura-systems/CosmosExecutable).
  • Implement package manager.
  • Implement start menu.
  • Implement pic command + window to show a bitmap.
  • Implement file explorer.
  • Implement right click.
  • Implement windows instantiation
  • Implement ZIP command (with deflate compression).
  • Add custom path option to FTP command.
  • Various GUI updates.
  • Add current volume icons to desktop.
  • Change default keyboard to US.
  • Cosmos Memory Manager fixes.
  • PS2 font support.
  • ISO9660 filesystem fix.
  • Boot logs changes.
  • Various fixes.
  • Various changes.

For developers:

  • Code architecture changes
  • Mouse scroll support
  • Mouse double click support
  • Update Cosmos devkit to e85a69ca969ff6de4059e5d8568dfadf5167c216.
  • Use CosmosHttp nuget package for wget (https://github.com/CosmosOS/CosmosHttp).
  • Update CosmosFTP to 1.0.8 (https://github.com/CosmosOS/CosmosFtp).
  • Window Manager Update.
  • Http server ported to System.Net instead of Cosmos.System.Network