diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0b015f15..a967a6a6 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -4,7 +4,7 @@ + add "Show whitespace" option + add ScreenQuadNDC + add the ability to set CodeUI.Save and Project.Save to same shortcut -+ add option to stream logs ++ add option to stream logs to log.txt + fix some TextEditor bugs [v1.1.4] diff --git a/GUIManager.cpp b/GUIManager.cpp index 841a623c..402c3d83 100644 --- a/GUIManager.cpp +++ b/GUIManager.cpp @@ -797,7 +797,7 @@ namespace ed ImGui::SetNextWindowSize(ImVec2(270 * Settings::Instance().DPIScale, 150 * Settings::Instance().DPIScale), ImGuiCond_Once); if (ImGui::BeginPopupModal("About##main_about")) { ImGui::TextWrapped("(C) 2019 dfranx"); - ImGui::TextWrapped("Version 1.1.4"); + ImGui::TextWrapped("Version 1.1.5"); ImGui::TextWrapped("Internal version: %d", UpdateChecker::MyVersion); ImGui::NewLine(); ImGui::TextWrapped("This app is open sourced: "); diff --git a/Objects/UpdateChecker.h b/Objects/UpdateChecker.h index 11b07500..833a51bb 100644 --- a/Objects/UpdateChecker.h +++ b/Objects/UpdateChecker.h @@ -7,7 +7,7 @@ namespace ed class UpdateChecker { public: - static const int MyVersion = 2; + static const int MyVersion = 3; UpdateChecker(); ~UpdateChecker(); diff --git a/bin/data/settings.ini b/bin/data/settings.ini index 7d744986..d7b343f3 100644 --- a/bin/data/settings.ini +++ b/bin/data/settings.ini @@ -31,7 +31,7 @@ gizmosnaptrans=0 gizmosnapscale=0 gizmosnaprota=0 propertypick=1 -statusbar=1 +statusbar=0 fpslimit=-1 fpslimitwholeapp=0 fpslimitlostfocus=0