diff --git a/gui/CHANGELOG.md b/gui/CHANGELOG.md index 810df97..bd881d1 100644 --- a/gui/CHANGELOG.md +++ b/gui/CHANGELOG.md @@ -1,11 +1,14 @@ -# celeste_rs_gui/0.4.0+0.3.0 - 2024-6-04 +# celeste_rs_gui/v0.4.1+0.4.0 - 2024-07-20 +- Only save one file at a time to avoid crashing after opening 100+ file dialogues + +# celeste_rs_gui/v0.4.0+0.3.0 - 2024-06-04 - Allow loading mod-related files - Rework editor tabs so opening only mod files will only load the relevant tabs - Restyle tabbed data to make session tabs smaller - Add editing of `Poem`s in the Level Sets tab - Add auto editing of the total strawberries when adding or removing from the level sets tab -# celeste_rs_gui/0.3.0+0.2.1 - 2024-03-29 +# celeste_rs_gui/v0.3.0+0.2.1 - 2024-03-29 - Change versioning scheme to include the version of `celeste_rs` used in the build - Add the ability to open multiple save files at once - [Native Only] Allow opening the entirety of the celeste save directory at once diff --git a/gui/Cargo.toml b/gui/Cargo.toml index 7765a3d..306c55e 100644 --- a/gui/Cargo.toml +++ b/gui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "celeste_rs_gui" -version = "0.4.0+0.3.0" +version = "0.4.1+0.4.0" edition = "2021" repository = "https://github.com/maddymakesgames/celeste_rs" authors = ["Maddymakesgames (madelinemakesgames@gmail.com)"]