-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'mc-1.19.x' into mc-1.20.x
- Loading branch information
Showing
3 changed files
with
25 additions
and
10 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
14 changes: 14 additions & 0 deletions
14
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
19 changes: 10 additions & 9 deletions
19
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,14 +1,15 @@ | ||
New features in CC: Tweaked 1.107.0 | ||
New features in CC: Tweaked 1.108.0 | ||
|
||
* Add `disabled_generic_methods` config option to disable generic methods. | ||
* Add basic integration with EMI. | ||
* Enchanted turtle tools now render with a glint. | ||
* Update several translations (PatriikPlays, 1Turtle, Ale32bit). | ||
* Remove compression from terminal/monitor packets. Vanilla applies its own compression, so this ends up being less helpful than expected. | ||
* `/computercraft` command now supports permission mods. | ||
* Split some GUI textures into sprite sheets. | ||
* Support the `%g` character class in string pattern matching. | ||
|
||
Several bug fixes: | ||
* Fix client config file being generated on a dedicated server. | ||
* Fix numbers ending in "f" or "d" being treated as avalid. | ||
* Fix `string.pack`'s "z" specifier causing out-of-bounds errors. | ||
* Fix several issues with `turtle.dig`'s custom actions (tilling, making paths). | ||
* Fix crash when playing some modded records via a disk drive. | ||
* Fix race condition when computers attach or detach from a monitor. | ||
* Fix the "max websocket message" config option not being read. | ||
* `tostring` now correctly obeys `__name`. | ||
* Fix several inconsistencies with pattern matching character classes. | ||
|
||
Type "help changelog" to see the full version history. |