Skip to content

Commit

Permalink
updated changelog & release_info.json
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Jan 7, 2024
1 parent ed60cd1 commit 7955c46
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
11 changes: 6 additions & 5 deletions release_info.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}

0 comments on commit 7955c46

Please sign in to comment.