Skip to content

Commit

Permalink
Release v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelVo committed Jun 12, 2023
1 parent a60cee7 commit f580b97
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.7
### Compatibility
- Verified the compatibility with Foundry v11


## 1.0.6
### Algorithm changes
- On griddles scenes, when starting a path on a grid cell which has a wall through its dead-center, the pathfinder will now return that no path exists. This prevents it from suggesting a path that would require to move through that wall.
Expand Down
8 changes: 3 additions & 5 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "routinglib",
"title": "routinglib",
"description": "A library module to calculate a path between two points",
"version": "1.0.6",
"version": "1.0.7",
"compatibility": {
"minimum": "10",
"verified": "11"
Expand All @@ -14,11 +14,9 @@
"discord": "Stäbchenfisch#5107"
}
],
"esmodules": [
"js/main.js"
],
"esmodules": ["js/main.js"],
"url": "https://github.com/manuelVo/foundryvtt-routinglib",
"download": "https://github.com/manuelVo/foundryvtt-routinglib/releases/download/v1.0.6/routinglib-1.0.6.zip",
"download": "https://github.com/manuelVo/foundryvtt-routinglib/releases/download/v1.0.7/routinglib-1.0.7.zip",
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-routinglib/master/module.json",
"readme": "https://github.com/manuelVo/foundryvtt-routinglib/blob/master/README.md",
"changelog": "https://github.com/manuelVo/foundryvtt-routinglib/blob/master/CHANGELOG.md",
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gridless-pathfinding"
version = "1.0.6"
version = "1.0.7"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit f580b97

Please sign in to comment.