diff --git a/CHANGELOG-old.md b/CHANGELOG-old.md index 90ede8402..fdf7f2ca1 100644 --- a/CHANGELOG-old.md +++ b/CHANGELOG-old.md @@ -1,22 +1,5 @@ # Refined Storage Changelog -### 1.9.18 - -- Fixed potential Pattern crash when loading Minecraft. - -### 1.9.17 -- Added more slots to the Pattern Grid (Darkere) -- Combined Fluid and Item View in the Pattern Grid (Darkere) -- Fixed Relay not working (Darkere) -- Fixed Wireless Transmitter only working upright (Darkere) -- Fixed Portable Grid not opening when pointing at a block (Darkere) -- Fixed being able to circumvent locked slots by scrolling (Darkere) -- Processing patterns now use the order of items/fluids specified in the pattern (Darkere, necauqua) -- Fixed multiple bugs related to transferring recipes into the crafting grid (Darkere) -- Fixed autocrafting task getting stuck if two tasks fulfilled each others requirements (Darkere) -- Fixed fluid autocrafting breaking when using 2 stacks of the same fluid in a pattern (Darkere) -- Amount specifying screen is now limited to valid values (Darkere) - ### 1.9.16 - Added Covers for all cable types! (Buuz135) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83298cd15..2af2d7ff5 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -112,3 +112,31 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Ported to Minecraft 1.18.1. - Focused side buttons now display their tooltip properly. - Improved performance of retrieving patterns by [@metalshark](https://github.com/metalshark). + +## [v1.9.18] - 2022-05-18 + +### Fixed + +- Fixed potential Pattern crash when loading Minecraft. + +## [v1.9.17] - 2022-01-30 + +### Added + +- More slots for the Pattern Grid. + +### Changed + +- Combined fluid and item view in the Pattern Grid. +- Processing patterns now use the order of items/fluids specified in the pattern. +- Amount specifying screen is now limited to valid values. + +### Fixed + +- Fixed Relay not working. +- Fixed Wireless Transmitter only working upright. +- Fixed Portable Grid not opening when pointing at a block. +- Fixed being able to circumvent locked slots by scrolling. +- Fixed multiple bugs related to transferring recipes into the crafting grid. +- Fixed autocrafting task getting stuck if two tasks fulfilled each others requirements. +- Fixed fluid autocrafting breaking when using 2 stacks of the same fluid in a pattern.