Commit 58e299c9 by Jonathan Thomas

Bump to 1.0.5 release

parent df294c8b
Pipeline #12322 passed with stages
in 1 minute 57 seconds
...@@ -4,16 +4,18 @@ All notable changes to **CreatureChat** are documented in this file. The format ...@@ -4,16 +4,18 @@ 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.0.5
### Added ### Added
- New automated deployments for Modrinth and CurseForge (GitLab CI Pipeline) - New automated deployments for Modrinth and CurseForge (GitLab CI Pipeline)
- Death messages added for all named creatures except players and tamed ones (RIP) - Death messages added for all named creatures except players and tamed ones (RIP)
- Added Minecraft Forge installation instructions - Added Minecraft Forge installation instructions
- Alex's Mobs icon art and full-support for all entities (owlmaddie)
### Fixed ### Fixed
- Fabulous video bug causing chat bubbles to be invisible - Fabulous video bug causing chat bubbles to be invisible
- Shader support (i.e. Iris, etc...) - Shader support (i.e. Iris, etc...) for text and rendering
- Water blocking render of chat bubbles
- Parse OpenAI JSON error messages, to display a more readable error message - Parse OpenAI JSON error messages, to display a more readable error message
- Remove quotes from CreatureChat API error messages - Remove quotes from CreatureChat API error messages
- If OpenAI key is set, switch URL automatically back to OpenAI endpoint - If OpenAI key is set, switch URL automatically back to OpenAI endpoint
......
...@@ -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.0.4 mod_version=1.0.5
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