aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-05-10 06:52:26 +0330
committermat <git@matdoes.dev>2025-05-10 06:52:26 +0330
commitfbcaa6eca9b8635643227a09fe791acaa617918f (patch)
treed498a2808d25acd301ea778dc1ce43624ad7c61d
parentb35904a0b563648e4fa7366004bced29c69aa841 (diff)
downloadazalea-drasl-fbcaa6eca9b8635643227a09fe791acaa617918f.tar.xz
rearrange some parts of changelog and mention pr authors
-rw-r--r--CHANGELOG.md16
1 files changed, 9 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e54daf8b..2f61d882 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,11 +13,13 @@ is breaking anyways, semantic versioning is not followed.
- This changelog. To see changes before this update, look at the git commits.
- azalea and azalea-client now have a `packet-event` feature, which can be disabled for efficiency if you're not using `Event::Packet`.
- `StartJoinServerEvent` can now be used to join servers exclusively from the ECS without a Tokio runtime.
-- `FormattedText::to_html` and `FormattedText::to_custom_format`.
-- Add auto-reconnecting which is enabled by default.
-- The pathfinder no longer avoids slabs, stairs, and dirt path blocks.
+- `FormattedText::to_html` and `FormattedText::to_custom_format`. (@Kumpelinus)
- Non-standard legacy hex colors like `ยง#ff0000` are now supported in azalea-chat.
- Chat signing.
+- Add auto-reconnecting which is enabled by default.
+- `client.start_use_item()`.
+- The pathfinder no longer avoids slabs, stairs, and dirt path blocks.
+- The reach distance for the pathfinder `ReachBlockPosGoal` is now configurable. (@x-osc)
### Changed
@@ -25,16 +27,16 @@ is breaking anyways, semantic versioning is not followed.
- [BREAKING] The `BlockState::id` field is now private, use `.id()` instead.
- [BREAKING] Update to [Bevy 0.16](https://bevyengine.org/news/bevy-0-16/).
- [BREAKING] Rename `InstanceContainer::insert` to `get_or_insert`.
-- [BREAKING] Replace `BlockInteractEvent` with the more general-purpose `StartUseItemEvent`, and add `client.start_use_item()`.
+- [BREAKING] Replace `BlockInteractEvent` with the more general-purpose `StartUseItemEvent`.
- `ClientBuilder` and `SwarmBuilder` are now Send.
### Fixed
- Clients now validate incoming packets using the correct `MAXIMUM_UNCOMPRESSED_LENGTH` value.
-- Send the correct UUID to servers in `ClientboundHello` when we're joining in offline-mode.
- Several protocol fixes, including for ClientboundSetPlayerTeam and a few data components.
-- Update the `InstanceName` component correctly when we receive a respawn or second login packet.
-- Block shapes and some properties were using data from `1.20.3-pre4` due to using an old data generator (Pixlyzer), which has now been replaced with the data generator from [Pumpkin](https://github.com/Pumpkin-MC/Extractor).
- No more chunk errors when the client joins another world with the same name but different height.
- Mining now aborts correctly and doesn't flag Grim.
+- Update the `InstanceName` component correctly when we receive a respawn or second login packet.
- azalea-chat now handles legacy color codes correctly when parsing from NBT.
+- Send the correct UUID to servers in `ClientboundHello` when we're joining in offline-mode.
+- Block shapes and some properties were using data from `1.20.3-pre4` due to using an old data generator (Pixlyzer), which has now been replaced with the data generator from [Pumpkin](https://github.com/Pumpkin-MC/Extractor).