8000 Releases · evangipson/terminal-os · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: evangipson/terminal-os

pre-v0.0.1.2

04 Dec 00:24
1e3bea9
Compare
Choose a tag to compare

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

Full Changelog: pre-v0.0.1.1...pre-v0.0.1.2

pre-v0.0.1

17 Nov 23:11
f12cf8b
Compare
Choose a tag to compare

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

0