-
Notifications
You must be signed in to change notification settings - Fork 221
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
5 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
10 changes: 6 additions & 4 deletions
10
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,9 +1,11 @@ | ||
New features in CC: Tweaked 1.109.6 | ||
New features in CC: Tweaked 1.109.7 | ||
|
||
* Improve several Lua parser error messages. | ||
* Allow addon mods to register `require`able modules. | ||
* Improve performance of removing and unloading wired cables/modems. | ||
|
||
Several bug fixes: | ||
* Fix weak tables becoming malformed when keys are GCed. | ||
* 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. | ||
|
||
Type "help changelog" to see the full version history. |