Skip to content

Commit b5b5032

Browse files
committed
README updates and version bump
1 parent d258307 commit b5b5032

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,13 @@ Note that the above snippet uses powerline glygh for the triangular shape, so yo
419419

420420
## Changelog
421421

422+
### 0.10.0
423+
424+
- 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!
425+
- Fixed https://github.com/esm7/obsidian-vimrc-support/issues/228.
426+
- Added a license file, at last!
427+
428+
422429
### 0.9.0
423430

424431
Multiple fixes and improvements, all contributed by @jiyee - thank you!

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-vimrc-support",
33
"name": "Vimrc Support",
4-
"version": "0.9.0",
4+
"version": "0.10.0",
55
"description": "Auto-load a startup file with Obsidian Vim commands.",
66
"minAppVersion": "0.15.3",
77
"author": "esm",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-vimrc-support",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "Auto-load a startup file with Obsidian Vim commands.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)