Skip to content

Commit

Permalink
bump to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Builditluc committed Nov 14, 2022
1 parent b0a3f15 commit e745ec0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wiki-tui"
version = "0.5.1"
version = "0.6.0"
authors = ["builditluc <[email protected]>"]
edition = "2018"
repository = "https://github.com/Builditluc/wiki-tui"
Expand Down
5 changes: 3 additions & 2 deletions docs/configuration/keybindings.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ The following modes are supported
| Scroll Up | `up` | ++up++ | [:octicons-tag-24: 0.5.0][release-0.5.0] |
| Scroll / Select Left | `left` | ++left++ | [:octicons-tag-24: 0.5.0][release-0.5.0] |
| Scroll / Select Right | `right` | ++right++ | [:octicons-tag-24: 0.5.0][release-0.5.0] |
| Focus the next view | `focus_next` | ++tab++ | :fontawesome-solid-microchip: pre-release |
| Focus the previous view | `focus_prev` | ++shift+tab++ | :fontawesome-solid-microchip: pre-release |
| Focus the next view | `focus_next` | ++tab++ | [:octicons-tag-24: 0.6.0][release-0.6.0] |
| Focus the previous view | `focus_prev` | ++shift+tab++ | [:octicons-tag-24: 0.6.0][release-0.6.0] |

## Sample Remap

Expand All @@ -67,3 +67,4 @@ right.key = "l"
```

[release-0.5.0]: https://github.com/Builditluc/wiki-tui/releases/tag/v0.5.0
[release-0.6.0]: https://github.com/Builditluc/wiki-tui/releases/tag/v0.6.0
3 changes: 2 additions & 1 deletion docs/configuration/theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ text = "black"

## Configure the borders

:fontawesome-solid-microchip: pre-release
[:octicons-tag-24: 0.6.0][release-0.6.0]
:octicons-milestone-16: Default: `default` | `thin`

!!! warning
Expand Down Expand Up @@ -173,3 +173,4 @@ You can change the look of the borders in wiki-tui. Available styles are:

[release-0.3.0]: https://github.com/Builditluc/wiki-tui/releases/tag/v0.3
[release-0.4.0]: https://github.com/Builditluc/wiki-tui/releases/tag/v0.4
[release-0.6.0]: https://github.com/Builditluc/wiki-tui/releases/tag/v0.6
3 changes: 2 additions & 1 deletion docs/getting-started/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ actions can be remapped in the config
| `DOWN` | ++down++ | :material-check: |
| `LEFT` | ++left++ | :material-check: |
| `RIGHT` | ++right++ | :material-check: |
| `SWITCH TAB` | ++tab++ | |
| `NEXT TAB` | ++tab++ | :material-check: |
| `PREV TAB` | ++shift+tab++ | :material-check: |
| `OPEN` | ++return++ | |
| `QUIT` | ++q++ | |

0 comments on commit e745ec0

Please sign in to comment.