-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
71 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
# Changelog | ||
|
||
## Unreleased | ||
## 1.1.0 2022-08-06 | ||
|
||
### Added | ||
- Safety check to make sure the suit is not pressurized beyond safe limits | ||
|
||
### Changed | ||
- Program now continues the rest of its logic each tick even while closing your helmet | ||
- Previously, the program would not run for two ticks while auto-closing your helmet. This is no longer the case, and the program now runs every tick. | ||
- Oxygen levels are now kept as low as possible to minimize the moles metabolized | ||
|
||
### Fixed | ||
- Toxin detection now matches how the game actually checks for toxins | ||
- Release toggle no longer lags behind filtering start by one tick | ||
- Release toggling off no longer lags one tick behind filters starting | ||
|
||
## 1.0.0 | ||
## 1.0.0 2022-08-04 | ||
|
||
### Added | ||
- Initial functionality |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# runtime's hardsuit manager | ||
# version 1.0.0 | ||
# version ?.?.? | ||
# transpiled with icX | ||
# source: https://bit.ly/3zDNjBW |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters