diff --git a/README.md b/README.md index 8bf6d0ad6..eba418f18 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ ## Features computers remotely. - Add full-block wired modems, allowing one to wrap non-solid peripherals (such as turtles, or chests if Plethora is installed). + - Extended binary file handles. They support file seeking, and reading new lines, allowing full (and accurate) + emulation of the standard Lua `io` library. ## Relation to CCTweaks? This mod has nothing to do with CCTweaks, though there is no denying the name is a throwback to it. That being said, @@ -36,7 +38,7 @@ ## Relation to CCTweaks? ## Contributing Any contribution is welcome, be that using the mod, reporting bugs or contributing code. If you do wish to contribute -code, do consider submitting it to the ComputerCraft repository instead. +code, do consider submitting it to the ComputerCraft repository first. That being said, in order to start helping develop CC:T, you'll need to follow these steps: diff --git a/build.gradle b/build.gradle index 7b15605a8..b6e3f0ba8 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ apply plugin: 'maven-publish' apply plugin: 'maven' -version = "1.80pr1.8" +version = "1.80pr1.9" group = "org.squiddev" archivesBaseName = "cc-tweaked" @@ -131,7 +131,7 @@ project { id = '282001' releaseType = 'beta' - changelog = '' + changelog = "Release notes can be found on the GitHub repository (https://github.com/SquidDev-CC/CC-Tweaked/releases/tag/v${project.version})." } }