From 7955c46330cf1ff105472da80d7c85e1dd0d9bfc Mon Sep 17 00:00:00 2001 From: Des Herriott Date: Sun, 7 Jan 2024 09:17:48 +0000 Subject: [PATCH] updated changelog & release_info.json --- Changelog.md | 6 ++++++ release_info.json | 11 ++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Changelog.md b/Changelog.md index e6ab50647..ffb8037fa 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,11 +8,17 @@ Changes are in reverse chronological order; newest changes at the top. ## [6.0.13] +### Added +* Added a new tube module: the Thermostat Module - thanks @johalun (coding) and @Ridanisaurus (texturing) + * Measures the temperature of the block it's facing and converts to a redstone signal + * Use a Redstone Module on the same colour channel to output the signal + ### Fixed * Fixed Liquid Hopper not immediately updating comparator output level when fluid level changed * Fixed Pneumatic Armor HUD stat panel forever-expanding if moved off the screen to the right * Also added a "Reset" button to the stat-moving GUI; retrieve stat panels which you've moved off-screen this way +* Some memory leak fixes and general improvements around handling and caching of air handlers capabilities - thanks @BlueAgent ## [6.0.12] diff --git a/release_info.json b/release_info.json index 8adc713e7..0a2c8241e 100644 --- a/release_info.json +++ b/release_info.json @@ -1,8 +1,8 @@ { "homepage": "https://minecraft.curseforge.com/projects/pneumaticcraft-repressurized", "promos": { - "1.20.1-recommended": "1.20.1-6.0.12", - "1.20.1-latest": "1.20.1-6.0.12" + "1.20.1-recommended": "1.20.1-6.0.13", + "1.20.1-latest": "1.20.1-6.0.13" }, "1.20.1": { "1.20.1-6.0.0": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.20.1/Changelog.md#600", @@ -15,8 +15,9 @@ "1.20.1-6.0.7": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.20.1/Changelog.md#607", "1.20.1-6.0.8": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.20.1/Changelog.md#608", "1.20.1-6.0.9": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.20.1/Changelog.md#609", - "1.20.1-6.0.10": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.20.1/Changelog.md#610", - "1.20.1-6.0.11": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.20.1/Changelog.md#611", - "1.20.1-6.0.12": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.20.1/Changelog.md#612" + "1.20.1-6.0.10": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.20.1/Changelog.md#6010", + "1.20.1-6.0.11": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.20.1/Changelog.md#6011", + "1.20.1-6.0.12": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.20.1/Changelog.md#6012", + "1.20.1-6.0.13": "https://github.com/TeamPneumatic/pnc-repressurized/blob/1.20.1/Changelog.md#6013" } }