This repository has been archived by the owner on Nov 27, 2021. It is now read-only.
forked from MariaTheDinkus/cc-tweaked-fabric
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As is tradition.
- Loading branch information
Showing
3 changed files
with
79 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
60 changes: 60 additions & 0 deletions
60
src/main/resources/data/computercraft/lua/rom/help/changelog.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 18 additions & 10 deletions
28
src/main/resources/data/computercraft/lua/rom/help/whatsnew.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,23 @@ | ||
New features in CC: Tweaked 1.91.0 | ||
New features in CC: Restitched 1.95.0 | ||
|
||
* [Generic peripherals] Expose NBT hashes of items to inventory methods. | ||
* Bump Cobalt version | ||
* Optimise handling of string concatenation. | ||
* Add string.{pack,unpack,packsize} (MCJack123) | ||
* Update to 1.16.2 | ||
* Optimise the paint program's initial render. | ||
* Several documentation improvments (Gibbo3771, MCJack123). | ||
* `fs.combine` now accepts multiple arguments. | ||
* Add a setting (`bios.strict_globals`) to error when accidentally declaring a global. (Lupus590). | ||
* Add an improved help viewer which allows scrolling up and down (MCJack123). | ||
* Add `cc.strings` module, with utilities for wrapping text (Lupus590). | ||
* The `clear` program now allows resetting the palette too (Luca0208). | ||
|
||
And several bug fixes: | ||
* Escape non-ASCII characters in JSON strings (neumond) | ||
* Make field names in fs.attributes more consistent (abby) | ||
* Fix textutils.formatTime correctly handle 12 AM (R93950X) | ||
* Fix turtles placing buckets multiple times. | ||
* Fix memory leak in generic peripherals. | ||
* Fix crash when a turtle is broken while being ticked. | ||
* `textutils.*tabulate` now accepts strings _or_ numbers. | ||
* We now deny _all_ local IPs, using the magic `$private` host. Previously the IPv6 loopback interface was not blocked. | ||
* Fix crash when rendering monitors if the block has not yet been synced. You will need to regenerate the config file to apply this change. | ||
* `read` now supports numpad enter (TheWireLord) | ||
* Correctly handle HTTP redirects to URLs containing escape characters. | ||
* Fix integer overflow in `os.epoch`. | ||
* Allow using pickaxes (and other items) for turtle upgrades which have mod-specific NBT. | ||
* Fix duplicate turtle/pocket upgrade recipes appearing in JEI. | ||
|
||
Type "help changelog" to see the full version history. |