Skip to content

Commit

Permalink
2.1.3 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Archy-X committed Jun 16, 2024
1 parent f6b0439 commit 89adefa
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

Changelog for versions since 2.0.0.

## 2.1.3

### New Features
- Minecraft 1.21 support
- Add bogged and breeze to Fighting and Archery sources
- Add new action_bar options to main config
- format_last - If true, parsing of MiniMessage will happen after placeholders are replaced on each send. This makes MiniMessage gradients work at the cost of performance (false by default).
- update_async - If true, the idle action bar will be updated and sent asynchronously. This is an experimental option (false by default).

### Changes
- The option modifier.auto_convert_from_legacy is now false by default

### Bug Fixes
- Fix Lightning Blade attribute modifier not being removed
- Fix backup debug message spam
- Fix disabled traits not being fully disabled sometimes
- Fix hex colors not working in level up title and chat message
- Fix hex colors not working in action bars

## 2.1.2

### New Features
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
projectVersion = 2.1.2
projectVersion = 2.1.3

0 comments on commit 89adefa

Please sign in to comment.