diff --git a/.github/changelogs/4.x/en_us.md b/.github/changelogs/4.x/en_us.md index 92bbb10..f555a73 100644 --- a/.github/changelogs/4.x/en_us.md +++ b/.github/changelogs/4.x/en_us.md @@ -2,6 +2,22 @@ ## 4.1.x +### 4.1.2 + +#### :bug: bug fixes + +- Fixed a server crash when using `/txt move {text name} here` +- Fixed a bug that floating text was displayed at different coordinates than the actual coordinates when using `/txt move` + +#### :arrow_heading_up: follow PMMP changes + +- Added support for PMMP 4.5.x (Minecraft 1.19.0.5~) + The `mcpe-protocol` is no longer used, as the minor version of PMMP represents the protocol (in most cases) + +#### :globe_with_meridians: internationalization + +- Translated by @IvanCraft623: Added Spanish (Mexico) + ### 4.1.1 #### :bug: Bug fix diff --git a/.github/changelogs/4.x/ja_jp.md b/.github/changelogs/4.x/ja_jp.md index 14c98c7..6e8c985 100644 --- a/.github/changelogs/4.x/ja_jp.md +++ b/.github/changelogs/4.x/ja_jp.md @@ -2,6 +2,22 @@ ## 4.1.x +### 4.1.2 + +#### :bug: バグ修正 + +- `/txt move {テキスト名} here` を使用するとサーバーがクラッシュする問題を修正しました +- `/txt move` を使用した際に実際の座標とは異なる座標に浮き文字が表示される不具合を修正しました + +#### :arrow_heading_up: PMMPの変更に追従 + +- PMMP 4.5.x (Minecraft 1.19.0.5~) に対応しました + PMMPのマイナーバージョンがプロトコルを(殆どの場合)表すため、`mcpe-protocol` は使用されなくなりました + +#### :globe_with_meridians: 国際化 + +- @IvanCraft623による翻訳: スペイン語(メキシコ) を追加しました + ### 4.1.1 #### :bug: バグ修正