Skip to content

Commit

Permalink
celeste_rs_gui v0.4.0+0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maddymakesgames committed Jun 5, 2024
1 parent c404ce9 commit b379b10
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions gui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# celeste_rs_gui/0.4.0+0.3.0 - 2024-6-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
- Change versioning scheme to include the version of `celeste_rs` used in the build
- Add the ability to open multiple save files 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.3.0+0.2.1"
version = "0.4.0+0.3.0"
edition = "2021"
repository = "https://github.com/maddymakesgames/celeste_rs"
authors = ["Maddymakesgames ([email protected])"]
Expand Down

0 comments on commit b379b10

Please sign in to comment.