Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
markusmoenig committed Jan 21, 2024
1 parent 8ac8da6 commit ee18625
Show file tree
Hide file tree
Showing 5 changed files with 156 additions and 28 deletions.
168 changes: 144 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v 0.8.8
-------

- Lots of smaller fixes for tilemap editing and drawing.
- A first player character has been added which can be moved with the keyboard keys.
- The CodeGridFX visual language has been improved to handle multiple comparisons and various
other features. Therefore the StarterProject from the previous release does not work anymore.

v 0.8.7
-------

Expand Down
4 changes: 2 additions & 2 deletions creator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ description = "A game creator for retro RPGs."

[dependencies]
# theframework = { path = "../../TheFramework", features = ["ui", "code"]}
theframework = { git = "https://github.com/markusmoenig/TheFramework", features = ["ui", "code"], default-features = true }
# theframework = { version = "0.1.19", features = ["ui", "code"], default-features = true }
# theframework = { git = "https://github.com/markusmoenig/TheFramework", features = ["ui", "code"], default-features = true }
theframework = { version = "0.1.20", features = ["ui", "code"], default-features = true }
shared = { path = "../shared" }
lazy_static = "1.4.0"
serde = { version = "1.0", features = ["derive"] }
Expand Down
Binary file modified images/character_screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ edition = "2021"

[dependencies]
# theframework = { path = "../../TheFramework", features = ["ui", "code"]}
theframework = { git = "https://github.com/markusmoenig/TheFramework", features = ["ui", "code"], default-features = true }
# theframework = { version = "0.1.19", features = ["ui", "code"], default-features = true }
# theframework = { git = "https://github.com/markusmoenig/TheFramework", features = ["ui", "code"], default-features = true }
theframework = { version = "0.1.20", features = ["ui", "code"], default-features = true }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
vectorize = "0.2.0"
Expand Down

0 comments on commit ee18625

Please sign in to comment.