-
Notifications
You must be signed in to change notification settings - Fork 218
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
24 additions
and
4 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
13 changes: 13 additions & 0 deletions
13
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: 10 additions & 3 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,7 +1,14 @@ | ||
New features in CC: Tweaked 1.110.1 | ||
New features in CC: Tweaked 1.110.2 | ||
|
||
* Add `speaker sound` command (fatboychummy). | ||
|
||
Several bug fixes: | ||
* Fix computers not turning on after they're unloaded/not-ticked for a while. | ||
* Fix networking cables sometimes not connecting on Forge. | ||
* Improve error when calling `speaker play` with no path (fatboychummy). | ||
* Prevent playing music discs with `speaker.playSound`. | ||
* Various documentation fixes (cyberbit). | ||
* Fix generic peripherals not being able to transfer to some inventories on Forge. | ||
* Fix rare crash when holding a pocket computer. | ||
* Fix modems breaking when moved by Create. | ||
* Fix crash when rendering a turtle through an Immersive Portals portal. | ||
|
||
Type "help changelog" to see the full version history. |