-
Notifications
You must be signed in to change notification settings - Fork 214
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
10 additions
and
12 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
6 changes: 6 additions & 0 deletions
6
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: 3 additions & 11 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,15 +1,7 @@ | ||
New features in CC: Tweaked 1.108.0 | ||
|
||
* 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. | ||
New features in CC: Tweaked 1.108.1 | ||
|
||
Several bug fixes: | ||
* 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. | ||
* Prevent no-opped players breaking or placing command computers. | ||
* Allow using `@LuaFunction`-annotated methods on classes defined in child classloaders. | ||
|
||
Type "help changelog" to see the full version history. |