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:
@@ -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";
|
||||
|
||||
|
||||
@@ -122,7 +122,7 @@ class ModernCLI {
|
||||
}
|
||||
|
||||
void ShowVersion() {
|
||||
std::cout << "z3ed v0.3.0 - Yet Another Zelda3 Editor CLI" << std::endl;
|
||||
std::cout << "z3ed v0.3.1 - Yet Another Zelda3 Editor CLI" << std::endl;
|
||||
std::cout << "Built with Asar integration" << std::endl;
|
||||
std::cout << "Copyright (c) 2025 scawful" << std::endl;
|
||||
}
|
||||
|
||||
@@ -704,7 +704,7 @@ void PaletteEditorComponent(ftxui::ScreenInteractive &screen) {
|
||||
|
||||
void HelpComponent(ftxui::ScreenInteractive &screen) {
|
||||
auto help_text = vbox({
|
||||
text("z3ed v0.3.0") | bold | color(Color::Yellow),
|
||||
text("z3ed v0.3.1") | bold | color(Color::Yellow),
|
||||
text("by scawful") | color(Color::Magenta),
|
||||
text("The Legend of Zelda: A Link to the Past Hacking Tool") |
|
||||
color(Color::Red),
|
||||
@@ -866,7 +866,7 @@ void MainMenuComponent(ftxui::ScreenInteractive &screen) {
|
||||
auto title = border(hbox({
|
||||
text("z3ed") | bold | color(Color::Blue1),
|
||||
separator(),
|
||||
text("v0.3.0") | bold | color(Color::Green1),
|
||||
text("v0.3.1") | bold | color(Color::Green1),
|
||||
separator(),
|
||||
text(rom_information) | bold | color(Color::Red1),
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user