mirror of
https://github.com/chrislicodes/obsidian-chess-study.git
synced 2026-07-22 07:50:30 +00:00
chore: bump versions
This commit is contained in:
parent
f743560082
commit
599c4cf645
4 changed files with 6 additions and 4 deletions
|
|
@ -60,7 +60,7 @@ After that the PGN viewer/editor will render and you are good to go:
|
|||
|
||||
### 1.0.1
|
||||
|
||||
- [ ] Add support for variants
|
||||
- [x] Add support for variants (depth 1)
|
||||
|
||||
## Settings
|
||||
|
||||
|
|
@ -76,6 +76,7 @@ You can permanently set some settings in the [Obsidian](https://obsidian.md/) pl
|
|||
|
||||
## Roadmap
|
||||
|
||||
- [ ] Add undo button
|
||||
- [ ] Add view to manage stored games
|
||||
- [ ] Add more styles
|
||||
- [ ] Add more settings
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "chess-study",
|
||||
"name": "Chess Study",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "A chess study helper and PGN viewer/editor.",
|
||||
"author": "Christoph Lindstädt",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "chess-study",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "A chess study helper and PGN viewer/editor.",
|
||||
"keywords": [
|
||||
"chess",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"1.0.0": "0.15.0"
|
||||
"1.0.0": "0.15.0",
|
||||
"1.0.1": "0.15.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue