-
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
17 additions
and
9 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
10 changes: 10 additions & 0 deletions
10
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
14 changes: 6 additions & 8 deletions
14
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,11 @@ | ||
New features in CC: Tweaked 1.112.0 | ||
New features in CC: Tweaked 1.113.0 | ||
|
||
* Report a custom error when using `!` instead of `not`. | ||
* Update several translations (zyxkad, MineKID-LP). | ||
* Add `cc.strings.split` function. | ||
* Allow placing printed pages and books in lecterns. | ||
|
||
Several bug fixes: | ||
* 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. | ||
* Various documentation fixes (MCJack123) | ||
* Fix computers and turtles not being dropped when exploded with TNT. | ||
* Fix crash when turtles are broken while mining a block. | ||
* Fix pocket computer terminals not updating when in the off-hand. | ||
|
||
Type "help changelog" to see the full version history. |