Update changelog for version 0.3.1 with minor bug fixes related to color themes, ZSCustomOverworld v3 item loading, and Tile16 selection.

This commit is contained in:
scawful
2025-09-27 11:40:12 -04:00
parent 7e46b2b7be
commit 920e5002ee
11 changed files with 20 additions and 16 deletions

View File

@@ -77,7 +77,7 @@ absl::Status YazeProject::Create(const std::string& project_name, const std::str
metadata.created_date = ss.str();
metadata.last_modified = ss.str();
metadata.yaze_version = "0.3.0"; // TODO: Get from version header
metadata.yaze_version = "0.3.1"; // TODO: Get from version header
metadata.version = "2.0";
metadata.created_by = "YAZE";