mirror of
				https://github.com/SquidDev-CC/CC-Tweaked
				synced 2025-10-31 13:42:59 +00:00 
			
		
		
		
	Bump version
This commit is contained in:
		| @@ -226,7 +226,7 @@ task compressJson(dependsOn: extractAnnotationsJar) { | |||||||
|  |  | ||||||
| assemble.dependsOn compressJson | assemble.dependsOn compressJson | ||||||
|  |  | ||||||
| task checkRelease(dependsOn: extractAnnotationsJar) { | task checkRelease { | ||||||
|     group "upload" |     group "upload" | ||||||
|     description "Verifies that everything is ready for a release" |     description "Verifies that everything is ready for a release" | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| # Mod properties | # Mod properties | ||||||
| mod_version=1.83.0 | mod_version=1.83.1 | ||||||
|  |  | ||||||
| # Minecraft properties | # Minecraft properties | ||||||
| mc_version=1.12.2 | mc_version=1.12.2 | ||||||
|   | |||||||
| @@ -1,3 +1,12 @@ | |||||||
|  | # New features in CC: Tweaked 1.83.1 | ||||||
|  |  | ||||||
|  | * Add several new MOTD messages (JakobDev) | ||||||
|  |  | ||||||
|  | And several bug fixes: | ||||||
|  | * Fix type check in `rednet.lookup` | ||||||
|  | * Error if turtle and pocket computer programs are run on the wrong system (JakobDev) | ||||||
|  | * Do not discard varargs after a nil. | ||||||
|  |  | ||||||
| # New features in CC: Tweaked 1.83.0 | # New features in CC: Tweaked 1.83.0 | ||||||
|  |  | ||||||
| * Add Chinese translation (XuyuEre) | * Add Chinese translation (XuyuEre) | ||||||
|   | |||||||
| @@ -1,17 +1,10 @@ | |||||||
| New features in CC: Tweaked 1.83.0 | New features in CC: Tweaked 1.83.1 | ||||||
|  |  | ||||||
| * Add Chinese translation (XuyuEre) | * Add several new MOTD messages (JakobDev) | ||||||
| * Small performance optimisations for packet sending. |  | ||||||
| * Provide an `arg` table to programs fun from the shell, similar to PUC Lua. |  | ||||||
| * Add `os.date`, and handle passing datetime tables to `os.time`, making them largely compatible with PUC Lua. |  | ||||||
| * `rm` and `mkdir` accept multiple arguments (hydraz, JakobDev). |  | ||||||
| * Rework rendering of in-hand pocket computers. |  | ||||||
| * Prevent rendering of a bounding box on a monitor's screen. |  | ||||||
| * Refactor Lua-side type checking code into a single method. Also include the function name in error messages. |  | ||||||
|  |  | ||||||
| And several bug fixes: | And several bug fixes: | ||||||
| * Fix incorrect computation of server-tick budget. | * Fix type check in `rednet.lookup` | ||||||
| * Fix list-based config options not reloading. | * Error if turtle and pocket computer programs are run on the wrong system (JakobDev) | ||||||
| * Ensure `require` is usable within the Lua REPL. | * Do not discard varargs after a nil. | ||||||
|  |  | ||||||
| Type "help changelog" to see the full version history. | Type "help changelog" to see the full version history. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 SquidDev
					SquidDev