Skip to content

Commit

Permalink
celeste_rs_gui v0.4.1+0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maddymakesgames committed Jul 20, 2024
1 parent 2509589 commit 308eeae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions gui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 ([email protected])"]
Expand Down

0 comments on commit 308eeae

Please sign in to comment.