1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-09-28 23:10:47 +00:00

Bump version to 1.98.0

This commit is contained in:
Jonathan Coates 2021-08-01 09:02:05 +01:00
parent 11b40bb6d5
commit e84ddef877
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
3 changed files with 15 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# Mod properties # Mod properties
mod_version=1.97.1 mod_version=1.98.0
# Minecraft properties (update mods.toml when changing) # Minecraft properties (update mods.toml when changing)
mc_version=1.16.5 mc_version=1.16.5

View File

@ -1,16 +1,22 @@
# New features in CC: Tweaked 1.97.1 # New features in CC: Tweaked 1.98.0
* Add motd for file uploading.
* Add config options to limit total bandwidth used by the HTTP API. * Add config options to limit total bandwidth used by the HTTP API.
And several bug fixes: And several bug fixes:
* Fix `settings.define` not accepting a nil second argument (SkyTheCodeMaster).
* Various documentation fixes (Angalexik, emiliskiskis, SkyTheCodeMaster).
* Fix selected slot indicator not appearing in turtle interface. * Fix selected slot indicator not appearing in turtle interface.
* Fix crash when printers are placed as part of world generation. * Fix crash when printers are placed as part of world generation.
* Fix crash when breaking a speaker on a multiplayer world. * Fix crash when breaking a speaker on a multiplayer world.
* Add a missing type check for `http.checkURL`.
* Prevent `parallel.*` from hanging when no arguments are given.
* Prevent issue in rednet when the message ID is NaN. * Prevent issue in rednet when the message ID is NaN.
* Fix `help` program crashing when terminal changes width. * Fix `help` program crashing when terminal changes width.
* Ensure monitors are well-formed when placed, preventing graphical glitches * Ensure monitors are well-formed when placed, preventing graphical glitches
when using Carry On or Quark. when using Carry On or Quark.
* Accept several more extensions in the websocket client. * Accept several more extensions in the websocket client.
* Prevent `wget` crashing when given an invalid URL and no filename. * Prevent `wget` crashing when given an invalid URL and no filename.
* Correctly wrap string within `textutils.slowWrite`.
# New features in CC: Tweaked 1.97.0 # New features in CC: Tweaked 1.97.0

View File

@ -1,15 +1,21 @@
New features in CC: Tweaked 1.97.1 New features in CC: Tweaked 1.98.0
* Add motd for file uploading.
* Add config options to limit total bandwidth used by the HTTP API. * Add config options to limit total bandwidth used by the HTTP API.
And several bug fixes: And several bug fixes:
* Fix `settings.define` not accepting a nil second argument (SkyTheCodeMaster).
* Various documentation fixes (Angalexik, emiliskiskis, SkyTheCodeMaster).
* Fix selected slot indicator not appearing in turtle interface. * Fix selected slot indicator not appearing in turtle interface.
* Fix crash when printers are placed as part of world generation. * Fix crash when printers are placed as part of world generation.
* Fix crash when breaking a speaker on a multiplayer world. * Fix crash when breaking a speaker on a multiplayer world.
* Add a missing type check for `http.checkURL`.
* Prevent `parallel.*` from hanging when no arguments are given.
* Prevent issue in rednet when the message ID is NaN. * Prevent issue in rednet when the message ID is NaN.
* Fix `help` program crashing when terminal changes width. * Fix `help` program crashing when terminal changes width.
* Ensure monitors are well-formed when placed, preventing graphical glitches * Ensure monitors are well-formed when placed, preventing graphical glitches
when using Carry On or Quark. when using Carry On or Quark.
* Accept several more extensions in the websocket client. * Accept several more extensions in the websocket client.
* Prevent `wget` crashing when given an invalid URL and no filename. * Prevent `wget` crashing when given an invalid URL and no filename.
* Correctly wrap string within `textutils.slowWrite`.
Type "help changelog" to see the full version history. Type "help changelog" to see the full version history.