Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ body:
- type: input
attributes:
label: MoreIotas version
placeholder: eg. 0.1.1
placeholder: eg. 0.1.2
validations:
required: true

Expand Down
15 changes: 8 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,34 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [UNRELEASED]
## `0.1.2` - 2026-06-16

### Changed

- Published MoreIotas to https://maven.hexxy.media.
- Converted Treasurer's Purification into an operator - the item argument can now take either a stack iota or a type iota.
- Made Cave Air and Void Air block types falsy to match normal Air.
- Updated zh_cn translations, by ChuijkYahus in [#55](https://github.com/FallingColors/MoreIotas/pull/55) and [#58](https://github.com/FallingColors/MoreIotas/pull/58).
- Updated zh_cn translations ([#55](https://github.com/FallingColors/MoreIotas/pull/55), [#58](https://github.com/FallingColors/MoreIotas/pull/58), [#62](https://github.com/FallingColors/MoreIotas/pull/62)) @ChuijkYahus
- Moved certain lang keys for type iotas from Hexal into MoreIotas, since MoreIotas is what actually implements type iotas.
- Development: Removed `moreiotas.serialization-hooks` dependency on Fabric.

### Fixed

- Fixed item stack iotas using an untranslated lang key when referenced in a mishap message.
- Fixed the element-wise matrix operations not coercing numbers or vectors to matrices like the other matrix patterns do.
- Fixed Patternmaster's Purification throwing an exception when used on any non-static pattern, by beholderface in [#59](https://github.com/FallingColors/MoreIotas/pull/59).
- Fixed a crash when trying to invert a non-invertible matrix, by c-Caelum in [#66](https://github.com/FallingColors/MoreIotas/pull/66).
- Fixed Patternmaster's Purification throwing an exception when used on any non-static pattern ([#59](https://github.com/FallingColors/MoreIotas/pull/59)) @beholderface
- Fixed Listener's Reflection ignoring all messages from anyone with a Sifter's Gambit prefix set ([#64](https://github.com/FallingColors/MoreIotas/pull/64)) @pythonmcpi
- Fixed a crash when trying to invert a non-invertible matrix ([#66](https://github.com/FallingColors/MoreIotas/pull/66)) @c-Caelum

### Internal

- Deprecated all uses of the JBLAS matrix library and replaced them with EJML equivalents, by c-Caelum in [#66](https://github.com/FallingColors/MoreIotas/pull/66).
- Deprecated all uses of the JBLAS matrix library and replaced them with EJML equivalents ([#66](https://github.com/FallingColors/MoreIotas/pull/66)) @c-Caelum

## `0.1.1` - 2025-09-23

### Changed

- Updated zh_cn translations, by ChuijkYahus in [#43](https://github.com/FallingColors/MoreIotas/pull/43).
- Updated zh_cn translations ([#43](https://github.com/FallingColors/MoreIotas/pull/43)) @ChuijkYahus

### Fixed

Expand All @@ -49,7 +50,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
### Changed

- Updated to Minecraft 1.20.1!
- Updated zh_cn translations, by ChuijkYahus in [#7](https://github.com/FallingColors/MoreIotas/pull/7) and [#14](https://github.com/FallingColors/MoreIotas/pull/14).
- Updated zh_cn translations ([#7](https://github.com/FallingColors/MoreIotas/pull/7), [#14](https://github.com/FallingColors/MoreIotas/pull/14)) @ChuijkYahus
- Moved MoreIotas into the Falling Colors organization.

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jetbrainsAnnotationsVersion=23.0.0

minecraftVersion=1.20.1
kotlinVersion=1.7.20
modVersion=0.1.1
modVersion=0.1.2

paucalVersion=0.6.0-pre-118
hexcastingVersion=0.11.2-pre-701
Expand Down
Loading