-
Notifications
You must be signed in to change notification settings - Fork 213
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
3 changed files
with
12 additions
and
10 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
7 changes: 7 additions & 0 deletions
7
projects/core/src/main/resources/data/computercraft/lua/rom/help/changelog.md
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
13 changes: 4 additions & 9 deletions
13
projects/core/src/main/resources/data/computercraft/lua/rom/help/whatsnew.md
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,13 +1,8 @@ | ||
New features in CC: Tweaked 1.114.0 | ||
|
||
* Add redstone relay peripheral. | ||
* Add support for `math.atan(y, x)`. | ||
* Update several translations. | ||
New features in CC: Tweaked 1.114.1 | ||
|
||
Several bug fixes: | ||
* Fix pocket upgrades not appearing after crafting. | ||
* Cancel `rednet.receive` and `Websocket.receive` timers after a message is received. | ||
* Fix several issues with parsing and printing large doubles. | ||
* Fix in-hand pocket computer being blank after changing dimension. | ||
* Fix monitor touch events only firing from one monitor. | ||
* Fix crash when lectern has no item. | ||
* Fix cursor not blinking on monitors. | ||
|
||
Type "help changelog" to see the full version history. |