Skip to content

Commit cdc8592

Browse files
committed
Bump CC:T to 1.108.0
1 parent 53546b9 commit cdc8592

File tree

3 files changed

+25
-10
lines changed

3 files changed

+25
-10
lines changed

Diff for: gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ kotlin.jvm.target.validation.mode=error
1010

1111
# Mod properties
1212
isUnstable=false
13-
modVersion=1.107.0
13+
modVersion=1.108.0
1414

1515
# Minecraft properties: We want to configure this here so we can read it in settings.gradle
1616
mcVersion=1.19.4

Diff for: projects/core/src/main/resources/data/computercraft/lua/rom/help/changelog.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# New features in CC: Tweaked 1.108.0
2+
3+
* Remove compression from terminal/monitor packets. Vanilla applies its own compression, so this ends up being less helpful than expected.
4+
* `/computercraft` command now supports permission mods.
5+
* Split some GUI textures into sprite sheets.
6+
* Support the `%g` character class in string pattern matching.
7+
8+
Several bug fixes:
9+
* Fix crash when playing some modded records via a disk drive.
10+
* Fix race condition when computers attach or detach from a monitor.
11+
* Fix the "max websocket message" config option not being read.
12+
* `tostring` now correctly obeys `__name`.
13+
* Fix several inconsistencies with pattern matching character classes.
14+
115
# New features in CC: Tweaked 1.107.0
216

317
* Add `disabled_generic_methods` config option to disable generic methods.
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
New features in CC: Tweaked 1.107.0
1+
New features in CC: Tweaked 1.108.0
22

3-
* Add `disabled_generic_methods` config option to disable generic methods.
4-
* Add basic integration with EMI.
5-
* Enchanted turtle tools now render with a glint.
6-
* Update several translations (PatriikPlays, 1Turtle, Ale32bit).
3+
* Remove compression from terminal/monitor packets. Vanilla applies its own compression, so this ends up being less helpful than expected.
4+
* `/computercraft` command now supports permission mods.
5+
* Split some GUI textures into sprite sheets.
6+
* Support the `%g` character class in string pattern matching.
77

88
Several bug fixes:
9-
* Fix client config file being generated on a dedicated server.
10-
* Fix numbers ending in "f" or "d" being treated as avalid.
11-
* Fix `string.pack`'s "z" specifier causing out-of-bounds errors.
12-
* Fix several issues with `turtle.dig`'s custom actions (tilling, making paths).
9+
* Fix crash when playing some modded records via a disk drive.
10+
* Fix race condition when computers attach or detach from a monitor.
11+
* Fix the "max websocket message" config option not being read.
12+
* `tostring` now correctly obeys `__name`.
13+
* Fix several inconsistencies with pattern matching character classes.
1314

1415
Type "help changelog" to see the full version history.

0 commit comments

Comments
 (0)