mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-12-04 15:29:58 +00:00
Bump version to 1.97.1
Plan here is to release 1.98 for 1.16.x and 1.17.x and 1.97.1 for 1.15.x. However, will let this sit for a few days while I sort out 1.98 and the 1.17 port just in case any more bugs pop up.
This commit is contained in:
parent
2dc970a8bb
commit
10a3a223a0
@ -1,5 +1,5 @@
|
||||
# Mod properties
|
||||
mod_version=1.97.0
|
||||
mod_version=1.97.1
|
||||
|
||||
# Minecraft properties (update mods.toml when changing)
|
||||
mc_version=1.15.2
|
||||
|
@ -1,3 +1,17 @@
|
||||
# New features in CC: Tweaked 1.97.1
|
||||
* Add config options to limit total bandwidth used by the HTTP API.
|
||||
|
||||
And several bug fixes:
|
||||
* Fix selected slot indicator not appearing in turtle interface.
|
||||
* Fix crash when printers are placed as part of world generation.
|
||||
* Fix crash when breaking a speaker on a multiplayer world.
|
||||
* Prevent issue in rednet when the message ID is NaN.
|
||||
* Fix `help` program crashing when terminal changes width.
|
||||
* Ensure monitors are well-formed when placed, preventing graphical glitches
|
||||
when using Carry On or Quark.
|
||||
* Accept several more extensions in the websocket client.
|
||||
* Prevent `wget` crashing when given an invalid URL and no filename.
|
||||
|
||||
# New features in CC: Tweaked 1.97.0
|
||||
|
||||
* Update several translations (Anavrins, Jummit, Naheulf).
|
||||
|
@ -1,27 +1,15 @@
|
||||
New features in CC: Tweaked 1.97.0
|
||||
|
||||
* Update several translations (Anavrins, Jummit, Naheulf).
|
||||
* Add button to view a computer's folder to `/computercraft dump`.
|
||||
* Allow cleaning dyed turtles in a cauldron.
|
||||
* Add scale subcommand to `monitor` program (MCJack123).
|
||||
* Add option to make `textutils.serialize` not write an indent (magiczocker10).
|
||||
* Allow comparing vectors using `==` (fatboychummy).
|
||||
* Improve HTTP error messages for SSL failures.
|
||||
* Allow `craft` program to craft unlimited items (fatboychummy).
|
||||
* Impose some limits on various command queues.
|
||||
* Add buttons to shutdown and terminate to computer GUIs.
|
||||
* Add program subcompletion to several programs (Wojbie).
|
||||
* Update the `help` program to accept and (partially) highlight markdown files.
|
||||
* Remove config option for the debug API.
|
||||
* Allow setting the subprotocol header for websockets.
|
||||
New features in CC: Tweaked 1.97.1
|
||||
* Add config options to limit total bandwidth used by the HTTP API.
|
||||
|
||||
And several bug fixes:
|
||||
* Fix NPE when using a treasure disk when no treasure disks are available.
|
||||
* Prevent command computers discarding command ouput when certain game rules are off.
|
||||
* Fix turtles not updating peripherals when upgrades are unequipped (Ronan-H).
|
||||
* Fix computers not shutting down on fatal errors within the Lua VM.
|
||||
* Speakers now correctly stop playing when broken, and sound follows noisy turtles and pocket computers.
|
||||
* Update the `wget` to be more resiliant in the face of user-errors.
|
||||
* Fix exiting `paint` typing "e" in the shell.
|
||||
* Fix selected slot indicator not appearing in turtle interface.
|
||||
* Fix crash when printers are placed as part of world generation.
|
||||
* Fix crash when breaking a speaker on a multiplayer world.
|
||||
* Prevent issue in rednet when the message ID is NaN.
|
||||
* Fix `help` program crashing when terminal changes width.
|
||||
* Ensure monitors are well-formed when placed, preventing graphical glitches
|
||||
when using Carry On or Quark.
|
||||
* Accept several more extensions in the websocket client.
|
||||
* Prevent `wget` crashing when given an invalid URL and no filename.
|
||||
|
||||
Type "help changelog" to see the full version history.
|
||||
|
Loading…
Reference in New Issue
Block a user