README updates and version bump

This commit is contained in:
esm7 2024-07-23 20:31:44 +03:00
parent d2583078ac
commit b5b50320d7
3 changed files with 9 additions and 2 deletions

View file

@ -419,6 +419,13 @@ Note that the above snippet uses powerline glygh for the triangular shape, so yo
## Changelog
### 0.10.0
- Most notably, support for *many* new default mappings, see [here](https://github.com/esm7/obsidian-vimrc-support/pull/222) -- thanks @alythobani for this great contribution!
- Fixed https://github.com/esm7/obsidian-vimrc-support/issues/228.
- Added a license file, at last!
### 0.9.0
Multiple fixes and improvements, all contributed by @jiyee - thank you!

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-vimrc-support",
"name": "Vimrc Support",
"version": "0.9.0",
"version": "0.10.0",
"description": "Auto-load a startup file with Obsidian Vim commands.",
"minAppVersion": "0.15.3",
"author": "esm",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-vimrc-support",
"version": "0.9.0",
"version": "0.10.0",
"description": "Auto-load a startup file with Obsidian Vim commands.",
"main": "main.js",
"scripts": {