-
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
4 changed files
with
23 additions
and
17 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
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
16 changes: 8 additions & 8 deletions
16
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,13 @@ | ||
New features in CC: Tweaked 1.111.0 | ||
New features in CC: Tweaked 1.112.0 | ||
|
||
* Update several translations (Ale32bit). | ||
* Split up turtle textures into individual textures. | ||
* Add `r+`/`w+` support to the `io` library. | ||
* Warn when capabilities are not registered and Optifine is installed. | ||
* Report a custom error when using `!` instead of `not`. | ||
* Update several translations (zyxkad, MineKID-LP). | ||
* Add `cc.strings.split` function. | ||
|
||
Several bug fixes: | ||
* Allow planks to be used for building in "adventure" (dan200). | ||
* Fix `disk.getAudioTitle()` returning untranslated strings for some modded discs. | ||
* Fix crash when right clicking turtles in spectator. | ||
* Fix `drive.getAudioTitle` returning `nil` when no disk is inserted. | ||
* Preserve item data when upgrading pocket computers. | ||
* Add missing bounds check to `cc.strings.wrap` (Lupus950). | ||
* Fix modems not moving with Create contraptions. | ||
|
||
Type "help changelog" to see the full version history. |