Skip to content

Commit

Permalink
▲ version
Browse files Browse the repository at this point in the history
  • Loading branch information
SquidDev committed Jan 13, 2020
1 parent 4c8fd4f commit 018ecfb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Mod properties
mod_version=1.86.0
mod_version=1.86.1

# Minecraft properties
mc_version=1.12.2
Expand Down
11 changes: 11 additions & 0 deletions src/main/resources/assets/computercraft/lua/rom/help/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# New features in CC: Tweaked 1.86.1

* Add a help message to the Lua REPL's exit function
* Add more MOTD messages. (osmarks)
* GPS requests are now made anonymously (osmarks)
* Minor memory usage improvements to Cobalt VM.

And several bug fixes:
* Fix error when calling `write` with a number.
* Add missing assertion to `io.write`.

# New features in CC: Tweaked 1.86.0

* Add PATCH and TRACE HTTP methods. (jaredallard)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
New features in CC: Tweaked 1.86.0
New features in CC: Tweaked 1.86.1

* Add PATCH and TRACE HTTP methods. (jaredallard)
* Add more MOTD messages. (JakobDev)
* Allow removing and adding turtle upgrades via CraftTweaker.
* Add a help message to the Lua REPL's exit function
* Add more MOTD messages. (osmarks)
* GPS requests are now made anonymously (osmarks)
* Minor memory usage improvements to Cobalt VM.

And several bug fixes:
* Fix crash when interacting with Wearable Backpacks.
* Fix error when calling `write` with a number.
* Add missing assertion to `io.write`.

Type "help changelog" to see the full version history.

0 comments on commit 018ecfb

Please sign in to comment.