Commit 021e2246 by Jonathan Thomas

Updating CHANGELOG.md, bumping version to 1.3.0

parent 6a9c320e
Pipeline #13288 passed with stages
in 2 minutes 13 seconds
...@@ -4,13 +4,13 @@ All notable changes to **CreatureChat** are documented in this file. The format ...@@ -4,13 +4,13 @@ All notable changes to **CreatureChat** are documented in this file. The format
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html). [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased ## [1.3.0] - 2025-01-14
### Added ### Added
- Player Icons (custom art embedded in player skin) - In-game chat messages are now displayed in chat bubbles above players heads!
- New Step-by-Step **Icon** Tutorial: [ICON.md](ICONS.md) - Custom player icons (icons can be embedded in player skin file)
- New mixin to extend PlayerSkinTexture to make a copy of the NativeImage + pixel toggle to enable - Step-by-Step **Icon** Tutorial: [ICON.md](ICONS.md)
- Chat messages are now displayed in chat bubbles above players heads - Mixin to extend PlayerSkinTexture to make a copy of the NativeImage + pixel toggle to enable
- New command `/creaturechat chatbubbles set <on | off>` to show or hide player chat messages in bubbles - New command `/creaturechat chatbubbles set <on | off>` to show or hide player chat messages in bubbles
- Improved LLM Unit tests (to prevent rate limit issues from certain providers when running all tests) - Improved LLM Unit tests (to prevent rate limit issues from certain providers when running all tests)
- Check friendship direction (+ or -) in LLM unit tests (to verify friendship direction is output correctly) - Check friendship direction (+ or -) in LLM unit tests (to verify friendship direction is output correctly)
...@@ -18,9 +18,10 @@ All notable changes to **CreatureChat** are documented in this file. The format ...@@ -18,9 +18,10 @@ All notable changes to **CreatureChat** are documented in this file. The format
### Changed ### Changed
- Seperated Player and Entity message broadcasts (different packets for simplicity) - Seperated Player and Entity message broadcasts (different packets for simplicity)
- Reduced size of player skin face on chat bubble, to match sizes of custom icons (for consistency) - Reduced size of player skin face on chat bubble, to match sizes of custom icons (for consistency)
- Updated entity icons for allay, creeper, and pig
### Fixed ### Fixed
- Fixed death messages for mobs with no chat data - Hide death messages for mobs with no chat data
- Fixed transparent background behind chat screen for Minecraft 1.20 and 1.20.1. - Fixed transparent background behind chat screen for Minecraft 1.20 and 1.20.1.
- Removed extra message broadcast (which was unnecessary) - Removed extra message broadcast (which was unnecessary)
......
...@@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx1G ...@@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx1G
org.gradle.parallel=true org.gradle.parallel=true
# Mod Properties # Mod Properties
mod_version=1.2.1 mod_version=1.3.0
maven_group=com.owlmaddie maven_group=com.owlmaddie
archives_base_name=creaturechat archives_base_name=creaturechat
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment