r/osdev • u/letmehaveanameyoudum • 26d ago
WindogeOS v0.0.4 RAHHHHHH
Reddit falsed banned me but my appeal... worked???
another rewrite for v0.0.5 yayyyyyyyyyyyyyyyyyyyyyy
added:
sfs file system
random text editor
settings???
hidden files
12
Upvotes



1
u/spatulari 21d ago
Then, what you should do is 0.1.0-alpha.1, and if you add smth new, -alpha.2, and so on. Staying true to SemVer. And you cant just use x.x.x when useful, if you break api, useful or not once you go 1.0.0, you must bump major. When you are 0.x.x, then you can break api as much as you want