Skip to content

Releases: wildflower-os/wildflower

v0.1.0-alpha3

05 Feb 16:49
Compare
Choose a tag to compare
v0.1.0-alpha3 Pre-release
Pre-release

[ BREAKING ]

Due to recompilation of the reboot command, the sleep and print/echo have also been recompiled, but the nasm versions were used, instead of the Rust versions. The nasm versions have not yet been implemented, so these commands will simply only print Not Implemented.

[0.1.0-alpha3] - 2025-02-05

  • Add persistence to the HFS
  • Add bounds checking to the HFS
  • Use nasm for rebooting (Currently breaks the print/echo and the sleep commands, as the nasm counterparts are not implemented yet)

Quick Summary

Add persistence to HFS with bounds checks and recompile reboot command.

v0.1.0-alpha2

03 Feb 15:01
a371783
Compare
Choose a tag to compare
v0.1.0-alpha2 Pre-release
Pre-release

[0.1.0-alpha2] - 2025-02-03

  • Removal of multiple TODOs
  • Removal of multiple FIXMEs
  • More test cases
  • Centralize games under the play command
  • Update nom from 7.1.3 to 8.0.0

Quick Summary

Multiple internal changes and games are now under the play command.

v0.1.0-alpha1

29 Jan 14:47
Compare
Choose a tag to compare
v0.1.0-alpha1 Pre-release
Pre-release

[0.1.0-alpha1] - 2025-01-29

  • Revert the end-user friendly changes, as this caused memory allocation issues

Quick Summary

This Release fixes memory allocation issues

v0.1.0-alpha0

28 Jan 23:57
Compare
Choose a tag to compare
v0.1.0-alpha0 Pre-release
Pre-release

v0.1.0-alpha0

  • Initial Fork
  • Dependency Updates (#1 #2 #3 #4 #5 #6)
  • Wildflower Branding
  • HFS (Hidden File System)
  • Easier Makefile commands
  • More end-user friendly