Skip to content

Commit c8849d3

Browse files
committed
Version 4.2.2 and changelog
1 parent ae76d4a commit c8849d3

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Version 4.2.2
2+
・Fixed an issue where chunks containing the pale_garden biome were not displaying correctly
3+
14
Version 4.2.0, 4.2.1
25
・Added support for Minecraft 1.21.4
36

CHANGELOG.ja-JP

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
バージョン 4.2.2
2+
・pale_gardenバイオームが含まれるチャンクが正常に表示できない問題を修正しました
3+
14
バージョン 4.2.0, 4.2.1
25
・Minecraft 1.21.4 に対応しました
36

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.16)
2-
project(mcview VERSION 4.2.1)
2+
project(mcview VERSION 4.2.2)
33

44
set(CMAKE_CXX_STANDARD 20)
55
set(CMAKE_CXX_STANDARD_REQUIRED ON)

0 commit comments

Comments
 (0)