Skip to content

Releases: cc-tweaked/CC-Tweaked

[1.19.2] 1.101.0

01 Nov 21:49
c1bf9f0
Compare
Choose a tag to compare

New features in CC: Tweaked 1.101.0

  • Improvee Dutch translation (Quezler)
  • Better reporting of fatal computer timeouts in the server log.
  • Convert detail providers into a registry, allowing peripheral mods to read item/block details.
  • Redesign the metrics system. /computercraft track now allows computing aggregates (total, max, avg) on any metric, not just computer time.
  • File drag-and-drop now queues a file_transfer event on the computer. The
    built-in shell or the import program must now be running to upload files.
  • The peripheral now searches for remote peripherals using any peripheral with the peripheral_hub type, not just wired modems.
  • Add include_hidden option to fs.complete, which can be used to prevent hidden files showing up in autocomplete results. (IvoLeal72)
  • Add shell.autocomplete_hidden setting. (IvoLeal72)

Several bug fixes:

  • Prevent edit's "Run" command scrolling the terminal output on smaller
    screens.
  • Remove some non-determinism in computing item's nbt hash.
  • Don't set the Origin header on outgoing websocket requests.

[1.18.2] 1.101.0

01 Nov 21:44
11ac865
Compare
Choose a tag to compare

New features in CC: Tweaked 1.101.0

  • Improvee Dutch translation (Quezler)
  • Better reporting of fatal computer timeouts in the server log.
  • Convert detail providers into a registry, allowing peripheral mods to read item/block details.
  • Redesign the metrics system. /computercraft track now allows computing aggregates (total, max, avg) on any metric, not just computer time.
  • File drag-and-drop now queues a file_transfer event on the computer. The
    built-in shell or the import program must now be running to upload files.
  • The peripheral now searches for remote peripherals using any peripheral with the peripheral_hub type, not just wired modems.
  • Add include_hidden option to fs.complete, which can be used to prevent hidden files showing up in autocomplete results. (IvoLeal72)
  • Add shell.autocomplete_hidden setting. (IvoLeal72)

Several bug fixes:

  • Prevent edit's "Run" command scrolling the terminal output on smaller
    screens.
  • Remove some non-determinism in computing item's nbt hash.
  • Don't set the Origin header on outgoing websocket requests.

[1.16.5] 1.101.0

01 Nov 21:41
6b93faf
Compare
Choose a tag to compare

New features in CC: Tweaked 1.101.0

  • Improvee Dutch translation (Quezler)
  • Better reporting of fatal computer timeouts in the server log.
  • Convert detail providers into a registry, allowing peripheral mods to read item/block details.
  • Redesign the metrics system. /computercraft track now allows computing aggregates (total, max, avg) on any metric, not just computer time.
  • File drag-and-drop now queues a file_transfer event on the computer. The
    built-in shell or the import program must now be running to upload files.
  • The peripheral now searches for remote peripherals using any peripheral with the peripheral_hub type, not just wired modems.
  • Add include_hidden option to fs.complete, which can be used to prevent hidden files showing up in autocomplete results. (IvoLeal72)
  • Add shell.autocomplete_hidden setting. (IvoLeal72)

Several bug fixes:

  • Prevent edit's "Run" command scrolling the terminal output on smaller
    screens.
  • Remove some non-determinism in computing item's nbt hash.
  • Don't set the Origin header on outgoing websocket requests.

[1.19.2] 1.100.10

01 Oct 11:49
66dff15
Compare
Choose a tag to compare
[1.19.2] 1.100.10 Pre-release
Pre-release

New features in CC: Tweaked 1.100.10

  • Mention WAV support in speaker help (MCJack123).
  • Add http programs to the path, even when http is not enabled.

Several bug fixes:

  • Fix example in textutils.pagedTabulate docs (IvoLeal72).
  • Fix help program treating the terminal one line longer than it was.
  • Send block updates to client when turtle moves (roland-a).
  • Resolve several monitor issues when running Occulus shaders.

[1.18.2] 1.100.10

01 Oct 11:48
08895cd
Compare
Choose a tag to compare

New features in CC: Tweaked 1.100.10

  • Mention WAV support in speaker help (MCJack123).
  • Add http programs to the path, even when http is not enabled.

Several bug fixes:

  • Fix example in textutils.pagedTabulate docs (IvoLeal72).
  • Fix help program treating the terminal one line longer than it was.
  • Send block updates to client when turtle moves (roland-a).
  • Resolve several monitor issues when running Occulus shaders.

[1.16.5] 1.100.10

01 Oct 11:47
5be290a
Compare
Choose a tag to compare

New features in CC: Tweaked 1.100.10

  • Mention WAV support in speaker help (MCJack123).
  • Add http programs to the path, even when http is not enabled.

Several bug fixes:

  • Fix example in textutils.pagedTabulate docs (IvoLeal72).
  • Fix help program treating the terminal one line longer than it was.
  • Send block updates to client when turtle moves (roland-a).

[1.19.1] 1.100.9

28 Jul 18:13
c43d851
Compare
Choose a tag to compare
[1.19.1] 1.100.9 Pre-release
Pre-release

New features in CC: Tweaked 1.100.9

  • Add documentation for setting up GPS (Lupus590).
  • Add WAV support to the speaker program (MCJack123).
  • Expose item groups in getItemDetail (itisluiz).
  • Other fixes to documentation (Erb3, JohnnyIrvin).
  • Add Norwegian translation (Erb3).

Several bug fixes:

  • Fix z-fighting on bold printout borders (toad-dev).
  • Fix term.blit failing on certain strings.
  • Fix getItemLimit() using the wrong slot (heap-underflow).
  • Increase size of monitor depth blocker.

[1.18.2] 1.100.9

28 Jul 18:12
bd19fdf
Compare
Choose a tag to compare

New features in CC: Tweaked 1.100.9

  • Add documentation for setting up GPS (Lupus590).
  • Add WAV support to the speaker program (MCJack123).
  • Expose item groups in getItemDetail (itisluiz).
  • Other fixes to documentation (Erb3, JohnnyIrvin).
  • Add Norwegian translation (Erb3).

Several bug fixes:

  • Fix z-fighting on bold printout borders (toad-dev).
  • Fix term.blit failing on certain strings.
  • Fix getItemLimit() using the wrong slot (heap-underflow).
  • Increase size of monitor depth blocker.

[1.16.5] 1.100.9

28 Jul 18:11
e2041f7
Compare
Choose a tag to compare

New features in CC: Tweaked 1.100.9

  • Add documentation for setting up GPS (Lupus590).
  • Add WAV support to the speaker program (MCJack123).
  • Expose item groups in getItemDetail (itisluiz).
  • Other fixes to documentation (Erb3, JohnnyIrvin).
  • Add Norwegian translation (Erb3).

Several bug fixes:

  • Fix z-fighting on bold printout borders (toad-dev).
  • Fix term.blit failing on certain strings.
  • Fix getItemLimit() using the wrong slot (heap-underflow).
  • Increase size of monitor depth blocker.

[1.18.2] 1.100.8

23 Jun 21:50
d2f94f2
Compare
Choose a tag to compare

New features in CC: Tweaked 1.100.8

Several bug fixes:

  • Fix NPE within disk drive and printer code.