-
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
4 changed files
with
17 additions
and
15 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
8 changes: 8 additions & 0 deletions
8
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
16 changes: 5 additions & 11 deletions
16
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,9 @@ | ||
New features in CC: Tweaked 1.109.0 | ||
|
||
* Update to Lua 5.2 | ||
* `getfenv`/`setfenv` now only work on Lua functions. | ||
* Add support for `goto`. | ||
* Remove support for dumping and loading binary chunks. | ||
* File handles, HTTP requests and websocket messages now use raw bytes rather than converting to UTF-8. | ||
* Add `allow_repetitions` option to `textutils.serialiseJSON`. | ||
* Track memory allocated by computers. | ||
New features in CC: Tweaked 1.109.1 | ||
|
||
Several bug fixes: | ||
* Fix error when using position captures and backreferences in string patterns (e.g. `()(%1)`). | ||
* Fix formatting non-real numbers with `%d`. | ||
* Fix `mouse_drag` event not firing for right and middle mouse buttons. | ||
* Fix crash when syntax errors involve `goto` or `::`. | ||
* Fix deadlock occuring when adding/removing observers. | ||
* Allow placing seeds into compostor barrels with `turtle.place()`. | ||
|
||
Type "help changelog" to see the full version history. |
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