Skip to content

Latest commit

 

History

History
119 lines (74 loc) · 8.06 KB

CHANGELOG.md

File metadata and controls

119 lines (74 loc) · 8.06 KB

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits and COMMITS.md for commit guidelines.

0.5.3 (2025-01-16)

Bug Fixes

0.5.2 (2024-10-27)

Bug Fixes

0.5.1 (2024-10-09)

Bug Fixes

  • remove crash in Pixels.renderLevel (951faba), fixes #27

0.5.0 (2024-10-09)

New Features

  • locate the thing I'm looking at (e6d0658)
  • clumping echoes in nuggets (1dfd23d), closes #23, fixes #22
  • adding new level of indirection (1a8b096)

Chores

  • use :fabric:1.21 as base for other versions (666e979)

Code Refactoring

  • merging BlockEcho and EchoState (5b6f2fd)
  • s/GraphicContext/ShimmerConsumer/ (fa0b40a)

0.4.1 (2024-10-07)

Bug Fixes

  • crash during active scan with no more world (39e3be0), fixes #21
  • only one setting at a time is saved (24ac468), fixes #20

0.4.0 (2024-10-07)

New Features

  • color echoes based on c:ores subclasses (1688382)
  • add ARGB32 color to each block (1920f08)
  • drop maximum in favor of lifetime of echoes (50cda36)
  • add echoes lifetime (2626d87)
  • attach sonar drawing to the mod (ce72ea5)
  • draw echoes even if no shimmers are present (919de95)
  • get the sound sample from Amane:OG (4f9f0bc)
  • add activation sound event (3cc1d91)
  • attach sonar animation to the mod (4ace428)
  • animate the shimmers and echoes (37310e0)
  • introduce animation subsystem (4ae3f26)

Bug Fixes

  • mined echoes remain on screen (7e2611f), fixes #18
  • use better name for slice pacer (ad1e442)
  • docs: update the README.md with scan screenshots (fa7dfe4)

0.3.2 (2024-10-01)

Bug Fixes

  • align Fabric-facing license with GitHub one (9f81b24)

0.3.1 (2024-10-01)

Bug Fixes

  • decide the environment in the mod manifest (436199b)

0.3.0 (2024-10-01)

New Features

  • add scrollbar to inventory widget (cb03d1f)
  • expand inventory to two rows at the bottom (9f79e9c)
  • add modmenu settings screens (47bc149)

Bug Fixes

  • cut down initial ore set to coal (36cd931)
  • docs: show first screenshots (3b8422e)

0.2.0 (2024-09-27)

Bug Fixes

  • docs: update the message type list (607801e)

Chores

  • add the license notification to source code (d1b37e7)
  • clean up code; make use of var (fc4768b)

Continuous Integration

  • add version override for github release (98983f0)
  • reintroduce an empty line after H2 (11b8acb)
  • reorganize the CI scripts (a6475b1)
  • fix repository name lookup (c1ca40b)
  • fix the Publish running on non-release builds (bccd12b)
  • rename the jobs (8393236)
  • allow releases from annotated tags (9eac5be)

Code Style