diff --git a/README.md b/README.md index e8b5342..974d9b6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/manifest.json b/manifest.json index 272531c..c49c1d3 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 28de806..2659afa 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/versions.json b/versions.json index 26382a1..189c17e 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.0": "0.15.0" + "1.0.0": "0.15.0", + "1.0.1": "0.15.0" }