-
Notifications
You must be signed in to change notification settings - Fork 211
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
21 additions
and
6 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
12 changes: 12 additions & 0 deletions
12
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: 8 additions & 5 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,10 +1,13 @@ | ||
New features in CC: Tweaked 1.113.1 | ||
New features in CC: Tweaked 1.114.0 | ||
|
||
* Update Japanese translation (konumatakaki). | ||
* Improve performance of `textutils.urlEncode`. | ||
* Add redstone relay peripheral. | ||
* Add support for `math.atan(x, y)`. | ||
* Update several translations. | ||
|
||
Several bug fixes: | ||
* Fix overflow when converting recursive objects from Java to Lua. | ||
* Fix websocket compression not working under Forge. | ||
* 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. | ||
|
||
Type "help changelog" to see the full version history. |