-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
24 additions
and
6 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
13 changes: 13 additions & 0 deletions
13
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
15 changes: 10 additions & 5 deletions
15
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,9 +1,14 @@ | ||
New features in CC: Tweaked 1.95.1 | ||
New features in CC: Tweaked 1.95.2 | ||
|
||
* Add `isReadOnly` to `fs.attributes` (Lupus590) | ||
* Many more programs now support numpad enter (Wojbie) | ||
|
||
Several bug fixes: | ||
* Command computers now drop items again. | ||
* Restore crafting of disks with dyes. | ||
* Fix CraftTweaker integrations for damageable items. | ||
* Catch reflection errors in the generic peripheral system, resolving crashes with Botania. | ||
* Fix some commands failing to parse on dedicated servers. | ||
* Fix all disk recipes appearing to produce a white disk in JEI/recipe book. | ||
* Hopefully improve edit's behaviour with AltGr on some European keyboards. | ||
* Prevent files being usable after their mount was removed. | ||
* Fix the `id` program crashing on non-disk items (Wojbie). | ||
* Preserve registration order of turtle/pocket upgrades when displaying in JEI. | ||
|
||
Type "help changelog" to see the full version history. |