mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 03:36:47 -04:00
set OC version to 1.8.0-snapshot, update changelog
This commit is contained in:
parent
0784099596
commit
00c5a9b3dd
@ -1,7 +1,7 @@
|
|||||||
minecraft.version=1.7.10
|
minecraft.version=1.7.10
|
||||||
forge.version=10.13.4.1614-1.7.10
|
forge.version=10.13.4.1614-1.7.10
|
||||||
|
|
||||||
oc.version=1.7.7
|
oc.version=1.8.0-snapshot
|
||||||
|
|
||||||
ae2.version=rv2-stable-10
|
ae2.version=rv2-stable-10
|
||||||
bc.version=7.1.24
|
bc.version=7.1.24
|
||||||
|
32
changelog.md
32
changelog.md
@ -1,19 +1,29 @@
|
|||||||
## New Features/Support
|
## New Features/Support
|
||||||
|
|
||||||
* Fixed: Adjusted version check to support the newer GitHub tag format.
|
* Added: Experimental Lua 5.4 support (Lua 5.4.4).
|
||||||
* Fixed: [#2883] Allowing any domain through if a whitelisted domain failed to resolve.
|
* For now, this is hidden behind a configuration option.
|
||||||
* (1.12.2) Fixed: Block/item color regression (introduced in OpenComputers 1.7.6).
|
* Added: Forestry circuit boards' internal layout is now available to Lua scripts.
|
||||||
* Fixed: [#3547] Character glyph regressions (introduced in OpenComputers 1.7.6).
|
* Added: Major upgrade of Lua libraries.
|
||||||
* Fixed: [#3004] Incorrect damage/metadata values on Cable items.
|
* Updated LuaJ to 3.0.2 with many third-party patches applied.
|
||||||
* (1.12.2) Fixed: [#3546] Incorrect version number reported by mod.
|
* JNLua is now compiled with proper optimizations - ~2x better performance!
|
||||||
* (1.12.2) Fixed: Reflection call regression (introduced in OpenComputers 1.7.6).
|
* Lua 5.2 has been updated with gamax92's backported bugfixes.
|
||||||
* (1.12.2) Fixed: [#2902] Thread race condition crash when rendering some blocks.
|
* Lua 5.3 has been updated from 5.3.2 to 5.3.6.
|
||||||
|
* 64-bit integers in calls should now be handled properly.
|
||||||
|
* Added: Official support for AArch64 on Linux and macOS.
|
||||||
|
* Added: Subtle indentations to Redstone I/O texture.
|
||||||
|
* The amount of darkened dots on each side marks the ordinal number of the side it responds to.
|
||||||
|
* Added: Support for non-BMP Unicode codepoints!
|
||||||
|
* To clarify, Unicode characters >= 0x10000 should now be fully supported - as long as they're provided in the font.
|
||||||
|
* Changed: New limitFlightHeight configuration definition.
|
||||||
|
* This allows values above 256 to be used, which may be useful for Cubic Chunks users.
|
||||||
|
* Changed: The game now crashes instead of reloading defaults if a config file is present but invalid.
|
||||||
|
* Removed: Native Lua library support for FreeBSD and x86 macOS.
|
||||||
|
* (1.7.10) Fixed: [#3239] Inconsistencies in Robot block clicking.
|
||||||
|
|
||||||
## OpenOS fixes/improvements
|
## OpenOS fixes/improvements
|
||||||
|
|
||||||
* Fixed: /bin/edit not working on Lua 5.2 (introduced in OpenOS 1.7.6).
|
* Fixed: [#3558] Invalid file modification timestamps in /bin/ls.
|
||||||
* Fixed: Reverted "[#3196] Env pass in 'sh' command." due to a regression.
|
|
||||||
|
|
||||||
## List of contributors
|
## List of contributors
|
||||||
|
|
||||||
payonel, asie
|
asie, payonel, Smok1e
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
-- called from /init.lua
|
-- called from /init.lua
|
||||||
local raw_loadfile = ...
|
local raw_loadfile = ...
|
||||||
|
|
||||||
_G._OSVERSION = "OpenOS 1.7.7"
|
_G._OSVERSION = "OpenOS 1.8.0-snapshot"
|
||||||
|
|
||||||
-- luacheck: globals component computer unicode _OSVERSION
|
-- luacheck: globals component computer unicode _OSVERSION
|
||||||
local component = component
|
local component = component
|
||||||
|
Loading…
x
Reference in New Issue
Block a user