Difference between revisions of "Template:Changelog"
From ComputerCraft Wiki
MKlegoman357 (Talk | contribs) (Updated to ComputerCraft 1.7) |
Magiczocker (Talk | contribs) m |
||
(16 intermediate revisions by 4 users not shown) | |||
Line 3: | Line 3: | ||
! class="unsortable" | New Features or Changes | ! class="unsortable" | New Features or Changes | ||
! style="width: 15%" | Minecraft Version | ! style="width: 15%" | Minecraft Version | ||
+ | |- | ||
+ | |align=center|[http://www.computercraft.info/2016/04/01/computercraft-and-computercraftedu-1-79/ ComputerCraft 1.79] | ||
+ | | | ||
+ | *Ported ComputerCraftEdu to Minecraft 1.8.9. | ||
+ | *Fixed a handful of bugs in ComputerCraft. | ||
+ | |align=center|1.8.9 | ||
+ | |- | ||
+ | |align=center|[http://www.computercraft.info/2016/01/15/computercraft-1-78/ ComputerCraft 1.77 - 1.78] | ||
+ | | | ||
+ | *Ported to Minecraft 1.8.9. | ||
+ | *Added [[Settings_(API)|“settings” API]]. | ||
+ | *Added [[set|“set”]] and [[wget|“wget”]] programs. | ||
+ | *Added [[Settings_(API)|settings]] to disable [[multishell]], startup scripts, and tab completion on a per-computer basis. The default values for these settings can be customised in [[ComputerCraft.cfg]]. | ||
+ | *All [[Computer]] and [[Turtle]] items except [[Command Computer]]s can now be mounted in [[Disk Drive]]s. | ||
+ | |align=center|1.8.9 | ||
+ | |- | ||
+ | |align=center|[http://www.computercraft.info/2015/12/24/computercraft-1-76/ ComputerCraft 1.76] | ||
+ | | | ||
+ | *Ported to Minecraft 1.8. | ||
+ | *Added [[Ender Modem]]s for cross-dimensional communication. | ||
+ | *Fixed handling of 8-bit characters. All the characters in the [https://en.wikipedia.org/wiki/ISO/IEC_8859-1 ISO 8859-1 codepage] can now be displayed. | ||
+ | *Added some extra graphical characters in the unused character positions, including a suite of characters for [http://teletextart.tumblr.com/ Teletext-style drawing]. | ||
+ | *Added support for the new commands in Minecraft 1.8 to the [[Command Computer]]. | ||
+ | *The return values of [[turtle.inspect]]() and [[commands.getBlockInfo]]() now include blockstate information. | ||
+ | *Added [[commands.getBlockInfos]]() function for Command Computers. | ||
+ | *Added new "[[Peripherals (program)|peripherals]]" program. | ||
+ | *Replaced the "_CC_VERSION" and "_MC_VERSION" constants with a new "_HOST" constant. | ||
+ | *Shortened the length of time that "Ctrl+T", "Ctrl+S" and "Ctrl+R" must be held down to terminate, shutdown or reboot the computer. | ||
+ | *[[textutils.serializeJSON]]() now takes an optional parameter allowing it to produce JSON text with unquoted object keys. This is used by all autogenerated methods in the [[commands (API)|commands API]] except for "title" and "tellraw". | ||
+ | *Fixed many bugs. | ||
+ | |align=center|1.8 | ||
+ | |- | ||
+ | |align=center|[http://www.computercraft.info/2015/12/04/computercraft-1-75/ ComputerCraft 1.75] | ||
+ | | | ||
+ | *Fixed monitors sometimes rendering without part of their text. | ||
+ | *Fixed a regression in the [[Bit_(API)|“bit” API]]. | ||
+ | |align=center|1.7.10 | ||
+ | |- | ||
+ | |align=center|[http://www.computercraft.info/2015/06/27/computercraft-1-74/ ComputerCraft 1.74] | ||
+ | | | ||
+ | *Added tab completion to [[Edit|“edit”]], [[Lua|“lua”]] and the [[shell]]. | ||
+ | *Added [[textutils.complete]](), [[fs.complete]](), [[shell.complete]](), [[shell.completeProgram]](), [[shell.setCompletionFunction]](), [[shell.getCompletionInfo]](), and [[help.completeTopic]](). | ||
+ | *Added tab completion options to [[read]](). | ||
+ | *Added [[key_up_(event)|“key_up”]] and [[mouse_up_(event)|“mouse_up”]] events. | ||
+ | *Non-advanced terminals now accept both grey [[Color_(API)|colour]]s. | ||
+ | *Added [[term.getTextColor]](), [[term.getBackgroundColor]]() and [[term.blit]](). | ||
+ | *Improved the performance of text rendering on [[Advanced Computer]]s. | ||
+ | *Added a “Run” button to the [[edit|“edit”]] program on [[Advanced Computer]]s. | ||
+ | *[[Turtle]]s can now push players and entities ([[ComputerCraft.cfg|configurable]]). | ||
+ | *[[Turtle]]s now respect server spawn protection ([[ComputerCraft.cfg|configurable]]). | ||
+ | *Added a turtle permissions API for mod authors. | ||
+ | *Implemented a subset of the Lua 5.2 API so programs can be written against it now, ahead of a future Lua version upgrade. | ||
+ | *Added a [[ComputerCraft.cfg|config option]] to disable parts of the Lua 5.1 API which will be removed when a future Lua version upgrade happens. | ||
+ | *[[Command Computer]]s can no longer be broken by survival players. | ||
+ | *Fixed the “pick block” key not working on ComputerCraft items in creative mode. | ||
+ | *Fixed the [[edit|“edit”]] program being hard to use on certain European keyboards. | ||
+ | *Added “_CC_VERSION” and “_MC_VERSION” constants. | ||
+ | |align=center|1.7.10 | ||
+ | |- | ||
+ | |align=center|[http://www.computercraft.info/2015/02/22/computercraft-1-73/ ComputerCraft 1.71 - 1.73] | ||
+ | | | ||
+ | *[CC 1.71] The [[exec|“exec”]] program, [[commands.exec]]() and all related [[Command Computer]] functions now return the console output of the command. | ||
+ | *[CC 1.72 - 1.73] Fixed two multiplayer-only crash bugs when placing certain blocks. | ||
+ | |align=center|1.7.10 | ||
|- | |- | ||
|align=center|[http://www.computercraft.info/2015/02/15/computercraft-1-7/ ComputerCraft 1.7] | |align=center|[http://www.computercraft.info/2015/02/15/computercraft-1-7/ ComputerCraft 1.7] | ||
| | | | ||
− | *Added [[Command Computer]]s | + | *Added [[Command Computer]]s. |
− | *Added new API: [[commands_(API)|commands]] | + | *Added new API: [[commands_(API)|commands]]. |
− | *Added new programs: [[commands]], [[exec]] | + | *Added new programs: [[commands]], [[exec]]. |
− | *Added [[textutils.serializeJSON]]() | + | *Added [[textutils.serializeJSON]](). |
− | *Added ILuaContext.executeMainThreadTask() for peripheral developers | + | *Added ILuaContext.executeMainThreadTask() for peripheral developers. |
− | *[[Disk Drive]]s and [[Printer]]s can now be renamed with Anvils | + | *[[Disk Drive]]s and [[Printer]]s can now be renamed with Anvils. |
− | *Fixed problems with HD texture packs | + | *Fixed problems with HD texture packs. |
− | *Fixed various bugs and crashes | + | *Fixed various bugs and crashes. |
− | *Documented all the new features in the in-game help system | + | *Documented all the new features in the in-game help system. |
|align=center|1.7.10 | |align=center|1.7.10 | ||
|- | |- | ||
Line 356: | Line 420: | ||
*First Release. | *First Release. | ||
|align=center|1.0 | |align=center|1.0 | ||
− | |} | + | |}<noinclude>{{Documentation}}</noinclude> |
Latest revision as of 10:37, 2 August 2020
Version | New Features or Changes | Minecraft Version |
---|---|---|
ComputerCraft 1.79 |
|
1.8.9 |
ComputerCraft 1.77 - 1.78 |
|
1.8.9 |
ComputerCraft 1.76 |
|
1.8 |
ComputerCraft 1.75 |
|
1.7.10 |
ComputerCraft 1.74 |
|
1.7.10 |
ComputerCraft 1.71 - 1.73 |
|
1.7.10 |
ComputerCraft 1.7 |
|
1.7.10 |
ComputerCraft 1.65 |
|
1.7.10 |
ComputerCraft 1.64 |
|
1.7.10 |
ComputerCraft 1.63 |
|
1.6.4 |
ComputerCraft 1.62 |
|
1.6.4 |
ComputerCraft 1.61 | 1.6.4 | |
ComputerCraft 1.6 |
|
1.6.4 |
ComputerCraft 1.58 |
|
1.6.4 |
ComputerCraft 1.57 |
|
1.6.4 |
ComputerCraft 1.56 |
|
1.6.2 |
Computercraft 1.55 |
|
1.6.2 |
ComputerCraft 1.53 |
|
1.5.2 |
Computercraft 1.52 |
|
1.5.1 |
Computercraft 1.51 |
|
1.5 |
Computercraft 1.5 |
|
1.4.7 |
Computercraft 1.481 |
|
1.4.6 |
Computercraft 1.48 |
|
1.4.6 |
ComputerCraft 1.47 |
|
1.4.4 |
ComputerCraft 1.46 |
|
1.4.2 |
ComputerCraft 1.45 |
|
1.3.2 |
ComputerCraft 1.43 |
|
1.3.2 |
ComputerCraft 1.42 |
|
1.3.2 |
ComputerCraft 1.41 |
|
1.2.5 |
ComputerCraft 1.4 |
|
1.2.5 |
ComputerCraft 1.33 |
|
1.2.5 |
ComputerCraft 1.32 |
|
1.2.4 |
ComputerCraft 1.31 |
|
1.2.3 |
ComputerCraft 1.3 |
|
1.1 |
ComputerCraft 1.21 |
|
1.1 |
ComputerCraft 1.2 |
|
1.0 |
ComputerCraft 1.11 |
|
1.0 |
ComputerCraft 1.1 |
|
1.0 |
ComputerCraft 1.02 |
|
1.0 |
ComputerCraft 1.01 |
|
1.0 |
ComputerCraft 1.0 |
|
1.0 |