Skip to content

Commit

Permalink
chore: prepare release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Jul 7, 2023
1 parent b07b2e1 commit 3338f8b
Showing 1 changed file with 38 additions and 34 deletions.
72 changes: 38 additions & 34 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,138 +7,142 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.0] - 2023-07-07

### Changed

- Ported to Minecraft 1.20.1.
- Ported to Minecraft 1.20.1.

## [1.0.0] - 2022-09-30

### Changed

- Ported to Minecraft 1.19.2.
- Ported to Minecraft 1.19.2.

## [0.9.2] - 2022-03-26

### Changed

- Ported to Minecraft 1.18.2.
- Ported to Minecraft 1.18.2.

## [0.9.1] - 2022-03-26

### Added

- Korean translation by [@mindy15963](https://github.com/mindy15963).
- French translation by [@dracnis](https://github.com/dracnis).
- Korean translation by [@mindy15963](https://github.com/mindy15963).
- French translation by [@dracnis](https://github.com/dracnis).

### Fixed

- Fixed pump scanning past minimum Y level.
- Fixed pump not using minimum Y level from dimension by [@Arayn](https://github.com/Arayn).
- Fixed pump scanning past minimum Y level.
- Fixed pump not using minimum Y level from dimension by [@Arayn](https://github.com/Arayn).

## [0.9.0] - 2021-12-18

### Added

- Port to Minecraft 1.18.1.
- Added Portuguese translation by [@flagar0](https://github.com/flagar0).
- Added Italian translation by [@maicol07](https://github.com/maicol07).
- Port to Minecraft 1.18.1.
- Added Portuguese translation by [@flagar0](https://github.com/flagar0).
- Added Italian translation by [@maicol07](https://github.com/maicol07).

## [0.8.2] - 2020-09-25

### Added

- Port to Minecraft 1.16.3.
- Port to Minecraft 1.16.3.

## [0.8.1] - 2020-08-30

### Added

- Port to Minecraft 1.16.2.
- Simplified Chinese translation by [@a5161655](https://github.com/a5161655).
- Hungarian translation by [@excodex](https://github.com/excodex).
- Port to Minecraft 1.16.2.
- Simplified Chinese translation by [@a5161655](https://github.com/a5161655).
- Hungarian translation by [@excodex](https://github.com/excodex).

## [0.8.0] - 2020-07-15

### Added

- Port to Minecraft 1.16.
- Port to Minecraft 1.16.

## [0.7.1] - 2020-01-30

### Added

- Port to Minecraft 1.15.2.
- Port to Minecraft 1.15.2.

## [0.7.0] - 2020-01-20

### Added

- Port to Minecraft 1.15.
- You can now configure the block that liquids have to be replaced with.
- Port to Minecraft 1.15.
- You can now configure the block that liquids have to be replaced with.

## [0.6.1] - 2019-11-07

### Fixed

- Fix Pump not dropping when breaking.
- Fix Pump not dropping when breaking.

## [0.6.0] - 2019-11-03

### Added

- Port to Minecraft 1.14.
- Russian translation by [@DDShadowRU](https://github.com/DDShadowRU).
- Port to Minecraft 1.14.
- Russian translation by [@DDShadowRU](https://github.com/DDShadowRU).

## [0.5.0] - 2017-07-25

### Added

- Port to Minecraft 1.12.
- Port to Minecraft 1.12.

### Changed

- Changed scanning system to scan nearest blocks first.
- The pump no longer requires a redstone signal. If a redstone signal is given, the pump will pause instead.
- The pump now auto-pushes liquids to neighboring tanks.
- Changed scanning system to scan nearest blocks first.
- The pump no longer requires a redstone signal. If a redstone signal is given, the pump will pause instead.
- The pump now auto-pushes liquids to neighboring tanks.

## [0.4.0] - 2016-11-30

### Added

- Port to Minecraft 1.11.
- Russian translation by [@CorwinTheCat](https://github.com/CorwinTheCat).
- Port to Minecraft 1.11.
- Russian translation by [@CorwinTheCat](https://github.com/CorwinTheCat).

### Changed

- The pump now uses energy by default in the config.
- The pump now uses energy by default in the config.

### Removed

- Removed RF support, use Forge Energy instead.
- Removed RF support, use Forge Energy instead.

## [0.3.0] - 2016-08-25

### Added

- Optional RF usage.
- Optional RF usage.

### Changed

- Updated Forge to 2073.
- Updated Forge to 2073.

## [0.2.0] - 2016-07-15

### Changed

- Increased default speed from 2 to 8 (which means it will run slower).
- Increased default speed from 2 to 8 (which means it will run slower).

## [0.1.0] - 2016-07-15

### Added

- Initial release for Minecraft 1.10.2.
- Initial release for Minecraft 1.10.2.

[Unreleased]: https://github.com/refinedmods/rangedpumps/compare/v1.1.0...HEAD

[Unreleased]: https://github.com/refinedmods/rangedpumps/compare/v1.0.0...HEAD
[1.1.0]: https://github.com/refinedmods/rangedpumps/compare/v1.0.0...v1.1.0

[1.0.0]: https://github.com/refinedmods/rangedpumps/compare/v0.9.2...v1.0.0

Expand Down

0 comments on commit 3338f8b

Please sign in to comment.