Commit 49d42059 by Jonathan Thomas

Merge branch 'improve-1.20-support' into 'develop'

Bump version to 1.0.2 (new release). Updated CHANGELOG.md with new version.

See merge request !3
parents c12ef1d6 8b984b6e
Pipeline #12144 passed with stage
in 2 minutes 14 seconds
...@@ -4,7 +4,7 @@ All notable changes to **CreatureChat** are documented in this file. The format ...@@ -4,7 +4,7 @@ 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.2] - 2024-05-07
### Added ### Added
- Added support for Minecraft 1.20, 1.20.1, 1.20.2, 1.20.3, and 1.20.4 (new build pipeline) - Added support for Minecraft 1.20, 1.20.1, 1.20.2, 1.20.3, and 1.20.4 (new build pipeline)
...@@ -17,12 +17,12 @@ All notable changes to **CreatureChat** are documented in this file. The format ...@@ -17,12 +17,12 @@ All notable changes to **CreatureChat** are documented in this file. The format
### Added ### Added
- Added support for CreatureChat API (switch URL when a CreatureChat key is detected) - Added support for CreatureChat API (switch URL when a CreatureChat key is detected)
- Upgrade to Fabric Loader: `0.15.10`, Fabric API: `0.97.0+1.20.4`, Fabric Loom: `1.6.5`, Gradle: `8.6` - Upgrade to Fabric Loader: `0.15.10`, Fabric API: `0.97.0+1.20.4`, Fabric Loom: `1.6.5`, Gradle: `8.6`
- New [TERMS.md](TERMS.md) and [PRIVACY.md](PRIVACY.md) documents (terms of service and privacy policy for CreatureChat) - New TERMS.md and PRIVACY.md documents (terms of service and privacy policy for CreatureChat)
### Changed ### Changed
- Improved error messages onscreen (Invalid API Key, No tokens remaining, etc...), for improved troubleshooting - Improved error messages onscreen (Invalid API Key, No tokens remaining, etc...), for improved troubleshooting
- Improved privacy by not outputting API keys in logs or onscreen - Improved privacy by not outputting API keys in logs or onscreen
- Updated [README.md](README.md) with improved instructions and info - Updated README.md with improved instructions and info
## [1.0.0] - 2024-05-01 ## [1.0.0] - 2024-05-01
......
...@@ -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.1 mod_version=1.0.2
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