Releases: evangipson/terminal-os
pre-v0.0.1.2
Description
The pre-v0.0.1.2
pre-alpha release of terminal_os for Windows, MacOS, and Linux.
There is no tutorial or objectives yet, but there is an almost fully functional terminal to use.
This release is mainly meant to test what users will do with terminal_os, so the tutorial and game loop can be created with user feedback in mind. This release is also to capture any bugs that haven't been found before the v0.0.1 alpha release.
Instructions
Download the appropriate zip file for your operating system, then extract all, and run the terminal_os
file to start playing!
Check out the README for supported platforms, help with basic commands, and to see what you can do in terminal_os.
Bug Reports
If you notice any bugs or unexpected behavior, please file an issue on the Issues page!
Changelog
- Add display.conf file for adjusting monitor shader and adjusting font size by @evangipson in #57
- Add hard drive noises, improve startup by @evangipson in #59
- Update README.md to have Terminal OS startup video by @evangipson in #60
- Fix autocomplete behavior after new Startup experience by @evangipson in #61
- Add unit tests by @evangipson in #62
- Remove Godot ScriptGenerator warning from Unit Test project by @evangipson in #63
- Add CI pipeline for running unit tests by @evangipson in #64
- Fix clearscreen aggressive removal behavior by @evangipson in #66
- Add "deletesave" command, spruce up README by @evangipson in #67
Full Changelog: pre-v0.0.1.1...pre-v0.0.1.2
pre-v0.0.1
Description
The pre-alpha (pre-v0.0.1.1) release of terminal_os for Windows, MacOS, and Linux.
There is no tutorial or objectives yet, but there is an almost fully functional terminal to use.
This release is mainly meant to test what users will do with terminal_os, so the tutorial and game loop can be created with user feedback in mind. This release is also to capture any bugs that haven't been found before the v0.0.1 alpha release.
It also includes a hotfix for permission bit formatting that was breaking in the exported versions of the game. The fix can be seen in the Remove binary formatter for permission bits pull request.
Instructions
Download the appropriate zip file for your operating system, then extract all, and run the terminal_os
file to start playing!
Check out the README for supported platforms, help with basic commands, and to see what you can do in terminal_os.
Bug Reports
If you notice any bugs or unexpected behavior, please file an issue on the Issues page!
Changelog
- Sort results of "ls", "color", and "commands" by @evangipson in #36
- Add ability for flags/switches/arguments to "network" by @evangipson in #40
- Add documentation to all public classes, properties, and methods by @evangipson in #41
- Fix relative autocomplete, add "ls" context by @evangipson in #42
- Add "deletefile" and "deletedirectory" commands by @evangipson in #43
- Listen to volume setting from "user.conf" file by @evangipson in #44
- Ensure empty newlines don't break color.conf by @evangipson in #45
- Add "ping" command by @evangipson in #47
- Add "movefile" and "movedirectory" commands by @evangipson in #48
- Add shift + tab for previous autocomplete result by @evangipson in #50
- Show home directory as "~" for autocomplete and "changedirectory" command by @evangipson in #51
- Add "makeuser" command by @evangipson in #52
- Add "deleteuser", "makegroup", "deletegroup", "addusertogroup", "deleteuserfromgroup", and "viewgroup" commands by @evangipson in #53
- Reduce scope for massive UserInput and ScrollableContainer files by @evangipson in #54
- Enable MacOS export VRAM compression setting by @evangipson in #55
Full Changelog: https://github.com/evangipson/terminal-os/commits/pre-v0.0.1.1