mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2026-09-21 00:28:50 +00:00
Bump CC:T to 1.109.1
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
# New features in CC: Tweaked 1.109.1
|
||||
|
||||
Several bug fixes:
|
||||
* 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()`.
|
||||
|
||||
# New features in CC: Tweaked 1.109.0
|
||||
|
||||
* Update to Lua 5.2
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user