-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tricky version number to type!
- Loading branch information
Showing
3 changed files
with
27 additions
and
7 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
15 changes: 15 additions & 0 deletions
15
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
17 changes: 11 additions & 6 deletions
17
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,11 +1,16 @@ | ||
New features in CC: Tweaked 1.109.7 | ||
New features in CC: Tweaked 1.110.0 | ||
|
||
* Improve performance of removing and unloading wired cables/modems. | ||
* Add a new `@c[...]` syntax for selecting computers in the `/computercraft` command. | ||
* Remove custom breaking progress of modems on Forge. | ||
|
||
Several bug fixes: | ||
* Fix monitors sometimes not updating on the client when chunks are unloaded and reloaded. | ||
* `colour.toBlit` correctly errors on out-of-bounds values. | ||
* Round non-standard colours in `window`, like `term.native()` does. | ||
* Fix the client monitor rendering both the current and outdated contents. | ||
* Fix client and server DFPWM transcoders getting out of sync. | ||
* Fix `turtle.suck` reporting incorrect error when failing to suck items. | ||
* Fix pocket computers displaying state (blinking, modem light) for the wrong computer. | ||
* Fix crash when wrapping an invalid BE as a generic peripheral. | ||
* Chest peripherals now reattach when a chest is converted into a double chest. | ||
* Fix `speaker` program not resolving files relative to the current directory. | ||
* Skip main-thread tasks if the peripheral is detached. | ||
* Fix internal Lua VM errors if yielding inside `__tostring`. | ||
|
||
Type "help changelog" to see the full version history. |