Update to readme and bump crate version

This commit is contained in:
Patrick Auernig 2023-08-09 15:31:01 +02:00
parent 6afee2d102
commit 7bd14931a5
4 changed files with 10 additions and 10 deletions

4
Cargo.lock generated
View File

@ -400,7 +400,7 @@ dependencies = [
[[package]]
name = "jrny-save"
version = "0.1.0"
version = "0.3.0"
dependencies = [
"binrw",
"chrono",
@ -826,7 +826,7 @@ checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
[[package]]
name = "wayfarer"
version = "0.1.0"
version = "0.3.0"
dependencies = [
"anyhow",
"clap",

View File

@ -7,7 +7,7 @@ members = [
[workspace.package]
version = "0.1.0"
version = "0.3.0"
edition = "2021"
license-file = "LICENSE"

View File

@ -23,9 +23,9 @@ wayfarer show <path-to-savefile>
## TUI Keybindings
| Key | Description |
|:---:| --------------------------------------------------- |
| ESC | Return to "normal mode" |
| q | Quits the application |
| o | Open a new file |
| w | Toggle file watcher mode (requires "watch" feature) |
| Key | Mode | Description |
|:---:|:------:| --------------------------------------------------- |
| ESC | Any | Return to "normal mode" |
| q | Normal | Quits the application |
| o | Normal | Open a new file |
| w | Normal | Toggle file watcher mode (requires "watch" feature) |

View File

@ -13,7 +13,7 @@ version = "4.3"
features = ["derive"]
[dependencies.jrny-save]
version = "0.1"
version = "0.3"
path = "../save"
[dependencies.notify]